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.)"
17 QT_BEGIN_MOC_NAMESPACE
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,
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"
74 void CoinControlDialog::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
76 if (_c == QMetaObject::InvokeMetaMethod) {
77 Q_ASSERT(staticMetaObject.cast(_o));
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;
107 const QMetaObjectExtraData CoinControlDialog::staticMetaObjectExtraData = {
108 0, qt_static_metacall
111 const QMetaObject CoinControlDialog::staticMetaObject = {
116 #ifdef Q_NO_DATA_RELOCATION
117 const QMetaObject &CoinControlDialog::getStaticMetaObject() {
return staticMetaObject; }
118 #endif //Q_NO_DATA_RELOCATION
120 const QMetaObject *CoinControlDialog::metaObject()
const
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
125 void *CoinControlDialog::qt_metacast(
const char *_clname)
127 if (!_clname)
return 0;
130 return QDialog::qt_metacast(_clname);
133 int CoinControlDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
135 _id = QDialog::qt_metacall(_c, _id, _a);
138 if (_c == QMetaObject::InvokeMetaMethod) {
140 qt_static_metacall(
this, _c, _id, _a);
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_CoinControlDialog[]
static const char qt_meta_stringdata_CoinControlDialog[]
void showMenu(const QPoint &)