GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc-welcome-wizard.cc
Go to the documentation of this file.
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4 /****************************************************************************
5 ** Meta object code from reading C++ file 'welcome-wizard.h'
6 **
7 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
8 **
9 ** WARNING! All changes made in this file will be lost!
10 *****************************************************************************/
11 
12 #include "src/welcome-wizard.h"
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'welcome-wizard.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
19 #endif
20 
21 QT_BEGIN_MOC_NAMESPACE
22 static const uint qt_meta_data_welcome_wizard[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  5, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  0, // signalCount
34 
35  // slots: signature, parameters, type, tag, flags
36  22, 16, 15, 15, 0x08,
37  53, 15, 15, 15, 0x08,
38  65, 15, 15, 15, 0x08,
39  81, 15, 15, 15, 0x08,
40  93, 15, 15, 15, 0x08,
41 
42  0 // eod
43 };
44 
45 static const char qt_meta_stringdata_welcome_wizard[] = {
46  "welcome_wizard\0\0state\0"
47  "handle_web_connect_option(int)\0"
48  "show_page()\0previous_page()\0next_page()\0"
49  "accept()\0"
50 };
51 
52 void welcome_wizard::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
53 {
54  if (_c == QMetaObject::InvokeMetaMethod) {
55  Q_ASSERT(staticMetaObject.cast(_o));
56  welcome_wizard *_t = static_cast<welcome_wizard *>(_o);
57  switch (_id) {
58  case 0: _t->handle_web_connect_option((*reinterpret_cast< int(*)>(_a[1]))); break;
59  case 1: _t->show_page(); break;
60  case 2: _t->previous_page(); break;
61  case 3: _t->next_page(); break;
62  case 4: _t->accept(); break;
63  default: ;
64  }
65  }
66 }
67 
68 const QMetaObjectExtraData welcome_wizard::staticMetaObjectExtraData = {
69  0, qt_static_metacall
70 };
71 
72 const QMetaObject welcome_wizard::staticMetaObject = {
73  { &QDialog::staticMetaObject, qt_meta_stringdata_welcome_wizard,
74  qt_meta_data_welcome_wizard, &staticMetaObjectExtraData }
75 };
76 
77 #ifdef Q_NO_DATA_RELOCATION
78 const QMetaObject &welcome_wizard::getStaticMetaObject() { return staticMetaObject; }
79 #endif //Q_NO_DATA_RELOCATION
80 
81 const QMetaObject *welcome_wizard::metaObject() const
82 {
83  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
84 }
85 
86 void *welcome_wizard::qt_metacast(const char *_clname)
87 {
88  if (!_clname) return 0;
89  if (!strcmp(_clname, qt_meta_stringdata_welcome_wizard))
90  return static_cast<void*>(const_cast< welcome_wizard*>(this));
91  return QDialog::qt_metacast(_clname);
92 }
93 
94 int welcome_wizard::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
95 {
96  _id = QDialog::qt_metacall(_c, _id, _a);
97  if (_id < 0)
98  return _id;
99  if (_c == QMetaObject::InvokeMetaMethod) {
100  if (_id < 5)
101  qt_static_metacall(this, _c, _id, _a);
102  _id -= 5;
103  }
104  return _id;
105 }
106 static const uint qt_meta_data_initial_page[] = {
107 
108  // content:
109  6, // revision
110  0, // classname
111  0, 0, // classinfo
112  0, 0, // methods
113  0, 0, // properties
114  0, 0, // enums/sets
115  0, 0, // constructors
116  0, // flags
117  0, // signalCount
118 
119  0 // eod
120 };
121 
122 static const char qt_meta_stringdata_initial_page[] = {
123  "initial_page\0"
124 };
125 
126 void initial_page::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
127 {
128  Q_UNUSED(_o);
129  Q_UNUSED(_id);
130  Q_UNUSED(_c);
131  Q_UNUSED(_a);
132 }
133 
134 const QMetaObjectExtraData initial_page::staticMetaObjectExtraData = {
135  0, qt_static_metacall
136 };
137 
138 const QMetaObject initial_page::staticMetaObject = {
139  { &QWidget::staticMetaObject, qt_meta_stringdata_initial_page,
140  qt_meta_data_initial_page, &staticMetaObjectExtraData }
141 };
142 
143 #ifdef Q_NO_DATA_RELOCATION
144 const QMetaObject &initial_page::getStaticMetaObject() { return staticMetaObject; }
145 #endif //Q_NO_DATA_RELOCATION
146 
147 const QMetaObject *initial_page::metaObject() const
148 {
149  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
150 }
151 
152 void *initial_page::qt_metacast(const char *_clname)
153 {
154  if (!_clname) return 0;
155  if (!strcmp(_clname, qt_meta_stringdata_initial_page))
156  return static_cast<void*>(const_cast< initial_page*>(this));
157  return QWidget::qt_metacast(_clname);
158 }
159 
160 int initial_page::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
161 {
162  _id = QWidget::qt_metacall(_c, _id, _a);
163  if (_id < 0)
164  return _id;
165  return _id;
166 }
167 static const uint qt_meta_data_setup_community_news[] = {
168 
169  // content:
170  6, // revision
171  0, // classname
172  0, 0, // classinfo
173  0, 0, // methods
174  0, 0, // properties
175  0, 0, // enums/sets
176  0, 0, // constructors
177  0, // flags
178  0, // signalCount
179 
180  0 // eod
181 };
182 
184  "setup_community_news\0"
185 };
186 
187 void setup_community_news::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
188 {
189  Q_UNUSED(_o);
190  Q_UNUSED(_id);
191  Q_UNUSED(_c);
192  Q_UNUSED(_a);
193 }
194 
195 const QMetaObjectExtraData setup_community_news::staticMetaObjectExtraData = {
196  0, qt_static_metacall
197 };
198 
199 const QMetaObject setup_community_news::staticMetaObject = {
200  { &QWidget::staticMetaObject, qt_meta_stringdata_setup_community_news,
201  qt_meta_data_setup_community_news, &staticMetaObjectExtraData }
202 };
203 
204 #ifdef Q_NO_DATA_RELOCATION
205 const QMetaObject &setup_community_news::getStaticMetaObject() { return staticMetaObject; }
206 #endif //Q_NO_DATA_RELOCATION
207 
208 const QMetaObject *setup_community_news::metaObject() const
209 {
210  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
211 }
212 
213 void *setup_community_news::qt_metacast(const char *_clname)
214 {
215  if (!_clname) return 0;
216  if (!strcmp(_clname, qt_meta_stringdata_setup_community_news))
217  return static_cast<void*>(const_cast< setup_community_news*>(this));
218  return QWidget::qt_metacast(_clname);
219 }
220 
221 int setup_community_news::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
222 {
223  _id = QWidget::qt_metacall(_c, _id, _a);
224  if (_id < 0)
225  return _id;
226  return _id;
227 }
228 static const uint qt_meta_data_final_page[] = {
229 
230  // content:
231  6, // revision
232  0, // classname
233  0, 0, // classinfo
234  0, 0, // methods
235  0, 0, // properties
236  0, 0, // enums/sets
237  0, 0, // constructors
238  0, // flags
239  0, // signalCount
240 
241  0 // eod
242 };
243 
244 static const char qt_meta_stringdata_final_page[] = {
245  "final_page\0"
246 };
247 
248 void final_page::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
249 {
250  Q_UNUSED(_o);
251  Q_UNUSED(_id);
252  Q_UNUSED(_c);
253  Q_UNUSED(_a);
254 }
255 
256 const QMetaObjectExtraData final_page::staticMetaObjectExtraData = {
257  0, qt_static_metacall
258 };
259 
260 const QMetaObject final_page::staticMetaObject = {
261  { &QWidget::staticMetaObject, qt_meta_stringdata_final_page,
262  qt_meta_data_final_page, &staticMetaObjectExtraData }
263 };
264 
265 #ifdef Q_NO_DATA_RELOCATION
266 const QMetaObject &final_page::getStaticMetaObject() { return staticMetaObject; }
267 #endif //Q_NO_DATA_RELOCATION
268 
269 const QMetaObject *final_page::metaObject() const
270 {
271  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
272 }
273 
274 void *final_page::qt_metacast(const char *_clname)
275 {
276  if (!_clname) return 0;
277  if (!strcmp(_clname, qt_meta_stringdata_final_page))
278  return static_cast<void*>(const_cast< final_page*>(this));
279  return QWidget::qt_metacast(_clname);
280 }
281 
282 int final_page::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
283 {
284  _id = QWidget::qt_metacall(_c, _id, _a);
285  if (_id < 0)
286  return _id;
287  return _id;
288 }
289 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_setup_community_news[]
static const uint qt_meta_data_final_page[]
static const uint qt_meta_data_initial_page[]
void handle_web_connect_option(int state)
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_welcome_wizard[]
static const char qt_meta_stringdata_final_page[]
static const char qt_meta_stringdata_welcome_wizard[]
static const char qt_meta_stringdata_initial_page[]
static const uint qt_meta_data_setup_community_news[]