Copy as Markdown

Other Tools

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/layout/base/nsIPreloadedStyleSheet.idl
*/
#ifndef __gen_nsIPreloadedStyleSheet_h__
#define __gen_nsIPreloadedStyleSheet_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: nsIPreloadedStyleSheet */
#define NS_IPRELOADEDSTYLESHEET_IID_STR "2e2a84d0-2102-4b9e-9b78-1670623a582d"
#define NS_IPRELOADEDSTYLESHEET_IID \
{0x2e2a84d0, 0x2102, 0x4b9e, \
{ 0x9b, 0x78, 0x16, 0x70, 0x62, 0x3a, 0x58, 0x2d }}
class NS_NO_VTABLE nsIPreloadedStyleSheet : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IPRELOADEDSTYLESHEET_IID)
/* Used by ToJSValue to check which scriptable interface is implemented. */
using ScriptableInterfaceType = nsIPreloadedStyleSheet;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIPreloadedStyleSheet, NS_IPRELOADEDSTYLESHEET_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIPRELOADEDSTYLESHEET \
/* no methods! */
/* 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_NSIPRELOADEDSTYLESHEET \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIPRELOADEDSTYLESHEET(_to) \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIPRELOADEDSTYLESHEET(_to) \
/* no methods! */
#endif /* __gen_nsIPreloadedStyleSheet_h__ */