Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_rpcconsole.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'rpcconsole.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "rpcconsole.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'rpcconsole.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_RPCConsole[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  15, 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  12, 11, 11, 11, 0x05,
33  35, 27, 11, 11, 0x05,
34 
35  // slots: signature, parameters, type, tag, flags
36  55, 11, 11, 11, 0x08,
37  89, 83, 11, 11, 0x08,
38  122, 11, 11, 11, 0x08,
39  164, 158, 11, 11, 0x08,
40  226, 199, 11, 11, 0x08,
41  262, 11, 11, 11, 0x0a,
42  270, 11, 11, 11, 0x0a,
43  301, 279, 11, 11, 0x0a,
44  344, 327, 11, 11, 0x2a,
45  371, 365, 11, 11, 0x0a,
46  394, 365, 11, 11, 0x0a,
47  419, 412, 11, 11, 0x0a,
48  438, 11, 11, 11, 0x0a,
49 
50  0 // eod
51 };
52 
53 static const char qt_meta_stringdata_RPCConsole[] = {
54  "RPCConsole\0\0stopExecutor()\0command\0"
55  "cmdRequest(QString)\0on_lineEdit_returnPressed()\0"
56  "index\0on_tabWidget_currentChanged(int)\0"
57  "on_openDebugLogfileButton_clicked()\0"
58  "value\0on_sldGraphRange_valueChanged(int)\0"
59  "totalBytesIn,totalBytesOut\0"
60  "updateTrafficStats(quint64,quint64)\0"
61  "clear()\0reject()\0category,message,html\0"
62  "message(int,QString,bool)\0category,message\0"
63  "message(int,QString)\0count\0"
64  "setNumConnections(int)\0setNumBlocks(int)\0"
65  "offset\0browseHistory(int)\0scrollToEnd()\0"
66 };
67 
68 void RPCConsole::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
69 {
70  if (_c == QMetaObject::InvokeMetaMethod) {
71  Q_ASSERT(staticMetaObject.cast(_o));
72  RPCConsole *_t = static_cast<RPCConsole *>(_o);
73  switch (_id) {
74  case 0: _t->stopExecutor(); break;
75  case 1: _t->cmdRequest((*reinterpret_cast< const QString(*)>(_a[1]))); break;
76  case 2: _t->on_lineEdit_returnPressed(); break;
77  case 3: _t->on_tabWidget_currentChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
78  case 4: _t->on_openDebugLogfileButton_clicked(); break;
79  case 5: _t->on_sldGraphRange_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
80  case 6: _t->updateTrafficStats((*reinterpret_cast< quint64(*)>(_a[1])),(*reinterpret_cast< quint64(*)>(_a[2]))); break;
81  case 7: _t->clear(); break;
82  case 8: _t->reject(); break;
83  case 9: _t->message((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3]))); break;
84  case 10: _t->message((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
85  case 11: _t->setNumConnections((*reinterpret_cast< int(*)>(_a[1]))); break;
86  case 12: _t->setNumBlocks((*reinterpret_cast< int(*)>(_a[1]))); break;
87  case 13: _t->browseHistory((*reinterpret_cast< int(*)>(_a[1]))); break;
88  case 14: _t->scrollToEnd(); break;
89  default: ;
90  }
91  }
92 }
93 
94 const QMetaObjectExtraData RPCConsole::staticMetaObjectExtraData = {
95  0, qt_static_metacall
96 };
97 
98 const QMetaObject RPCConsole::staticMetaObject = {
99  { &QDialog::staticMetaObject, qt_meta_stringdata_RPCConsole,
100  qt_meta_data_RPCConsole, &staticMetaObjectExtraData }
101 };
102 
103 #ifdef Q_NO_DATA_RELOCATION
104 const QMetaObject &RPCConsole::getStaticMetaObject() { return staticMetaObject; }
105 #endif //Q_NO_DATA_RELOCATION
106 
107 const QMetaObject *RPCConsole::metaObject() const
108 {
109  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
110 }
111 
112 void *RPCConsole::qt_metacast(const char *_clname)
113 {
114  if (!_clname) return 0;
115  if (!strcmp(_clname, qt_meta_stringdata_RPCConsole))
116  return static_cast<void*>(const_cast< RPCConsole*>(this));
117  return QDialog::qt_metacast(_clname);
118 }
119 
120 int RPCConsole::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
121 {
122  _id = QDialog::qt_metacall(_c, _id, _a);
123  if (_id < 0)
124  return _id;
125  if (_c == QMetaObject::InvokeMetaMethod) {
126  if (_id < 15)
127  qt_static_metacall(this, _c, _id, _a);
128  _id -= 15;
129  }
130  return _id;
131 }
132 
133 // SIGNAL 0
135 {
136  QMetaObject::activate(this, &staticMetaObject, 0, 0);
137 }
138 
139 // SIGNAL 1
140 void RPCConsole::cmdRequest(const QString & _t1)
141 {
142  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
143  QMetaObject::activate(this, &staticMetaObject, 1, _a);
144 }
145 QT_END_MOC_NAMESPACE
Local Bitcoin RPC console.
Definition: rpcconsole.h:17
static const char qt_meta_stringdata_RPCConsole[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_RPCConsole[]
void stopExecutor()
void cmdRequest(const QString &command)