Line data Source code
1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/mozIDOMWindow.idl
3 : */
4 :
5 : #ifndef __gen_mozIDOMWindow_h__
6 : #define __gen_mozIDOMWindow_h__
7 :
8 :
9 : #ifndef __gen_nsISupports_h__
10 : #include "nsISupports.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 :
18 : /* starting interface: mozIDOMWindow */
19 : #define MOZIDOMWINDOW_IID_STR "75fbabd6-7a2e-4787-aa33-449a33512135"
20 :
21 : #define MOZIDOMWINDOW_IID \
22 : {0x75fbabd6, 0x7a2e, 0x4787, \
23 : { 0xaa, 0x33, 0x44, 0x9a, 0x33, 0x51, 0x21, 0x35 }}
24 :
25 0 : class NS_NO_VTABLE mozIDOMWindow : public nsISupports {
26 : public:
27 :
28 : NS_DECLARE_STATIC_IID_ACCESSOR(MOZIDOMWINDOW_IID)
29 :
30 : };
31 :
32 : NS_DEFINE_STATIC_IID_ACCESSOR(mozIDOMWindow, MOZIDOMWINDOW_IID)
33 :
34 : /* Use this macro when declaring classes that implement this interface. */
35 : #define NS_DECL_MOZIDOMWINDOW \
36 : /* no methods! */
37 :
38 : /* Use this macro when declaring the members of this interface when the
39 : class doesn't implement the interface. This is useful for forwarding. */
40 : #define NS_DECL_NON_VIRTUAL_MOZIDOMWINDOW \
41 : /* no methods! */
42 :
43 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
44 : #define NS_FORWARD_MOZIDOMWINDOW(_to) \
45 : /* no methods! */
46 :
47 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
48 : #define NS_FORWARD_SAFE_MOZIDOMWINDOW(_to) \
49 : /* no methods! */
50 :
51 : #if 0
52 : /* Use the code below as a template for the implementation class for this interface. */
53 :
54 : /* Header file */
55 : class _MYCLASS_ : public mozIDOMWindow
56 : {
57 : public:
58 : NS_DECL_ISUPPORTS
59 : NS_DECL_MOZIDOMWINDOW
60 :
61 : _MYCLASS_();
62 :
63 : private:
64 : ~_MYCLASS_();
65 :
66 : protected:
67 : /* additional members */
68 : };
69 :
70 : /* Implementation file */
71 : NS_IMPL_ISUPPORTS(_MYCLASS_, mozIDOMWindow)
72 :
73 : _MYCLASS_::_MYCLASS_()
74 : {
75 : /* member initializers and constructor code */
76 : }
77 :
78 : _MYCLASS_::~_MYCLASS_()
79 : {
80 : /* destructor code */
81 : }
82 :
83 : /* End of implementation class template. */
84 : #endif
85 :
86 :
87 : /* starting interface: mozIDOMWindowProxy */
88 : #define MOZIDOMWINDOWPROXY_IID_STR "53ca090c-e739-48b9-8911-208c72f9191e"
89 :
90 : #define MOZIDOMWINDOWPROXY_IID \
91 : {0x53ca090c, 0xe739, 0x48b9, \
92 : { 0x89, 0x11, 0x20, 0x8c, 0x72, 0xf9, 0x19, 0x1e }}
93 :
94 0 : class NS_NO_VTABLE mozIDOMWindowProxy : public nsISupports {
95 : public:
96 :
97 : NS_DECLARE_STATIC_IID_ACCESSOR(MOZIDOMWINDOWPROXY_IID)
98 :
99 : };
100 :
101 : NS_DEFINE_STATIC_IID_ACCESSOR(mozIDOMWindowProxy, MOZIDOMWINDOWPROXY_IID)
102 :
103 : /* Use this macro when declaring classes that implement this interface. */
104 : #define NS_DECL_MOZIDOMWINDOWPROXY \
105 : /* no methods! */
106 :
107 : /* Use this macro when declaring the members of this interface when the
108 : class doesn't implement the interface. This is useful for forwarding. */
109 : #define NS_DECL_NON_VIRTUAL_MOZIDOMWINDOWPROXY \
110 : /* no methods! */
111 :
112 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
113 : #define NS_FORWARD_MOZIDOMWINDOWPROXY(_to) \
114 : /* no methods! */
115 :
116 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
117 : #define NS_FORWARD_SAFE_MOZIDOMWINDOWPROXY(_to) \
118 : /* no methods! */
119 :
120 : #if 0
121 : /* Use the code below as a template for the implementation class for this interface. */
122 :
123 : /* Header file */
124 : class _MYCLASS_ : public mozIDOMWindowProxy
125 : {
126 : public:
127 : NS_DECL_ISUPPORTS
128 : NS_DECL_MOZIDOMWINDOWPROXY
129 :
130 : _MYCLASS_();
131 :
132 : private:
133 : ~_MYCLASS_();
134 :
135 : protected:
136 : /* additional members */
137 : };
138 :
139 : /* Implementation file */
140 : NS_IMPL_ISUPPORTS(_MYCLASS_, mozIDOMWindowProxy)
141 :
142 : _MYCLASS_::_MYCLASS_()
143 : {
144 : /* member initializers and constructor code */
145 : }
146 :
147 : _MYCLASS_::~_MYCLASS_()
148 : {
149 : /* destructor code */
150 : }
151 :
152 : /* End of implementation class template. */
153 : #endif
154 :
155 :
156 : #endif /* __gen_mozIDOMWindow_h__ */
|