Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 "splashscreen.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'splashscreen.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_SplashScreen[] = {
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  22, 14, 13, 13, 0x0a,
33 
34  0 // eod
35 };
36 
37 static const char qt_meta_stringdata_SplashScreen[] = {
38  "SplashScreen\0\0mainWin\0slotFinish(QWidget*)\0"
39 };
40 
41 void SplashScreen::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  SplashScreen *_t = static_cast<SplashScreen *>(_o);
46  switch (_id) {
47  case 0: _t->slotFinish((*reinterpret_cast< QWidget*(*)>(_a[1]))); break;
48  default: ;
49  }
50  }
51 }
52 
53 const QMetaObjectExtraData SplashScreen::staticMetaObjectExtraData = {
54  0, qt_static_metacall
55 };
56 
57 const QMetaObject SplashScreen::staticMetaObject = {
58  { &QSplashScreen::staticMetaObject, qt_meta_stringdata_SplashScreen,
59  qt_meta_data_SplashScreen, &staticMetaObjectExtraData }
60 };
61 
62 #ifdef Q_NO_DATA_RELOCATION
63 const QMetaObject &SplashScreen::getStaticMetaObject() { return staticMetaObject; }
64 #endif //Q_NO_DATA_RELOCATION
65 
66 const QMetaObject *SplashScreen::metaObject() const
67 {
68  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
69 }
70 
71 void *SplashScreen::qt_metacast(const char *_clname)
72 {
73  if (!_clname) return 0;
74  if (!strcmp(_clname, qt_meta_stringdata_SplashScreen))
75  return static_cast<void*>(const_cast< SplashScreen*>(this));
76  return QSplashScreen::qt_metacast(_clname);
77 }
78 
79 int SplashScreen::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
80 {
81  _id = QSplashScreen::qt_metacall(_c, _id, _a);
82  if (_id < 0)
83  return _id;
84  if (_c == QMetaObject::InvokeMetaMethod) {
85  if (_id < 1)
86  qt_static_metacall(this, _c, _id, _a);
87  _id -= 1;
88  }
89  return _id;
90 }
91 QT_END_MOC_NAMESPACE
class for the splashscreen with information of the running client
Definition: splashscreen.h:12
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_SplashScreen[]
void slotFinish(QWidget *mainWin)
Slot to call finish() method as it's not defined as slot.
static const char qt_meta_stringdata_SplashScreen[]