Copy as Markdown

Other Tools

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/accessible/interfaces/nsIAccessibleTypes.idl
*/
#ifndef __gen_nsIAccessibleTypes_h__
#define __gen_nsIAccessibleTypes_h__
#include "nsISupports.h"
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
/* starting interface: nsIAccessibleScrollType */
#define NS_IACCESSIBLESCROLLTYPE_IID_STR "05cd38b1-94b3-4cdf-8371-3935a9611405"
#define NS_IACCESSIBLESCROLLTYPE_IID \
{0x05cd38b1, 0x94b3, 0x4cdf, \
{ 0x83, 0x71, 0x39, 0x35, 0xa9, 0x61, 0x14, 0x05 }}
class NS_NO_VTABLE nsIAccessibleScrollType : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACCESSIBLESCROLLTYPE_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsIAccessibleScrollType;
enum {
SCROLL_TYPE_TOP_LEFT = 0U,
SCROLL_TYPE_BOTTOM_RIGHT = 1U,
SCROLL_TYPE_TOP_EDGE = 2U,
SCROLL_TYPE_BOTTOM_EDGE = 3U,
SCROLL_TYPE_LEFT_EDGE = 4U,
SCROLL_TYPE_RIGHT_EDGE = 5U,
SCROLL_TYPE_ANYWHERE = 6U
};
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIAccessibleScrollType, NS_IACCESSIBLESCROLLTYPE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACCESSIBLESCROLLTYPE \
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIACCESSIBLESCROLLTYPE \
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACCESSIBLESCROLLTYPE(_to) \
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACCESSIBLESCROLLTYPE(_to) \
/* starting interface: nsIAccessibleCoordinateType */
#define NS_IACCESSIBLECOORDINATETYPE_IID_STR "c9fbdf10-619e-436f-bf4b-8566686f1577"
#define NS_IACCESSIBLECOORDINATETYPE_IID \
{0xc9fbdf10, 0x619e, 0x436f, \
{ 0xbf, 0x4b, 0x85, 0x66, 0x68, 0x6f, 0x15, 0x77 }}
class NS_NO_VTABLE nsIAccessibleCoordinateType : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IACCESSIBLECOORDINATETYPE_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsIAccessibleCoordinateType;
enum {
COORDTYPE_SCREEN_RELATIVE = 0U,
COORDTYPE_WINDOW_RELATIVE = 1U,
COORDTYPE_PARENT_RELATIVE = 2U
};
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIAccessibleCoordinateType, NS_IACCESSIBLECOORDINATETYPE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIACCESSIBLECOORDINATETYPE \
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIACCESSIBLECOORDINATETYPE \
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIACCESSIBLECOORDINATETYPE(_to) \
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIACCESSIBLECOORDINATETYPE(_to) \
#endif /* __gen_nsIAccessibleTypes_h__ */