Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'clientmodel.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/clientmodel.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'clientmodel.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_ClientModel[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 10, 14, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 6, // signalCount
30 :
31 : // signals: signature, parameters, type, tag, flags
32 : 19, 13, 12, 12, 0x05,
33 : 62, 46, 12, 12, 0x05,
34 : 103, 94, 12, 12, 0x05,
35 : 153, 126, 12, 12, 0x05,
36 : 203, 183, 12, 12, 0x05,
37 : 249, 233, 12, 12, 0x05,
38 :
39 : // slots: signature, parameters, type, tag, flags
40 : 275, 12, 12, 12, 0x0a,
41 : 304, 289, 12, 12, 0x0a,
42 : 342, 330, 12, 12, 0x0a,
43 : 367, 12, 12, 12, 0x0a,
44 :
45 : 0 // eod
46 : };
47 :
48 : static const char qt_meta_stringdata_ClientModel[] = {
49 : "ClientModel\0\0count\0numConnectionsChanged(int)\0"
50 : "count,blockDate\0numBlocksChanged(int,QDateTime)\0"
51 : "warnings\0alertsChanged(QString)\0"
52 : "totalBytesIn,totalBytesOut\0"
53 : "bytesChanged(quint64,quint64)\0"
54 : "title,message,style\0message(QString,QString,uint)\0"
55 : "title,nProgress\0showProgress(QString,int)\0"
56 : "updateTimer()\0numConnections\0"
57 : "updateNumConnections(int)\0hash,status\0"
58 : "updateAlert(QString,int)\0updateBanlist()\0"
59 : };
60 :
61 0 : void ClientModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
62 : {
63 0 : if (_c == QMetaObject::InvokeMetaMethod) {
64 0 : Q_ASSERT(staticMetaObject.cast(_o));
65 0 : ClientModel *_t = static_cast<ClientModel *>(_o);
66 0 : switch (_id) {
67 0 : case 0: _t->numConnectionsChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
68 0 : case 1: _t->numBlocksChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QDateTime(*)>(_a[2]))); break;
69 0 : case 2: _t->alertsChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
70 0 : case 3: _t->bytesChanged((*reinterpret_cast< quint64(*)>(_a[1])),(*reinterpret_cast< quint64(*)>(_a[2]))); break;
71 0 : case 4: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
72 0 : case 5: _t->showProgress((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
73 0 : case 6: _t->updateTimer(); break;
74 0 : case 7: _t->updateNumConnections((*reinterpret_cast< int(*)>(_a[1]))); break;
75 0 : case 8: _t->updateAlert((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
76 0 : case 9: _t->updateBanlist(); break;
77 : default: ;
78 : }
79 : }
80 0 : }
81 :
82 : const QMetaObjectExtraData ClientModel::staticMetaObjectExtraData = {
83 : 0, qt_static_metacall
84 : };
85 :
86 : const QMetaObject ClientModel::staticMetaObject = {
87 : { &QObject::staticMetaObject, qt_meta_stringdata_ClientModel,
88 : qt_meta_data_ClientModel, &staticMetaObjectExtraData }
89 : };
90 :
91 : #ifdef Q_NO_DATA_RELOCATION
92 : const QMetaObject &ClientModel::getStaticMetaObject() { return staticMetaObject; }
93 : #endif //Q_NO_DATA_RELOCATION
94 :
95 0 : const QMetaObject *ClientModel::metaObject() const
96 : {
97 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
98 : }
99 :
100 0 : void *ClientModel::qt_metacast(const char *_clname)
101 : {
102 0 : if (!_clname) return 0;
103 0 : if (!strcmp(_clname, qt_meta_stringdata_ClientModel))
104 : return static_cast<void*>(const_cast< ClientModel*>(this));
105 0 : return QObject::qt_metacast(_clname);
106 : }
107 :
108 0 : int ClientModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
109 : {
110 0 : _id = QObject::qt_metacall(_c, _id, _a);
111 0 : if (_id < 0)
112 : return _id;
113 0 : if (_c == QMetaObject::InvokeMetaMethod) {
114 0 : if (_id < 10)
115 0 : qt_static_metacall(this, _c, _id, _a);
116 0 : _id -= 10;
117 : }
118 0 : return _id;
119 : }
120 :
121 : // SIGNAL 0
122 0 : void ClientModel::numConnectionsChanged(int _t1)
123 : {
124 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
125 0 : QMetaObject::activate(this, &staticMetaObject, 0, _a);
126 0 : }
127 :
128 : // SIGNAL 1
129 0 : void ClientModel::numBlocksChanged(int _t1, const QDateTime & _t2)
130 : {
131 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
132 0 : QMetaObject::activate(this, &staticMetaObject, 1, _a);
133 0 : }
134 :
135 : // SIGNAL 2
136 0 : void ClientModel::alertsChanged(const QString & _t1)
137 : {
138 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
139 0 : QMetaObject::activate(this, &staticMetaObject, 2, _a);
140 0 : }
141 :
142 : // SIGNAL 3
143 0 : void ClientModel::bytesChanged(quint64 _t1, quint64 _t2)
144 : {
145 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
146 0 : QMetaObject::activate(this, &staticMetaObject, 3, _a);
147 0 : }
148 :
149 : // SIGNAL 4
150 0 : void ClientModel::message(const QString & _t1, const QString & _t2, unsigned int _t3)
151 : {
152 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
153 0 : QMetaObject::activate(this, &staticMetaObject, 4, _a);
154 0 : }
155 :
156 : // SIGNAL 5
157 0 : void ClientModel::showProgress(const QString & _t1, int _t2)
158 : {
159 0 : void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
160 0 : QMetaObject::activate(this, &staticMetaObject, 5, _a);
161 0 : }
162 : QT_END_MOC_NAMESPACE
|