Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_utilitydialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'utilitydialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "utilitydialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'utilitydialog.h' doesn't include <QObject>."
11 #elif Q_MOC_OUTPUT_REVISION != 63
12 #error "This file was generated using the moc from 4.8.6. It"
13 #error "cannot be used with the include files from this version of Qt."
14 #error "(The moc has changed too much.)"
15 #endif
16 
17 QT_BEGIN_MOC_NAMESPACE
18 static const uint qt_meta_data_AboutDialog[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  1, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  // slots: signature, parameters, type, tag, flags
32  13, 12, 12, 12, 0x08,
33 
34  0 // eod
35 };
36 
37 static const char qt_meta_stringdata_AboutDialog[] = {
38  "AboutDialog\0\0on_buttonBox_accepted()\0"
39 };
40 
41 void AboutDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
42 {
43  if (_c == QMetaObject::InvokeMetaMethod) {
44  Q_ASSERT(staticMetaObject.cast(_o));
45  AboutDialog *_t = static_cast<AboutDialog *>(_o);
46  switch (_id) {
47  case 0: _t->on_buttonBox_accepted(); break;
48  default: ;
49  }
50  }
51  Q_UNUSED(_a);
52 }
53 
54 const QMetaObjectExtraData AboutDialog::staticMetaObjectExtraData = {
55  0, qt_static_metacall
56 };
57 
58 const QMetaObject AboutDialog::staticMetaObject = {
59  { &QDialog::staticMetaObject, qt_meta_stringdata_AboutDialog,
60  qt_meta_data_AboutDialog, &staticMetaObjectExtraData }
61 };
62 
63 #ifdef Q_NO_DATA_RELOCATION
64 const QMetaObject &AboutDialog::getStaticMetaObject() { return staticMetaObject; }
65 #endif //Q_NO_DATA_RELOCATION
66 
67 const QMetaObject *AboutDialog::metaObject() const
68 {
69  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
70 }
71 
72 void *AboutDialog::qt_metacast(const char *_clname)
73 {
74  if (!_clname) return 0;
75  if (!strcmp(_clname, qt_meta_stringdata_AboutDialog))
76  return static_cast<void*>(const_cast< AboutDialog*>(this));
77  return QDialog::qt_metacast(_clname);
78 }
79 
80 int AboutDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
81 {
82  _id = QDialog::qt_metacall(_c, _id, _a);
83  if (_id < 0)
84  return _id;
85  if (_c == QMetaObject::InvokeMetaMethod) {
86  if (_id < 1)
87  qt_static_metacall(this, _c, _id, _a);
88  _id -= 1;
89  }
90  return _id;
91 }
92 static const uint qt_meta_data_HelpMessageDialog[] = {
93 
94  // content:
95  6, // revision
96  0, // classname
97  0, 0, // classinfo
98  1, 14, // methods
99  0, 0, // properties
100  0, 0, // enums/sets
101  0, 0, // constructors
102  0, // flags
103  0, // signalCount
104 
105  // slots: signature, parameters, type, tag, flags
106  19, 18, 18, 18, 0x08,
107 
108  0 // eod
109 };
110 
112  "HelpMessageDialog\0\0on_okButton_accepted()\0"
113 };
114 
115 void HelpMessageDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
116 {
117  if (_c == QMetaObject::InvokeMetaMethod) {
118  Q_ASSERT(staticMetaObject.cast(_o));
119  HelpMessageDialog *_t = static_cast<HelpMessageDialog *>(_o);
120  switch (_id) {
121  case 0: _t->on_okButton_accepted(); break;
122  default: ;
123  }
124  }
125  Q_UNUSED(_a);
126 }
127 
128 const QMetaObjectExtraData HelpMessageDialog::staticMetaObjectExtraData = {
129  0, qt_static_metacall
130 };
131 
132 const QMetaObject HelpMessageDialog::staticMetaObject = {
133  { &QDialog::staticMetaObject, qt_meta_stringdata_HelpMessageDialog,
134  qt_meta_data_HelpMessageDialog, &staticMetaObjectExtraData }
135 };
136 
137 #ifdef Q_NO_DATA_RELOCATION
138 const QMetaObject &HelpMessageDialog::getStaticMetaObject() { return staticMetaObject; }
139 #endif //Q_NO_DATA_RELOCATION
140 
141 const QMetaObject *HelpMessageDialog::metaObject() const
142 {
143  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
144 }
145 
146 void *HelpMessageDialog::qt_metacast(const char *_clname)
147 {
148  if (!_clname) return 0;
149  if (!strcmp(_clname, qt_meta_stringdata_HelpMessageDialog))
150  return static_cast<void*>(const_cast< HelpMessageDialog*>(this));
151  return QDialog::qt_metacast(_clname);
152 }
153 
154 int HelpMessageDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
155 {
156  _id = QDialog::qt_metacall(_c, _id, _a);
157  if (_id < 0)
158  return _id;
159  if (_c == QMetaObject::InvokeMetaMethod) {
160  if (_id < 1)
161  qt_static_metacall(this, _c, _id, _a);
162  _id -= 1;
163  }
164  return _id;
165 }
166 static const uint qt_meta_data_ShutdownWindow[] = {
167 
168  // content:
169  6, // revision
170  0, // classname
171  0, 0, // classinfo
172  0, 0, // methods
173  0, 0, // properties
174  0, 0, // enums/sets
175  0, 0, // constructors
176  0, // flags
177  0, // signalCount
178 
179  0 // eod
180 };
181 
182 static const char qt_meta_stringdata_ShutdownWindow[] = {
183  "ShutdownWindow\0"
184 };
185 
186 void ShutdownWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
187 {
188  Q_UNUSED(_o);
189  Q_UNUSED(_id);
190  Q_UNUSED(_c);
191  Q_UNUSED(_a);
192 }
193 
194 const QMetaObjectExtraData ShutdownWindow::staticMetaObjectExtraData = {
195  0, qt_static_metacall
196 };
197 
198 const QMetaObject ShutdownWindow::staticMetaObject = {
199  { &QObject::staticMetaObject, qt_meta_stringdata_ShutdownWindow,
200  qt_meta_data_ShutdownWindow, &staticMetaObjectExtraData }
201 };
202 
203 #ifdef Q_NO_DATA_RELOCATION
204 const QMetaObject &ShutdownWindow::getStaticMetaObject() { return staticMetaObject; }
205 #endif //Q_NO_DATA_RELOCATION
206 
207 const QMetaObject *ShutdownWindow::metaObject() const
208 {
209  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
210 }
211 
212 void *ShutdownWindow::qt_metacast(const char *_clname)
213 {
214  if (!_clname) return 0;
215  if (!strcmp(_clname, qt_meta_stringdata_ShutdownWindow))
216  return static_cast<void*>(const_cast< ShutdownWindow*>(this));
217  return QObject::qt_metacast(_clname);
218 }
219 
220 int ShutdownWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
221 {
222  _id = QObject::qt_metacall(_c, _id, _a);
223  if (_id < 0)
224  return _id;
225  return _id;
226 }
227 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_HelpMessageDialog[]
void on_buttonBox_accepted()
static const char qt_meta_stringdata_ShutdownWindow[]
"About" dialog box
Definition: utilitydialog.h:20
"Shutdown" window
Definition: utilitydialog.h:61
static const char qt_meta_stringdata_AboutDialog[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_AboutDialog[]
static const uint qt_meta_data_HelpMessageDialog[]
"Help message" dialog box
Definition: utilitydialog.h:38
static const uint qt_meta_data_ShutdownWindow[]