Anoncoin  0.9.4
P2P Digital Currency
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 "qt/utilitydialog.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'utilitydialog.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[3];
22  char stringdata[36];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  offsetof(qt_meta_stringdata_AboutDialog_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_AboutDialog_t qt_meta_stringdata_AboutDialog = {
30  {
31 QT_MOC_LITERAL(0, 0, 11),
32 QT_MOC_LITERAL(1, 12, 21),
33 QT_MOC_LITERAL(2, 34, 0)
34  },
35  "AboutDialog\0on_buttonBox_accepted\0\0"
36 };
37 #undef QT_MOC_LITERAL
38 
39 static const uint qt_meta_data_AboutDialog[] = {
40 
41  // content:
42  7, // revision
43  0, // classname
44  0, 0, // classinfo
45  1, 14, // methods
46  0, 0, // properties
47  0, 0, // enums/sets
48  0, 0, // constructors
49  0, // flags
50  0, // signalCount
51 
52  // slots: name, argc, parameters, tag, flags
53  1, 0, 19, 2, 0x08,
54 
55  // slots: parameters
56  QMetaType::Void,
57 
58  0 // eod
59 };
60 
61 void AboutDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
62 {
63  if (_c == QMetaObject::InvokeMetaMethod) {
64  AboutDialog *_t = static_cast<AboutDialog *>(_o);
65  switch (_id) {
66  case 0: _t->on_buttonBox_accepted(); break;
67  default: ;
68  }
69  }
70  Q_UNUSED(_a);
71 }
72 
73 const QMetaObject AboutDialog::staticMetaObject = {
74  { &QDialog::staticMetaObject, qt_meta_stringdata_AboutDialog.data,
75  qt_meta_data_AboutDialog, qt_static_metacall, 0, 0}
76 };
77 
78 
79 const QMetaObject *AboutDialog::metaObject() const
80 {
81  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
82 }
83 
84 void *AboutDialog::qt_metacast(const char *_clname)
85 {
86  if (!_clname) return 0;
87  if (!strcmp(_clname, qt_meta_stringdata_AboutDialog.stringdata))
88  return static_cast<void*>(const_cast< AboutDialog*>(this));
89  return QDialog::qt_metacast(_clname);
90 }
91 
92 int AboutDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
93 {
94  _id = QDialog::qt_metacall(_c, _id, _a);
95  if (_id < 0)
96  return _id;
97  if (_c == QMetaObject::InvokeMetaMethod) {
98  if (_id < 1)
99  qt_static_metacall(this, _c, _id, _a);
100  _id -= 1;
101  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
102  if (_id < 1)
103  *reinterpret_cast<int*>(_a[0]) = -1;
104  _id -= 1;
105  }
106  return _id;
107 }
109  QByteArrayData data[3];
110  char stringdata[41];
111 };
112 #define QT_MOC_LITERAL(idx, ofs, len) \
113  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
114  offsetof(qt_meta_stringdata_HelpMessageDialog_t, stringdata) + ofs \
115  - idx * sizeof(QByteArrayData) \
116  )
117 static const qt_meta_stringdata_HelpMessageDialog_t qt_meta_stringdata_HelpMessageDialog = {
118  {
119 QT_MOC_LITERAL(0, 0, 17),
120 QT_MOC_LITERAL(1, 18, 20),
121 QT_MOC_LITERAL(2, 39, 0)
122  },
123  "HelpMessageDialog\0on_okButton_accepted\0"
124  "\0"
125 };
126 #undef QT_MOC_LITERAL
127 
128 static const uint qt_meta_data_HelpMessageDialog[] = {
129 
130  // content:
131  7, // revision
132  0, // classname
133  0, 0, // classinfo
134  1, 14, // methods
135  0, 0, // properties
136  0, 0, // enums/sets
137  0, 0, // constructors
138  0, // flags
139  0, // signalCount
140 
141  // slots: name, argc, parameters, tag, flags
142  1, 0, 19, 2, 0x08,
143 
144  // slots: parameters
145  QMetaType::Void,
146 
147  0 // eod
148 };
149 
150 void HelpMessageDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
151 {
152  if (_c == QMetaObject::InvokeMetaMethod) {
153  HelpMessageDialog *_t = static_cast<HelpMessageDialog *>(_o);
154  switch (_id) {
155  case 0: _t->on_okButton_accepted(); break;
156  default: ;
157  }
158  }
159  Q_UNUSED(_a);
160 }
161 
162 const QMetaObject HelpMessageDialog::staticMetaObject = {
163  { &QDialog::staticMetaObject, qt_meta_stringdata_HelpMessageDialog.data,
164  qt_meta_data_HelpMessageDialog, qt_static_metacall, 0, 0}
165 };
166 
167 
168 const QMetaObject *HelpMessageDialog::metaObject() const
169 {
170  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
171 }
172 
173 void *HelpMessageDialog::qt_metacast(const char *_clname)
174 {
175  if (!_clname) return 0;
176  if (!strcmp(_clname, qt_meta_stringdata_HelpMessageDialog.stringdata))
177  return static_cast<void*>(const_cast< HelpMessageDialog*>(this));
178  return QDialog::qt_metacast(_clname);
179 }
180 
181 int HelpMessageDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
182 {
183  _id = QDialog::qt_metacall(_c, _id, _a);
184  if (_id < 0)
185  return _id;
186  if (_c == QMetaObject::InvokeMetaMethod) {
187  if (_id < 1)
188  qt_static_metacall(this, _c, _id, _a);
189  _id -= 1;
190  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
191  if (_id < 1)
192  *reinterpret_cast<int*>(_a[0]) = -1;
193  _id -= 1;
194  }
195  return _id;
196 }
198  QByteArrayData data[1];
199  char stringdata[16];
200 };
201 #define QT_MOC_LITERAL(idx, ofs, len) \
202  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
203  offsetof(qt_meta_stringdata_ShutdownWindow_t, stringdata) + ofs \
204  - idx * sizeof(QByteArrayData) \
205  )
206 static const qt_meta_stringdata_ShutdownWindow_t qt_meta_stringdata_ShutdownWindow = {
207  {
208 QT_MOC_LITERAL(0, 0, 14)
209  },
210  "ShutdownWindow\0"
211 };
212 #undef QT_MOC_LITERAL
213 
214 static const uint qt_meta_data_ShutdownWindow[] = {
215 
216  // content:
217  7, // revision
218  0, // classname
219  0, 0, // classinfo
220  0, 0, // methods
221  0, 0, // properties
222  0, 0, // enums/sets
223  0, 0, // constructors
224  0, // flags
225  0, // signalCount
226 
227  0 // eod
228 };
229 
230 void ShutdownWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
231 {
232  Q_UNUSED(_o);
233  Q_UNUSED(_id);
234  Q_UNUSED(_c);
235  Q_UNUSED(_a);
236 }
237 
238 const QMetaObject ShutdownWindow::staticMetaObject = {
239  { &QObject::staticMetaObject, qt_meta_stringdata_ShutdownWindow.data,
240  qt_meta_data_ShutdownWindow, qt_static_metacall, 0, 0}
241 };
242 
243 
244 const QMetaObject *ShutdownWindow::metaObject() const
245 {
246  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
247 }
248 
249 void *ShutdownWindow::qt_metacast(const char *_clname)
250 {
251  if (!_clname) return 0;
252  if (!strcmp(_clname, qt_meta_stringdata_ShutdownWindow.stringdata))
253  return static_cast<void*>(const_cast< ShutdownWindow*>(this));
254  return QObject::qt_metacast(_clname);
255 }
256 
257 int ShutdownWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
258 {
259  _id = QObject::qt_metacall(_c, _id, _a);
260  if (_id < 0)
261  return _id;
262  return _id;
263 }
264 QT_END_MOC_NAMESPACE
void on_buttonBox_accepted()
#define QT_MOC_LITERAL(idx, ofs, len)
"About" dialog box
Definition: utilitydialog.h:21
"Shutdown" window
Definition: utilitydialog.h:62
"Help message" dialog box
Definition: utilitydialog.h:39