Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'intro.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include <memory>
9 : #include "qt/intro.h"
10 : #include <QtCore/qbytearray.h>
11 : #include <QtCore/qmetatype.h>
12 : #if !defined(Q_MOC_OUTPUT_REVISION)
13 : #error "The header file 'intro.h' doesn't include <QObject>."
14 : #elif Q_MOC_OUTPUT_REVISION != 67
15 : #error "This file was generated using the moc from 5.15.0. It"
16 : #error "cannot be used with the include files from this version of Qt."
17 : #error "(The moc has changed too much.)"
18 : #endif
19 :
20 : QT_BEGIN_MOC_NAMESPACE
21 : QT_WARNING_PUSH
22 : QT_WARNING_DISABLE_DEPRECATED
23 : struct qt_meta_stringdata_Intro_t {
24 : QByteArrayData data[12];
25 : char stringdata0[171];
26 : };
27 : #define QT_MOC_LITERAL(idx, ofs, len) \
28 : Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
29 : qptrdiff(offsetof(qt_meta_stringdata_Intro_t, stringdata0) + ofs \
30 : - idx * sizeof(QByteArrayData)) \
31 : )
32 : static const qt_meta_stringdata_Intro_t qt_meta_stringdata_Intro = {
33 : {
34 : QT_MOC_LITERAL(0, 0, 5), // "Intro"
35 : QT_MOC_LITERAL(1, 6, 12), // "requestCheck"
36 : QT_MOC_LITERAL(2, 19, 0), // ""
37 : QT_MOC_LITERAL(3, 20, 9), // "setStatus"
38 : QT_MOC_LITERAL(4, 30, 6), // "status"
39 : QT_MOC_LITERAL(5, 37, 7), // "message"
40 : QT_MOC_LITERAL(6, 45, 14), // "bytesAvailable"
41 : QT_MOC_LITERAL(7, 60, 28), // "on_dataDirectory_textChanged"
42 : QT_MOC_LITERAL(8, 89, 4), // "arg1"
43 : QT_MOC_LITERAL(9, 94, 25), // "on_ellipsisButton_clicked"
44 : QT_MOC_LITERAL(10, 120, 25), // "on_dataDirDefault_clicked"
45 : QT_MOC_LITERAL(11, 146, 24) // "on_dataDirCustom_clicked"
46 :
47 : },
48 : "Intro\0requestCheck\0\0setStatus\0status\0"
49 : "message\0bytesAvailable\0"
50 : "on_dataDirectory_textChanged\0arg1\0"
51 : "on_ellipsisButton_clicked\0"
52 : "on_dataDirDefault_clicked\0"
53 : "on_dataDirCustom_clicked"
54 : };
55 : #undef QT_MOC_LITERAL
56 :
57 : static const uint qt_meta_data_Intro[] = {
58 :
59 : // content:
60 : 8, // revision
61 : 0, // classname
62 : 0, 0, // classinfo
63 : 6, 14, // methods
64 : 0, 0, // properties
65 : 0, 0, // enums/sets
66 : 0, 0, // constructors
67 : 0, // flags
68 : 1, // signalCount
69 :
70 : // signals: name, argc, parameters, tag, flags
71 : 1, 0, 44, 2, 0x06 /* Public */,
72 :
73 : // slots: name, argc, parameters, tag, flags
74 : 3, 3, 45, 2, 0x0a /* Public */,
75 : 7, 1, 52, 2, 0x08 /* Private */,
76 : 9, 0, 55, 2, 0x08 /* Private */,
77 : 10, 0, 56, 2, 0x08 /* Private */,
78 : 11, 0, 57, 2, 0x08 /* Private */,
79 :
80 : // signals: parameters
81 : QMetaType::Void,
82 :
83 : // slots: parameters
84 : QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 4, 5, 6,
85 : QMetaType::Void, QMetaType::QString, 8,
86 : QMetaType::Void,
87 : QMetaType::Void,
88 : QMetaType::Void,
89 :
90 : 0 // eod
91 : };
92 :
93 0 : void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
94 : {
95 0 : if (_c == QMetaObject::InvokeMetaMethod) {
96 0 : auto *_t = static_cast<Intro *>(_o);
97 : Q_UNUSED(_t)
98 0 : switch (_id) {
99 0 : case 0: _t->requestCheck(); break;
100 0 : case 1: _t->setStatus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< quint64(*)>(_a[3]))); break;
101 0 : case 2: _t->on_dataDirectory_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
102 0 : case 3: _t->on_ellipsisButton_clicked(); break;
103 0 : case 4: _t->on_dataDirDefault_clicked(); break;
104 0 : case 5: _t->on_dataDirCustom_clicked(); break;
105 : default: ;
106 : }
107 0 : } else if (_c == QMetaObject::IndexOfMethod) {
108 0 : int *result = reinterpret_cast<int *>(_a[0]);
109 : {
110 : using _t = void (Intro::*)();
111 0 : if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&Intro::requestCheck)) {
112 0 : *result = 0;
113 0 : return;
114 : }
115 : }
116 0 : }
117 0 : }
118 :
119 : QT_INIT_METAOBJECT const QMetaObject Intro::staticMetaObject = { {
120 : QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
121 : qt_meta_stringdata_Intro.data,
122 : qt_meta_data_Intro,
123 : qt_static_metacall,
124 : nullptr,
125 : nullptr
126 : } };
127 :
128 :
129 0 : const QMetaObject *Intro::metaObject() const
130 : {
131 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
132 : }
133 :
134 0 : void *Intro::qt_metacast(const char *_clname)
135 : {
136 0 : if (!_clname) return nullptr;
137 0 : if (!strcmp(_clname, qt_meta_stringdata_Intro.stringdata0))
138 0 : return static_cast<void*>(this);
139 0 : return QDialog::qt_metacast(_clname);
140 0 : }
141 :
142 0 : int Intro::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
143 : {
144 0 : _id = QDialog::qt_metacall(_c, _id, _a);
145 0 : if (_id < 0)
146 0 : return _id;
147 0 : if (_c == QMetaObject::InvokeMetaMethod) {
148 0 : if (_id < 6)
149 0 : qt_static_metacall(this, _c, _id, _a);
150 0 : _id -= 6;
151 0 : } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152 0 : if (_id < 6)
153 0 : *reinterpret_cast<int*>(_a[0]) = -1;
154 0 : _id -= 6;
155 0 : }
156 0 : return _id;
157 0 : }
158 :
159 : // SIGNAL 0
160 0 : void Intro::requestCheck()
161 : {
162 0 : QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
163 0 : }
164 : QT_WARNING_POP
165 : QT_END_MOC_NAMESPACE
|