9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'transactionview.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
37 117, 16, 16, 16, 0x08,
38 136, 16, 16, 16, 0x08,
39 150, 16, 16, 16, 0x08,
40 164, 16, 16, 16, 0x08,
41 176, 16, 16, 16, 0x08,
42 188, 16, 16, 16, 0x08,
43 201, 16, 16, 16, 0x08,
44 216, 212, 16, 16, 0x08,
45 249, 245, 16, 16, 0x0a,
46 265, 245, 16, 16, 0x0a,
47 288, 281, 16, 16, 0x0a,
48 318, 311, 16, 16, 0x0a,
49 341, 16, 16, 16, 0x0a,
50 357, 16, 16, 16, 0x0a,
56 "TransactionView\0\0doubleClicked(QModelIndex)\0"
57 "title,message,style\0message(QString,QString,uint)\0"
58 "contextualMenu(QPoint)\0dateRangeChanged()\0"
59 "showDetails()\0copyAddress()\0editLabel()\0"
60 "copyLabel()\0copyAmount()\0copyTxID()\0"
61 "url\0openThirdPartyTxUrl(QString)\0idx\0"
62 "chooseDate(int)\0chooseType(int)\0prefix\0"
63 "changedPrefix(QString)\0amount\0"
64 "changedAmount(QString)\0exportClicked()\0"
65 "focusTransaction(QModelIndex)\0"
68 void TransactionView::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
70 if (_c == QMetaObject::InvokeMetaMethod) {
71 Q_ASSERT(staticMetaObject.cast(_o));
74 case 0: _t->
doubleClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
75 case 1: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
76 case 2: _t->contextualMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
77 case 3: _t->dateRangeChanged();
break;
78 case 4: _t->showDetails();
break;
79 case 5: _t->copyAddress();
break;
80 case 6: _t->editLabel();
break;
81 case 7: _t->copyLabel();
break;
82 case 8: _t->copyAmount();
break;
83 case 9: _t->copyTxID();
break;
84 case 10: _t->openThirdPartyTxUrl((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
85 case 11: _t->chooseDate((*
reinterpret_cast< int(*)
>(_a[1])));
break;
86 case 12: _t->chooseType((*
reinterpret_cast< int(*)
>(_a[1])));
break;
87 case 13: _t->changedPrefix((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
88 case 14: _t->changedAmount((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
89 case 15: _t->exportClicked();
break;
90 case 16: _t->focusTransaction((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
96 const QMetaObjectExtraData TransactionView::staticMetaObjectExtraData = {
100 const QMetaObject TransactionView::staticMetaObject = {
105 #ifdef Q_NO_DATA_RELOCATION
106 const QMetaObject &TransactionView::getStaticMetaObject() {
return staticMetaObject; }
107 #endif //Q_NO_DATA_RELOCATION
109 const QMetaObject *TransactionView::metaObject()
const
111 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
114 void *TransactionView::qt_metacast(
const char *_clname)
116 if (!_clname)
return 0;
119 return QWidget::qt_metacast(_clname);
122 int TransactionView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
124 _id = QWidget::qt_metacall(_c, _id, _a);
127 if (_c == QMetaObject::InvokeMetaMethod) {
129 qt_static_metacall(
this, _c, _id, _a);
138 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
139 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
145 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)) };
146 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_TransactionView[]
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
Widget showing the transaction list for a wallet, including a filter row.
static const char qt_meta_stringdata_TransactionView[]
void doubleClicked(const QModelIndex &)