|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/include/xulrunner-17.0.10/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/layout/xul/base/public/nsIPopupBoxObject.idl
*/
#ifndef __gen_nsIPopupBoxObject_h__
#define __gen_nsIPopupBoxObject_h__
#ifndef __gen_nsIBoxObject_h__
#include "nsIBoxObject.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIDOMElement; /* forward declaration */
class nsIDOMNode; /* forward declaration */
class nsIDOMEvent; /* forward declaration */
class nsIDOMClientRect; /* forward declaration */
/* starting interface: nsIPopupBoxObject */
#define NS_IPOPUPBOXOBJECT_IID_STR "6ad1b199-95d3-448b-98d7-896bce3a1dcd"
#define NS_IPOPUPBOXOBJECT_IID \
{0x6ad1b199, 0x95d3, 0x448b, \
{ 0x98, 0xd7, 0x89, 0x6b, 0xce, 0x3a, 0x1d, 0xcd }}
class NS_NO_VTABLE nsIPopupBoxObject : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IPOPUPBOXOBJECT_IID)
/* void showPopup (in nsIDOMElement srcContent, in nsIDOMElement popupContent, in long xpos, in long ypos, in wstring popupType, in wstring anchorAlignment, in wstring popupAlignment); */
NS_IMETHOD ShowPopup(nsIDOMElement *srcContent, nsIDOMElement *popupContent, int32_t xpos, int32_t ypos, const PRUnichar * popupType, const PRUnichar * anchorAlignment, const PRUnichar * popupAlignment) = 0;
/* void hidePopup (); */
NS_IMETHOD HidePopup(void) = 0;
/* attribute boolean autoPosition; */
NS_IMETHOD GetAutoPosition(bool *aAutoPosition) = 0;
NS_IMETHOD SetAutoPosition(bool aAutoPosition) = 0;
/* void enableKeyboardNavigator (in boolean enableKeyboardNavigator); */
NS_IMETHOD EnableKeyboardNavigator(bool enableKeyboardNavigator) = 0;
/* void enableRollup (in boolean enableRollup); */
NS_IMETHOD EnableRollup(bool enableRollup) = 0;
enum {
ROLLUP_DEFAULT = 0U,
ROLLUP_CONSUME = 1U,
ROLLUP_NO_CONSUME = 2U
};
/* void setConsumeRollupEvent (in uint32_t consume); */
NS_IMETHOD SetConsumeRollupEvent(uint32_t consume) = 0;
/* void sizeTo (in long width, in long height); */
NS_IMETHOD SizeTo(int32_t width, int32_t height) = 0;
/* void moveTo (in long left, in long top); */
NS_IMETHOD MoveTo(int32_t left, int32_t top) = 0;
/* void openPopup (in nsIDOMElement anchorElement, in AString position, in long x, in long y, in boolean isContextMenu, in boolean attributesOverride, in nsIDOMEvent triggerEvent); */
NS_IMETHOD OpenPopup(nsIDOMElement *anchorElement, const nsAString & position, int32_t x, int32_t y, bool isContextMenu, bool attributesOverride, nsIDOMEvent *triggerEvent) = 0;
/* void openPopupAtScreen (in long x, in long y, in boolean isContextMenu, in nsIDOMEvent triggerEvent); */
NS_IMETHOD OpenPopupAtScreen(int32_t x, int32_t y, bool isContextMenu, nsIDOMEvent *triggerEvent) = 0;
/* readonly attribute AString popupState; */
NS_IMETHOD GetPopupState(nsAString & aPopupState) = 0;
/* readonly attribute nsIDOMNode triggerNode; */
NS_IMETHOD GetTriggerNode(nsIDOMNode * *aTriggerNode) = 0;
/* readonly attribute nsIDOMElement anchorNode; */
NS_IMETHOD GetAnchorNode(nsIDOMElement * *aAnchorNode) = 0;
/* nsIDOMClientRect getOuterScreenRect (); */
NS_IMETHOD GetOuterScreenRect(nsIDOMClientRect * *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIPopupBoxObject, NS_IPOPUPBOXOBJECT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIPOPUPBOXOBJECT \
NS_IMETHOD ShowPopup(nsIDOMElement *srcContent, nsIDOMElement *popupContent, int32_t xpos, int32_t ypos, const PRUnichar * popupType, const PRUnichar * anchorAlignment, const PRUnichar * popupAlignment); \
NS_IMETHOD HidePopup(void); \
NS_IMETHOD GetAutoPosition(bool *aAutoPosition); \
NS_IMETHOD SetAutoPosition(bool aAutoPosition); \
NS_IMETHOD EnableKeyboardNavigator(bool enableKeyboardNavigator); \
NS_IMETHOD EnableRollup(bool enableRollup); \
NS_IMETHOD SetConsumeRollupEvent(uint32_t consume); \
NS_IMETHOD SizeTo(int32_t width, int32_t height); \
NS_IMETHOD MoveTo(int32_t left, int32_t top); \
NS_IMETHOD OpenPopup(nsIDOMElement *anchorElement, const nsAString & position, int32_t x, int32_t y, bool isContextMenu, bool attributesOverride, nsIDOMEvent *triggerEvent); \
NS_IMETHOD OpenPopupAtScreen(int32_t x, int32_t y, bool isContextMenu, nsIDOMEvent *triggerEvent); \
NS_IMETHOD GetPopupState(nsAString & aPopupState); \
NS_IMETHOD GetTriggerNode(nsIDOMNode * *aTriggerNode); \
NS_IMETHOD GetAnchorNode(nsIDOMElement * *aAnchorNode); \
NS_IMETHOD GetOuterScreenRect(nsIDOMClientRect * *_retval);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIPOPUPBOXOBJECT(_to) \
NS_IMETHOD ShowPopup(nsIDOMElement *srcContent, nsIDOMElement *popupContent, int32_t xpos, int32_t ypos, const PRUnichar * popupType, const PRUnichar * anchorAlignment, const PRUnichar * popupAlignment) { return _to ShowPopup(srcContent, popupContent, xpos, ypos, popupType, anchorAlignment, popupAlignment); } \
NS_IMETHOD HidePopup(void) { return _to HidePopup(); } \
NS_IMETHOD GetAutoPosition(bool *aAutoPosition) { return _to GetAutoPosition(aAutoPosition); } \
NS_IMETHOD SetAutoPosition(bool aAutoPosition) { return _to SetAutoPosition(aAutoPosition); } \
NS_IMETHOD EnableKeyboardNavigator(bool enableKeyboardNavigator) { return _to EnableKeyboardNavigator(enableKeyboardNavigator); } \
NS_IMETHOD EnableRollup(bool enableRollup) { return _to EnableRollup(enableRollup); } \
NS_IMETHOD SetConsumeRollupEvent(uint32_t consume) { return _to SetConsumeRollupEvent(consume); } \
NS_IMETHOD SizeTo(int32_t width, int32_t height) { return _to SizeTo(width, height); } \
NS_IMETHOD MoveTo(int32_t left, int32_t top) { return _to MoveTo(left, top); } \
NS_IMETHOD OpenPopup(nsIDOMElement *anchorElement, const nsAString & position, int32_t x, int32_t y, bool isContextMenu, bool attributesOverride, nsIDOMEvent *triggerEvent) { return _to OpenPopup(anchorElement, position, x, y, isContextMenu, attributesOverride, triggerEvent); } \
NS_IMETHOD OpenPopupAtScreen(int32_t x, int32_t y, bool isContextMenu, nsIDOMEvent *triggerEvent) { return _to OpenPopupAtScreen(x, y, isContextMenu, triggerEvent); } \
NS_IMETHOD GetPopupState(nsAString & aPopupState) { return _to GetPopupState(aPopupState); } \
NS_IMETHOD GetTriggerNode(nsIDOMNode * *aTriggerNode) { return _to GetTriggerNode(aTriggerNode); } \
NS_IMETHOD GetAnchorNode(nsIDOMElement * *aAnchorNode) { return _to GetAnchorNode(aAnchorNode); } \
NS_IMETHOD GetOuterScreenRect(nsIDOMClientRect * *_retval) { return _to GetOuterScreenRect(_retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIPOPUPBOXOBJECT(_to) \
NS_IMETHOD ShowPopup(nsIDOMElement *srcContent, nsIDOMElement *popupContent, int32_t xpos, int32_t ypos, const PRUnichar * popupType, const PRUnichar * anchorAlignment, const PRUnichar * popupAlignment) { return !_to ? NS_ERROR_NULL_POINTER : _to->ShowPopup(srcContent, popupContent, xpos, ypos, popupType, anchorAlignment, popupAlignment); } \
NS_IMETHOD HidePopup(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->HidePopup(); } \
NS_IMETHOD GetAutoPosition(bool *aAutoPosition) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAutoPosition(aAutoPosition); } \
NS_IMETHOD SetAutoPosition(bool aAutoPosition) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAutoPosition(aAutoPosition); } \
NS_IMETHOD EnableKeyboardNavigator(bool enableKeyboardNavigator) { return !_to ? NS_ERROR_NULL_POINTER : _to->EnableKeyboardNavigator(enableKeyboardNavigator); } \
NS_IMETHOD EnableRollup(bool enableRollup) { return !_to ? NS_ERROR_NULL_POINTER : _to->EnableRollup(enableRollup); } \
NS_IMETHOD SetConsumeRollupEvent(uint32_t consume) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetConsumeRollupEvent(consume); } \
NS_IMETHOD SizeTo(int32_t width, int32_t height) { return !_to ? NS_ERROR_NULL_POINTER : _to->SizeTo(width, height); } \
NS_IMETHOD MoveTo(int32_t left, int32_t top) { return !_to ? NS_ERROR_NULL_POINTER : _to->MoveTo(left, top); } \
NS_IMETHOD OpenPopup(nsIDOMElement *anchorElement, const nsAString & position, int32_t x, int32_t y, bool isContextMenu, bool attributesOverride, nsIDOMEvent *triggerEvent) { return !_to ? NS_ERROR_NULL_POINTER : _to->OpenPopup(anchorElement, position, x, y, isContextMenu, attributesOverride, triggerEvent); } \
NS_IMETHOD OpenPopupAtScreen(int32_t x, int32_t y, bool isContextMenu, nsIDOMEvent *triggerEvent) { return !_to ? NS_ERROR_NULL_POINTER : _to->OpenPopupAtScreen(x, y, isContextMenu, triggerEvent); } \
NS_IMETHOD GetPopupState(nsAString & aPopupState) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPopupState(aPopupState); } \
NS_IMETHOD GetTriggerNode(nsIDOMNode * *aTriggerNode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTriggerNode(aTriggerNode); } \
NS_IMETHOD GetAnchorNode(nsIDOMElement * *aAnchorNode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAnchorNode(aAnchorNode); } \
NS_IMETHOD GetOuterScreenRect(nsIDOMClientRect * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetOuterScreenRect(_retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsPopupBoxObject : public nsIPopupBoxObject
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIPOPUPBOXOBJECT
nsPopupBoxObject();
private:
~nsPopupBoxObject();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsPopupBoxObject, nsIPopupBoxObject)
nsPopupBoxObject::nsPopupBoxObject()
{
/* member initializers and constructor code */
}
nsPopupBoxObject::~nsPopupBoxObject()
{
/* destructor code */
}
/* void showPopup (in nsIDOMElement srcContent, in nsIDOMElement popupContent, in long xpos, in long ypos, in wstring popupType, in wstring anchorAlignment, in wstring popupAlignment); */
NS_IMETHODIMP nsPopupBoxObject::ShowPopup(nsIDOMElement *srcContent, nsIDOMElement *popupContent, int32_t xpos, int32_t ypos, const PRUnichar * popupType, const PRUnichar * anchorAlignment, const PRUnichar * popupAlignment)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void hidePopup (); */
NS_IMETHODIMP nsPopupBoxObject::HidePopup()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean autoPosition; */
NS_IMETHODIMP nsPopupBoxObject::GetAutoPosition(bool *aAutoPosition)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsPopupBoxObject::SetAutoPosition(bool aAutoPosition)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void enableKeyboardNavigator (in boolean enableKeyboardNavigator); */
NS_IMETHODIMP nsPopupBoxObject::EnableKeyboardNavigator(bool enableKeyboardNavigator)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void enableRollup (in boolean enableRollup); */
NS_IMETHODIMP nsPopupBoxObject::EnableRollup(bool enableRollup)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setConsumeRollupEvent (in uint32_t consume); */
NS_IMETHODIMP nsPopupBoxObject::SetConsumeRollupEvent(uint32_t consume)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void sizeTo (in long width, in long height); */
NS_IMETHODIMP nsPopupBoxObject::SizeTo(int32_t width, int32_t height)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void moveTo (in long left, in long top); */
NS_IMETHODIMP nsPopupBoxObject::MoveTo(int32_t left, int32_t top)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void openPopup (in nsIDOMElement anchorElement, in AString position, in long x, in long y, in boolean isContextMenu, in boolean attributesOverride, in nsIDOMEvent triggerEvent); */
NS_IMETHODIMP nsPopupBoxObject::OpenPopup(nsIDOMElement *anchorElement, const nsAString & position, int32_t x, int32_t y, bool isContextMenu, bool attributesOverride, nsIDOMEvent *triggerEvent)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void openPopupAtScreen (in long x, in long y, in boolean isContextMenu, in nsIDOMEvent triggerEvent); */
NS_IMETHODIMP nsPopupBoxObject::OpenPopupAtScreen(int32_t x, int32_t y, bool isContextMenu, nsIDOMEvent *triggerEvent)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AString popupState; */
NS_IMETHODIMP nsPopupBoxObject::GetPopupState(nsAString & aPopupState)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMNode triggerNode; */
NS_IMETHODIMP nsPopupBoxObject::GetTriggerNode(nsIDOMNode * *aTriggerNode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIDOMElement anchorNode; */
NS_IMETHODIMP nsPopupBoxObject::GetAnchorNode(nsIDOMElement * *aAnchorNode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMClientRect getOuterScreenRect (); */
NS_IMETHODIMP nsPopupBoxObject::GetOuterScreenRect(nsIDOMClientRect * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
nsresult
NS_NewPopupBoxObject(nsIBoxObject** aResult);
#endif /* __gen_nsIPopupBoxObject_h__ */