Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_balancesview.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'balancesview.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "balancesview.h"
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.)"
15 #endif
16 
17 QT_BEGIN_MOC_NAMESPACE
18 static const uint qt_meta_data_BalancesView[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  7, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  2, // signalCount
30 
31  // signals: signature, parameters, type, tag, flags
32  14, 13, 13, 13, 0x05,
33  61, 41, 13, 13, 0x05,
34 
35  // slots: signature, parameters, type, tag, flags
36  91, 13, 13, 13, 0x08,
37  118, 114, 13, 13, 0x0a,
38  143, 13, 13, 13, 0x0a,
39  165, 13, 13, 13, 0x0a,
40  185, 13, 13, 13, 0x0a,
41 
42  0 // eod
43 };
44 
45 static const char qt_meta_stringdata_BalancesView[] = {
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"
51 };
52 
53 void BalancesView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
54 {
55  if (_c == QMetaObject::InvokeMetaMethod) {
56  Q_ASSERT(staticMetaObject.cast(_o));
57  BalancesView *_t = static_cast<BalancesView *>(_o);
58  switch (_id) {
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;
66  default: ;
67  }
68  }
69 }
70 
71 const QMetaObjectExtraData BalancesView::staticMetaObjectExtraData = {
72  0, qt_static_metacall
73 };
74 
75 const QMetaObject BalancesView::staticMetaObject = {
76  { &QWidget::staticMetaObject, qt_meta_stringdata_BalancesView,
77  qt_meta_data_BalancesView, &staticMetaObjectExtraData }
78 };
79 
80 #ifdef Q_NO_DATA_RELOCATION
81 const QMetaObject &BalancesView::getStaticMetaObject() { return staticMetaObject; }
82 #endif //Q_NO_DATA_RELOCATION
83 
84 const QMetaObject *BalancesView::metaObject() const
85 {
86  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
87 }
88 
89 void *BalancesView::qt_metacast(const char *_clname)
90 {
91  if (!_clname) return 0;
92  if (!strcmp(_clname, qt_meta_stringdata_BalancesView))
93  return static_cast<void*>(const_cast< BalancesView*>(this));
94  return QWidget::qt_metacast(_clname);
95 }
96 
97 int BalancesView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
98 {
99  _id = QWidget::qt_metacall(_c, _id, _a);
100  if (_id < 0)
101  return _id;
102  if (_c == QMetaObject::InvokeMetaMethod) {
103  if (_id < 7)
104  qt_static_metacall(this, _c, _id, _a);
105  _id -= 7;
106  }
107  return _id;
108 }
109 
110 // SIGNAL 0
111 void BalancesView::doubleClicked(const QModelIndex & _t1)
112 {
113  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
114  QMetaObject::activate(this, &staticMetaObject, 0, _a);
115 }
116 
117 // SIGNAL 1
118 void BalancesView::message(const QString & _t1, const QString & _t2, unsigned int _t3)
119 {
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);
122 }
123 QT_END_MOC_NAMESPACE
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.
Definition: balancesview.h:29
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_BalancesView[]