9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'transactionview.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26 offsetof(qt_meta_stringdata_TransactionView_t, stringdata) + ofs \
27 - idx * sizeof(QByteArrayData) \
60 "TransactionView\0doubleClicked\0\0message\0"
61 "title\0style\0contextualMenu\0dateRangeChanged\0"
62 "showDetails\0copyAddress\0editLabel\0"
63 "copyLabel\0copyAmount\0copyTxID\0"
64 "openThirdPartyTxUrl\0url\0updateWatchOnlyColumn\0"
65 "fHaveWatchOnly\0chooseDate\0idx\0chooseType\0"
66 "chooseWatchonly\0changedPrefix\0prefix\0"
67 "changedAmount\0amount\0exportClicked\0"
72 static const uint qt_meta_data_TransactionView[] = {
109 QMetaType::Void, QMetaType::QModelIndex, 2,
110 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 4, 3, 5,
113 QMetaType::Void, QMetaType::QPoint, 2,
121 QMetaType::Void, QMetaType::QString, 15,
122 QMetaType::Void, QMetaType::Bool, 17,
123 QMetaType::Void, QMetaType::Int, 19,
124 QMetaType::Void, QMetaType::Int, 19,
125 QMetaType::Void, QMetaType::Int, 19,
126 QMetaType::Void, QMetaType::QString, 23,
127 QMetaType::Void, QMetaType::QString, 25,
129 QMetaType::Void, QMetaType::QModelIndex, 2,
134 void TransactionView::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
136 if (_c == QMetaObject::InvokeMetaMethod) {
139 case 0: _t->
doubleClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
140 case 1: _t->
message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
141 case 2: _t->
contextualMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
151 case 12: _t->
chooseDate((*
reinterpret_cast< int(*)
>(_a[1])));
break;
152 case 13: _t->
chooseType((*
reinterpret_cast< int(*)
>(_a[1])));
break;
153 case 14: _t->
chooseWatchonly((*
reinterpret_cast< int(*)
>(_a[1])));
break;
154 case 15: _t->
changedPrefix((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
155 case 16: _t->
changedAmount((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
157 case 18: _t->
focusTransaction((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
160 }
else if (_c == QMetaObject::IndexOfMethod) {
161 int *result =
reinterpret_cast<int *
>(_a[0]);
162 void **func =
reinterpret_cast<void **
>(_a[1]);
170 typedef void (
TransactionView::*_t)(
const QString & ,
const QString & ,
unsigned int );
178 const QMetaObject TransactionView::staticMetaObject = {
179 { &QWidget::staticMetaObject, qt_meta_stringdata_TransactionView.
data,
180 qt_meta_data_TransactionView, qt_static_metacall, 0, 0}
184 const QMetaObject *TransactionView::metaObject()
const
186 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
189 void *TransactionView::qt_metacast(
const char *_clname)
191 if (!_clname)
return 0;
192 if (!strcmp(_clname, qt_meta_stringdata_TransactionView.
stringdata))
194 return QWidget::qt_metacast(_clname);
197 int TransactionView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
199 _id = QWidget::qt_metacall(_c, _id, _a);
202 if (_c == QMetaObject::InvokeMetaMethod) {
204 qt_static_metacall(
this, _c, _id, _a);
206 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
208 *
reinterpret_cast<int*
>(_a[0]) = -1;
217 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
218 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
224 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)) };
225 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
void changedPrefix(const QString &prefix)
void openThirdPartyTxUrl(QString url)
void focusTransaction(const QModelIndex &)
void chooseWatchonly(int idx)
#define QT_MOC_LITERAL(idx, ofs, len)
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.
void changedAmount(const QString &amount)
void updateWatchOnlyColumn(bool fHaveWatchOnly)
void contextualMenu(const QPoint &)
void doubleClicked(const QModelIndex &)