Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_txhistorydialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'txhistorydialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "txhistorydialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'txhistorydialog.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_TXHistoryDialog[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  8, 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  131, 16, 16, 16, 0x08,
39  145, 16, 16, 16, 0x08,
40  158, 16, 16, 16, 0x08,
41  169, 16, 16, 16, 0x08,
42 
43  0 // eod
44 };
45 
46 static const char qt_meta_stringdata_TXHistoryDialog[] = {
47  "TXHistoryDialog\0\0doubleClicked(QModelIndex)\0"
48  "title,message,style\0message(QString,QString,uint)\0"
49  "contextualMenu(QPoint)\0showDetails()\0"
50  "copyAddress()\0copyAmount()\0copyTxID()\0"
51  "UpdateHistory()\0"
52 };
53 
54 void TXHistoryDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
55 {
56  if (_c == QMetaObject::InvokeMetaMethod) {
57  Q_ASSERT(staticMetaObject.cast(_o));
58  TXHistoryDialog *_t = static_cast<TXHistoryDialog *>(_o);
59  switch (_id) {
60  case 0: _t->doubleClicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
61  case 1: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
62  case 2: _t->contextualMenu((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
63  case 3: _t->showDetails(); break;
64  case 4: _t->copyAddress(); break;
65  case 5: _t->copyAmount(); break;
66  case 6: _t->copyTxID(); break;
67  case 7: _t->UpdateHistory(); break;
68  default: ;
69  }
70  }
71 }
72 
73 const QMetaObjectExtraData TXHistoryDialog::staticMetaObjectExtraData = {
74  0, qt_static_metacall
75 };
76 
77 const QMetaObject TXHistoryDialog::staticMetaObject = {
78  { &QDialog::staticMetaObject, qt_meta_stringdata_TXHistoryDialog,
79  qt_meta_data_TXHistoryDialog, &staticMetaObjectExtraData }
80 };
81 
82 #ifdef Q_NO_DATA_RELOCATION
83 const QMetaObject &TXHistoryDialog::getStaticMetaObject() { return staticMetaObject; }
84 #endif //Q_NO_DATA_RELOCATION
85 
86 const QMetaObject *TXHistoryDialog::metaObject() const
87 {
88  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
89 }
90 
91 void *TXHistoryDialog::qt_metacast(const char *_clname)
92 {
93  if (!_clname) return 0;
94  if (!strcmp(_clname, qt_meta_stringdata_TXHistoryDialog))
95  return static_cast<void*>(const_cast< TXHistoryDialog*>(this));
96  return QDialog::qt_metacast(_clname);
97 }
98 
99 int TXHistoryDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
100 {
101  _id = QDialog::qt_metacall(_c, _id, _a);
102  if (_id < 0)
103  return _id;
104  if (_c == QMetaObject::InvokeMetaMethod) {
105  if (_id < 8)
106  qt_static_metacall(this, _c, _id, _a);
107  _id -= 8;
108  }
109  return _id;
110 }
111 
112 // SIGNAL 0
113 void TXHistoryDialog::doubleClicked(const QModelIndex & _t1)
114 {
115  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
116  QMetaObject::activate(this, &staticMetaObject, 0, _a);
117 }
118 
119 // SIGNAL 1
120 void TXHistoryDialog::message(const QString & _t1, const QString & _t2, unsigned int _t3)
121 {
122  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)) };
123  QMetaObject::activate(this, &staticMetaObject, 1, _a);
124 }
125 QT_END_MOC_NAMESPACE
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_TXHistoryDialog[]
static const char qt_meta_stringdata_TXHistoryDialog[]