Anoncoin  0.9.4
P2P Digital Currency
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 "qt/intro.h"
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'intro.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[13];
22  char stringdata[183];
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_Intro_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_Intro_t qt_meta_stringdata_Intro = {
30  {
31 QT_MOC_LITERAL(0, 0, 5),
32 QT_MOC_LITERAL(1, 6, 12),
33 QT_MOC_LITERAL(2, 19, 0),
34 QT_MOC_LITERAL(3, 20, 10),
35 QT_MOC_LITERAL(4, 31, 9),
36 QT_MOC_LITERAL(5, 41, 6),
37 QT_MOC_LITERAL(6, 48, 7),
38 QT_MOC_LITERAL(7, 56, 14),
39 QT_MOC_LITERAL(8, 71, 28),
40 QT_MOC_LITERAL(9, 100, 4),
41 QT_MOC_LITERAL(10, 105, 25),
42 QT_MOC_LITERAL(11, 131, 25),
43 QT_MOC_LITERAL(12, 157, 24)
44  },
45  "Intro\0requestCheck\0\0stopThread\0setStatus\0"
46  "status\0message\0bytesAvailable\0"
47  "on_dataDirectory_textChanged\0arg1\0"
48  "on_ellipsisButton_clicked\0"
49  "on_dataDirDefault_clicked\0"
50  "on_dataDirCustom_clicked\0"
51 };
52 #undef QT_MOC_LITERAL
53 
54 static const uint qt_meta_data_Intro[] = {
55 
56  // content:
57  7, // revision
58  0, // classname
59  0, 0, // classinfo
60  7, 14, // methods
61  0, 0, // properties
62  0, 0, // enums/sets
63  0, 0, // constructors
64  0, // flags
65  2, // signalCount
66 
67  // signals: name, argc, parameters, tag, flags
68  1, 0, 49, 2, 0x06,
69  3, 0, 50, 2, 0x06,
70 
71  // slots: name, argc, parameters, tag, flags
72  4, 3, 51, 2, 0x0a,
73  8, 1, 58, 2, 0x08,
74  10, 0, 61, 2, 0x08,
75  11, 0, 62, 2, 0x08,
76  12, 0, 63, 2, 0x08,
77 
78  // signals: parameters
79  QMetaType::Void,
80  QMetaType::Void,
81 
82  // slots: parameters
83  QMetaType::Void, QMetaType::Int, QMetaType::QString, QMetaType::ULongLong, 5, 6, 7,
84  QMetaType::Void, QMetaType::QString, 9,
85  QMetaType::Void,
86  QMetaType::Void,
87  QMetaType::Void,
88 
89  0 // eod
90 };
91 
92 void Intro::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
93 {
94  if (_c == QMetaObject::InvokeMetaMethod) {
95  Intro *_t = static_cast<Intro *>(_o);
96  switch (_id) {
97  case 0: _t->requestCheck(); break;
98  case 1: _t->stopThread(); break;
99  case 2: _t->setStatus((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< quint64(*)>(_a[3]))); break;
100  case 3: _t->on_dataDirectory_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
101  case 4: _t->on_ellipsisButton_clicked(); break;
102  case 5: _t->on_dataDirDefault_clicked(); break;
103  case 6: _t->on_dataDirCustom_clicked(); break;
104  default: ;
105  }
106  } else if (_c == QMetaObject::IndexOfMethod) {
107  int *result = reinterpret_cast<int *>(_a[0]);
108  void **func = reinterpret_cast<void **>(_a[1]);
109  {
110  typedef void (Intro::*_t)();
111  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Intro::requestCheck)) {
112  *result = 0;
113  }
114  }
115  {
116  typedef void (Intro::*_t)();
117  if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Intro::stopThread)) {
118  *result = 1;
119  }
120  }
121  }
122 }
123 
124 const QMetaObject Intro::staticMetaObject = {
125  { &QDialog::staticMetaObject, qt_meta_stringdata_Intro.data,
126  qt_meta_data_Intro, qt_static_metacall, 0, 0}
127 };
128 
129 
130 const QMetaObject *Intro::metaObject() const
131 {
132  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
133 }
134 
135 void *Intro::qt_metacast(const char *_clname)
136 {
137  if (!_clname) return 0;
138  if (!strcmp(_clname, qt_meta_stringdata_Intro.stringdata))
139  return static_cast<void*>(const_cast< Intro*>(this));
140  return QDialog::qt_metacast(_clname);
141 }
142 
143 int Intro::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
144 {
145  _id = QDialog::qt_metacall(_c, _id, _a);
146  if (_id < 0)
147  return _id;
148  if (_c == QMetaObject::InvokeMetaMethod) {
149  if (_id < 7)
150  qt_static_metacall(this, _c, _id, _a);
151  _id -= 7;
152  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
153  if (_id < 7)
154  *reinterpret_cast<int*>(_a[0]) = -1;
155  _id -= 7;
156  }
157  return _id;
158 }
159 
160 // SIGNAL 0
162 {
163  QMetaObject::activate(this, &staticMetaObject, 0, 0);
164 }
165 
166 // SIGNAL 1
168 {
169  QMetaObject::activate(this, &staticMetaObject, 1, 0);
170 }
171 QT_END_MOC_NAMESPACE
void requestCheck()
Definition: moc_intro.cpp:161
void on_dataDirCustom_clicked()
Definition: intro.cpp:252
#define QT_MOC_LITERAL(idx, ofs, len)
Definition: moc_intro.cpp:24
void on_dataDirectory_textChanged(const QString &arg1)
Definition: intro.cpp:233
void setStatus(int status, const QString &message, quint64 bytesAvailable)
Definition: intro.cpp:201
void on_ellipsisButton_clicked()
Definition: intro.cpp:240
void on_dataDirDefault_clicked()
Definition: intro.cpp:247
QByteArrayData data[13]
Definition: moc_intro.cpp:21
Introduction screen (pre-GUI startup).
Definition: intro.h:23
void stopThread()
Definition: moc_intro.cpp:167