Line data Source code
1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIDOMXULElement.idl
3 : */
4 :
5 : #ifndef __gen_nsIDOMXULElement_h__
6 : #define __gen_nsIDOMXULElement_h__
7 :
8 :
9 : #ifndef __gen_nsIDOMElement_h__
10 : #include "nsIDOMElement.h"
11 : #endif
12 :
13 : /* For IDL files that don't want to include root IDL files. */
14 : #ifndef NS_NO_VTABLE
15 : #define NS_NO_VTABLE
16 : #endif
17 : class nsIRDFCompositeDataSource; /* forward declaration */
18 :
19 : class nsIRDFResource; /* forward declaration */
20 :
21 : class nsIControllers; /* forward declaration */
22 :
23 : class nsIBoxObject; /* forward declaration */
24 :
25 :
26 : /* starting interface: nsIDOMXULElement */
27 : #define NS_IDOMXULELEMENT_IID_STR "75435ab3-6863-42a1-ade3-025393d9e80e"
28 :
29 : #define NS_IDOMXULELEMENT_IID \
30 : {0x75435ab3, 0x6863, 0x42a1, \
31 : { 0xad, 0xe3, 0x02, 0x53, 0x93, 0xd9, 0xe8, 0x0e }}
32 :
33 2273 : class NS_NO_VTABLE nsIDOMXULElement : public nsIDOMElement {
34 : public:
35 :
36 : NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMXULELEMENT_IID)
37 :
38 : };
39 :
40 : NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMXULElement, NS_IDOMXULELEMENT_IID)
41 :
42 : /* Use this macro when declaring classes that implement this interface. */
43 : #define NS_DECL_NSIDOMXULELEMENT \
44 : /* no methods! */
45 :
46 : /* Use this macro when declaring the members of this interface when the
47 : class doesn't implement the interface. This is useful for forwarding. */
48 : #define NS_DECL_NON_VIRTUAL_NSIDOMXULELEMENT \
49 : /* no methods! */
50 :
51 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
52 : #define NS_FORWARD_NSIDOMXULELEMENT(_to) \
53 : /* no methods! */
54 :
55 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
56 : #define NS_FORWARD_SAFE_NSIDOMXULELEMENT(_to) \
57 : /* no methods! */
58 :
59 : #if 0
60 : /* Use the code below as a template for the implementation class for this interface. */
61 :
62 : /* Header file */
63 : class nsDOMXULElement : public nsIDOMXULElement
64 : {
65 : public:
66 : NS_DECL_ISUPPORTS
67 : NS_DECL_NSIDOMXULELEMENT
68 :
69 : nsDOMXULElement();
70 :
71 : private:
72 : ~nsDOMXULElement();
73 :
74 : protected:
75 : /* additional members */
76 : };
77 :
78 : /* Implementation file */
79 : NS_IMPL_ISUPPORTS(nsDOMXULElement, nsIDOMXULElement)
80 :
81 : nsDOMXULElement::nsDOMXULElement()
82 : {
83 : /* member initializers and constructor code */
84 : }
85 :
86 : nsDOMXULElement::~nsDOMXULElement()
87 : {
88 : /* destructor code */
89 : }
90 :
91 : /* End of implementation class template. */
92 : #endif
93 :
94 :
95 : #endif /* __gen_nsIDOMXULElement_h__ */
|