Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_intro.cpp
Go to the documentation of this file.
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 "intro.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'intro.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_Intro[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  7, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  2, // signalCount
30 
31  // signals: signature, parameters, type, tag, flags
32  7, 6, 6, 6, 0x05,
33  22, 6, 6, 6, 0x05,
34 
35  // slots: signature, parameters, type, tag, flags
36  65, 35, 6, 6, 0x0a,
37  101, 96, 6, 6, 0x08,
38  139, 6, 6, 6, 0x08,
39  167, 6, 6, 6, 0x08,
40  195, 6, 6, 6, 0x08,
41 
42  0 // eod
43 };
44 
45 static const char qt_meta_stringdata_Intro[] = {
46  "Intro\0\0requestCheck()\0stopThread()\0"
47  "status,message,bytesAvailable\0"
48  "setStatus(int,QString,quint64)\0arg1\0"
49  "on_dataDirectory_textChanged(QString)\0"
50  "on_ellipsisButton_clicked()\0"
51  "on_dataDirDefault_clicked()\0"
52  "on_dataDirCustom_clicked()\0"
53 };
54 
55 void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
56 {
57  if (_c == QMetaObject::InvokeMetaMethod) {
58  Q_ASSERT(staticMetaObject.cast(_o));
59  Intro *_t = static_cast<Intro *>(_o);
60  switch (_id) {
61  case 0: _t->requestCheck(); break;
62  case 1: _t->stopThread(); break;
63  case 2: _t->setStatus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< quint64(*)>(_a[3]))); break;
64  case 3: _t->on_dataDirectory_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
65  case 4: _t->on_ellipsisButton_clicked(); break;
66  case 5: _t->on_dataDirDefault_clicked(); break;
67  case 6: _t->on_dataDirCustom_clicked(); break;
68  default: ;
69  }
70  }
71 }
72 
73 const QMetaObjectExtraData Intro::staticMetaObjectExtraData = {
74  0, qt_static_metacall
75 };
76 
77 const QMetaObject Intro::staticMetaObject = {
78  { &QDialog::staticMetaObject, qt_meta_stringdata_Intro,
79  qt_meta_data_Intro, &staticMetaObjectExtraData }
80 };
81 
82 #ifdef Q_NO_DATA_RELOCATION
83 const QMetaObject &Intro::getStaticMetaObject() { return staticMetaObject; }
84 #endif //Q_NO_DATA_RELOCATION
85 
86 const QMetaObject *Intro::metaObject() const
87 {
88  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
89 }
90 
91 void *Intro::qt_metacast(const char *_clname)
92 {
93  if (!_clname) return 0;
94  if (!strcmp(_clname, qt_meta_stringdata_Intro))
95  return static_cast<void*>(const_cast< Intro*>(this));
96  return QDialog::qt_metacast(_clname);
97 }
98 
99 int Intro::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
100 {
101  _id = QDialog::qt_metacall(_c, _id, _a);
102  if (_id < 0)
103  return _id;
104  if (_c == QMetaObject::InvokeMetaMethod) {
105  if (_id < 7)
106  qt_static_metacall(this, _c, _id, _a);
107  _id -= 7;
108  }
109  return _id;
110 }
111 
112 // SIGNAL 0
114 {
115  QMetaObject::activate(this, &staticMetaObject, 0, 0);
116 }
117 
118 // SIGNAL 1
120 {
121  QMetaObject::activate(this, &staticMetaObject, 1, 0);
122 }
123 QT_END_MOC_NAMESPACE
void requestCheck()
Definition: moc_intro.cpp:113
static const char qt_meta_stringdata_Intro[]
Definition: moc_intro.cpp:45
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_Intro[]
Definition: moc_intro.cpp:18
Introduction screen (pre-GUI startup).
Definition: intro.h:22
void stopThread()
Definition: moc_intro.cpp:119