Anoncoin  0.9.4
P2P Digital Currency
moc_splashscreen.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'splashscreen.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "qt/splashscreen.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'splashscreen.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[5];
22  char stringdata[43];
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_SplashScreen_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_SplashScreen_t qt_meta_stringdata_SplashScreen = {
30  {
31 QT_MOC_LITERAL(0, 0, 12),
32 QT_MOC_LITERAL(1, 13, 10),
33 QT_MOC_LITERAL(2, 24, 0),
34 QT_MOC_LITERAL(3, 25, 8),
35 QT_MOC_LITERAL(4, 34, 7)
36  },
37  "SplashScreen\0slotFinish\0\0QWidget*\0"
38  "mainWin\0"
39 };
40 #undef QT_MOC_LITERAL
41 
42 static const uint qt_meta_data_SplashScreen[] = {
43 
44  // content:
45  7, // revision
46  0, // classname
47  0, 0, // classinfo
48  1, 14, // methods
49  0, 0, // properties
50  0, 0, // enums/sets
51  0, 0, // constructors
52  0, // flags
53  0, // signalCount
54 
55  // slots: name, argc, parameters, tag, flags
56  1, 1, 19, 2, 0x0a,
57 
58  // slots: parameters
59  QMetaType::Void, 0x80000000 | 3, 4,
60 
61  0 // eod
62 };
63 
64 void SplashScreen::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
65 {
66  if (_c == QMetaObject::InvokeMetaMethod) {
67  SplashScreen *_t = static_cast<SplashScreen *>(_o);
68  switch (_id) {
69  case 0: _t->slotFinish((*reinterpret_cast< QWidget*(*)>(_a[1]))); break;
70  default: ;
71  }
72  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
73  switch (_id) {
74  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
75  case 0:
76  switch (*reinterpret_cast<int*>(_a[1])) {
77  default: *reinterpret_cast<int*>(_a[0]) = -1; break;
78  case 0:
79  *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QWidget* >(); break;
80  }
81  break;
82  }
83  }
84 }
85 
86 const QMetaObject SplashScreen::staticMetaObject = {
87  { &QSplashScreen::staticMetaObject, qt_meta_stringdata_SplashScreen.data,
88  qt_meta_data_SplashScreen, qt_static_metacall, 0, 0}
89 };
90 
91 
92 const QMetaObject *SplashScreen::metaObject() const
93 {
94  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
95 }
96 
97 void *SplashScreen::qt_metacast(const char *_clname)
98 {
99  if (!_clname) return 0;
100  if (!strcmp(_clname, qt_meta_stringdata_SplashScreen.stringdata))
101  return static_cast<void*>(const_cast< SplashScreen*>(this));
102  return QSplashScreen::qt_metacast(_clname);
103 }
104 
105 int SplashScreen::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
106 {
107  _id = QSplashScreen::qt_metacall(_c, _id, _a);
108  if (_id < 0)
109  return _id;
110  if (_c == QMetaObject::InvokeMetaMethod) {
111  if (_id < 1)
112  qt_static_metacall(this, _c, _id, _a);
113  _id -= 1;
114  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
115  if (_id < 1)
116  qt_static_metacall(this, _c, _id, _a);
117  _id -= 1;
118  }
119  return _id;
120 }
121 QT_END_MOC_NAMESPACE
class for the splashscreen with information of the running client
Definition: splashscreen.h:13
void slotFinish(QWidget *mainWin)
Slot to call finish() method as it's not defined as slot.
#define QT_MOC_LITERAL(idx, ofs, len)