9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'balancesview.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 118, 114, 13, 13, 0x0a,
38 143, 13, 13, 13, 0x0a,
39 165, 13, 13, 13, 0x0a,
40 185, 13, 13, 13, 0x0a,
46 "BalancesView\0\0doubleClicked(QModelIndex)\0"
47 "title,message,style\0message(QString,QString,uint)\0"
48 "contextualMenu(QPoint)\0idx\0"
49 "propSelectorChanged(int)\0balancesCopyAddress()\0"
50 "balancesCopyLabel()\0balancesCopyAmount()\0"
53 void BalancesView::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
55 if (_c == QMetaObject::InvokeMetaMethod) {
56 Q_ASSERT(staticMetaObject.cast(_o));
59 case 0: _t->
doubleClicked((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])));
break;
60 case 1: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
61 case 2: _t->contextualMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
62 case 3: _t->propSelectorChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
63 case 4: _t->balancesCopyAddress();
break;
64 case 5: _t->balancesCopyLabel();
break;
65 case 6: _t->balancesCopyAmount();
break;
71 const QMetaObjectExtraData BalancesView::staticMetaObjectExtraData = {
75 const QMetaObject BalancesView::staticMetaObject = {
80 #ifdef Q_NO_DATA_RELOCATION
81 const QMetaObject &BalancesView::getStaticMetaObject() {
return staticMetaObject; }
82 #endif //Q_NO_DATA_RELOCATION
84 const QMetaObject *BalancesView::metaObject()
const
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
89 void *BalancesView::qt_metacast(
const char *_clname)
91 if (!_clname)
return 0;
93 return static_cast<void*
>(
const_cast< BalancesView*
>(
this));
94 return QWidget::qt_metacast(_clname);
97 int BalancesView::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
99 _id = QWidget::qt_metacall(_c, _id, _a);
102 if (_c == QMetaObject::InvokeMetaMethod) {
104 qt_static_metacall(
this, _c, _id, _a);
113 void *_a[] = { 0,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
114 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
120 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)) };
121 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
static const char qt_meta_stringdata_BalancesView[]
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
void doubleClicked(const QModelIndex &)
Widget showing the transaction list for a wallet, including a filter row.
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_BalancesView[]