Line data Source code
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 : #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 : 2, 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 : 67, 43, 13, 13, 0x0a,
34 :
35 : 0 // eod
36 : };
37 :
38 : static const char qt_meta_stringdata_SplashScreen[] = {
39 : "SplashScreen\0\0mainWin\0slotFinish(QWidget*)\0"
40 : "message,alignment,color\0"
41 : "showMessage(QString,int,QColor)\0"
42 : };
43 :
44 0 : void SplashScreen::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
45 : {
46 0 : if (_c == QMetaObject::InvokeMetaMethod) {
47 0 : Q_ASSERT(staticMetaObject.cast(_o));
48 0 : SplashScreen *_t = static_cast<SplashScreen *>(_o);
49 0 : switch (_id) {
50 0 : case 0: _t->slotFinish((*reinterpret_cast< QWidget*(*)>(_a[1]))); break;
51 0 : case 1: _t->showMessage((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< const QColor(*)>(_a[3]))); break;
52 : default: ;
53 : }
54 : }
55 0 : }
56 :
57 : const QMetaObjectExtraData SplashScreen::staticMetaObjectExtraData = {
58 : 0, qt_static_metacall
59 : };
60 :
61 : const QMetaObject SplashScreen::staticMetaObject = {
62 : { &QWidget::staticMetaObject, qt_meta_stringdata_SplashScreen,
63 : qt_meta_data_SplashScreen, &staticMetaObjectExtraData }
64 : };
65 :
66 : #ifdef Q_NO_DATA_RELOCATION
67 : const QMetaObject &SplashScreen::getStaticMetaObject() { return staticMetaObject; }
68 : #endif //Q_NO_DATA_RELOCATION
69 :
70 0 : const QMetaObject *SplashScreen::metaObject() const
71 : {
72 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
73 : }
74 :
75 0 : void *SplashScreen::qt_metacast(const char *_clname)
76 : {
77 0 : if (!_clname) return 0;
78 0 : if (!strcmp(_clname, qt_meta_stringdata_SplashScreen))
79 : return static_cast<void*>(const_cast< SplashScreen*>(this));
80 0 : return QWidget::qt_metacast(_clname);
81 : }
82 :
83 0 : int SplashScreen::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
84 : {
85 0 : _id = QWidget::qt_metacall(_c, _id, _a);
86 0 : if (_id < 0)
87 : return _id;
88 0 : if (_c == QMetaObject::InvokeMetaMethod) {
89 0 : if (_id < 2)
90 0 : qt_static_metacall(this, _c, _id, _a);
91 0 : _id -= 2;
92 : }
93 0 : return _id;
94 : }
95 : QT_END_MOC_NAMESPACE
|