Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_transactionview.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'transactionview.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "transactionview.h"
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.)"
15 #endif
16 
17 QT_BEGIN_MOC_NAMESPACE
18 static const uint qt_meta_data_TransactionView[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  17, 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  17, 16, 16, 16, 0x05,
33  64, 44, 16, 16, 0x05,
34 
35  // slots: signature, parameters, type, tag, flags
36  94, 16, 16, 16, 0x08,
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,
51 
52  0 // eod
53 };
54 
55 static const char qt_meta_stringdata_TransactionView[] = {
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"
66 };
67 
68 void TransactionView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
69 {
70  if (_c == QMetaObject::InvokeMetaMethod) {
71  Q_ASSERT(staticMetaObject.cast(_o));
72  TransactionView *_t = static_cast<TransactionView *>(_o);
73  switch (_id) {
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;
91  default: ;
92  }
93  }
94 }
95 
96 const QMetaObjectExtraData TransactionView::staticMetaObjectExtraData = {
97  0, qt_static_metacall
98 };
99 
100 const QMetaObject TransactionView::staticMetaObject = {
101  { &QWidget::staticMetaObject, qt_meta_stringdata_TransactionView,
102  qt_meta_data_TransactionView, &staticMetaObjectExtraData }
103 };
104 
105 #ifdef Q_NO_DATA_RELOCATION
106 const QMetaObject &TransactionView::getStaticMetaObject() { return staticMetaObject; }
107 #endif //Q_NO_DATA_RELOCATION
108 
109 const QMetaObject *TransactionView::metaObject() const
110 {
111  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
112 }
113 
114 void *TransactionView::qt_metacast(const char *_clname)
115 {
116  if (!_clname) return 0;
117  if (!strcmp(_clname, qt_meta_stringdata_TransactionView))
118  return static_cast<void*>(const_cast< TransactionView*>(this));
119  return QWidget::qt_metacast(_clname);
120 }
121 
122 int TransactionView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
123 {
124  _id = QWidget::qt_metacall(_c, _id, _a);
125  if (_id < 0)
126  return _id;
127  if (_c == QMetaObject::InvokeMetaMethod) {
128  if (_id < 17)
129  qt_static_metacall(this, _c, _id, _a);
130  _id -= 17;
131  }
132  return _id;
133 }
134 
135 // SIGNAL 0
136 void TransactionView::doubleClicked(const QModelIndex & _t1)
137 {
138  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
139  QMetaObject::activate(this, &staticMetaObject, 0, _a);
140 }
141 
142 // SIGNAL 1
143 void TransactionView::message(const QString & _t1, const QString & _t2, unsigned int _t3)
144 {
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);
147 }
148 QT_END_MOC_NAMESPACE
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 &)