Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_coincontroldialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'coincontroldialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "coincontroldialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'coincontroldialog.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_CoinControlDialog[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  22, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  // slots: signature, parameters, type, tag, flags
32  19, 18, 18, 18, 0x08,
33  36, 18, 18, 18, 0x08,
34  49, 18, 18, 18, 0x08,
35  61, 18, 18, 18, 0x08,
36  75, 18, 18, 18, 0x08,
37  97, 18, 18, 18, 0x08,
38  108, 18, 18, 18, 0x08,
39  121, 18, 18, 18, 0x08,
40  141, 18, 18, 18, 0x08,
41  159, 18, 18, 18, 0x08,
42  174, 18, 18, 18, 0x08,
43  194, 18, 18, 18, 0x08,
44  211, 18, 18, 18, 0x08,
45  231, 18, 18, 18, 0x08,
46  252, 18, 18, 18, 0x08,
47  270, 18, 18, 18, 0x08,
48  290, 18, 18, 18, 0x08,
49  312, 310, 18, 18, 0x08,
50  350, 18, 18, 18, 0x08,
51  376, 18, 18, 18, 0x08,
52  411, 18, 18, 18, 0x08,
53  436, 18, 18, 18, 0x08,
54 
55  0 // eod
56 };
57 
58 static const char qt_meta_stringdata_CoinControlDialog[] = {
59  "CoinControlDialog\0\0showMenu(QPoint)\0"
60  "copyAmount()\0copyLabel()\0copyAddress()\0"
61  "copyTransactionHash()\0lockCoin()\0"
62  "unlockCoin()\0clipboardQuantity()\0"
63  "clipboardAmount()\0clipboardFee()\0"
64  "clipboardAfterFee()\0clipboardBytes()\0"
65  "clipboardPriority()\0clipboardLowOutput()\0"
66  "clipboardChange()\0radioTreeMode(bool)\0"
67  "radioListMode(bool)\0,\0"
68  "viewItemChanged(QTreeWidgetItem*,int)\0"
69  "headerSectionClicked(int)\0"
70  "buttonBoxClicked(QAbstractButton*)\0"
71  "buttonSelectAllClicked()\0updateLabelLocked()\0"
72 };
73 
74 void CoinControlDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
75 {
76  if (_c == QMetaObject::InvokeMetaMethod) {
77  Q_ASSERT(staticMetaObject.cast(_o));
78  CoinControlDialog *_t = static_cast<CoinControlDialog *>(_o);
79  switch (_id) {
80  case 0: _t->showMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
81  case 1: _t->copyAmount(); break;
82  case 2: _t->copyLabel(); break;
83  case 3: _t->copyAddress(); break;
84  case 4: _t->copyTransactionHash(); break;
85  case 5: _t->lockCoin(); break;
86  case 6: _t->unlockCoin(); break;
87  case 7: _t->clipboardQuantity(); break;
88  case 8: _t->clipboardAmount(); break;
89  case 9: _t->clipboardFee(); break;
90  case 10: _t->clipboardAfterFee(); break;
91  case 11: _t->clipboardBytes(); break;
92  case 12: _t->clipboardPriority(); break;
93  case 13: _t->clipboardLowOutput(); break;
94  case 14: _t->clipboardChange(); break;
95  case 15: _t->radioTreeMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
96  case 16: _t->radioListMode((*reinterpret_cast< bool(*)>(_a[1]))); break;
97  case 17: _t->viewItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
98  case 18: _t->headerSectionClicked((*reinterpret_cast< int(*)>(_a[1]))); break;
99  case 19: _t->buttonBoxClicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
100  case 20: _t->buttonSelectAllClicked(); break;
101  case 21: _t->updateLabelLocked(); break;
102  default: ;
103  }
104  }
105 }
106 
107 const QMetaObjectExtraData CoinControlDialog::staticMetaObjectExtraData = {
108  0, qt_static_metacall
109 };
110 
111 const QMetaObject CoinControlDialog::staticMetaObject = {
112  { &QDialog::staticMetaObject, qt_meta_stringdata_CoinControlDialog,
113  qt_meta_data_CoinControlDialog, &staticMetaObjectExtraData }
114 };
115 
116 #ifdef Q_NO_DATA_RELOCATION
117 const QMetaObject &CoinControlDialog::getStaticMetaObject() { return staticMetaObject; }
118 #endif //Q_NO_DATA_RELOCATION
119 
120 const QMetaObject *CoinControlDialog::metaObject() const
121 {
122  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
123 }
124 
125 void *CoinControlDialog::qt_metacast(const char *_clname)
126 {
127  if (!_clname) return 0;
128  if (!strcmp(_clname, qt_meta_stringdata_CoinControlDialog))
129  return static_cast<void*>(const_cast< CoinControlDialog*>(this));
130  return QDialog::qt_metacast(_clname);
131 }
132 
133 int CoinControlDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
134 {
135  _id = QDialog::qt_metacall(_c, _id, _a);
136  if (_id < 0)
137  return _id;
138  if (_c == QMetaObject::InvokeMetaMethod) {
139  if (_id < 22)
140  qt_static_metacall(this, _c, _id, _a);
141  _id -= 22;
142  }
143  return _id;
144 }
145 QT_END_MOC_NAMESPACE
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_CoinControlDialog[]
static const char qt_meta_stringdata_CoinControlDialog[]
void showMenu(const QPoint &)