Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_sendcoinsentry.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'sendcoinsentry.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "sendcoinsentry.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'sendcoinsentry.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_SendCoinsEntry[] = {
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  22, 16, 15, 15, 0x05,
33  51, 15, 15, 15, 0x05,
34 
35  // slots: signature, parameters, type, tag, flags
36  70, 15, 15, 15, 0x0a,
37  78, 15, 15, 15, 0x08,
38  102, 94, 15, 15, 0x08,
39  132, 15, 15, 15, 0x08,
40  163, 15, 15, 15, 0x08,
41  188, 15, 15, 15, 0x08,
42 
43  0 // eod
44 };
45 
46 static const char qt_meta_stringdata_SendCoinsEntry[] = {
47  "SendCoinsEntry\0\0entry\0"
48  "removeEntry(SendCoinsEntry*)\0"
49  "payAmountChanged()\0clear()\0deleteClicked()\0"
50  "address\0on_payTo_textChanged(QString)\0"
51  "on_addressBookButton_clicked()\0"
52  "on_pasteButton_clicked()\0updateDisplayUnit()\0"
53 };
54 
55 void SendCoinsEntry::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
56 {
57  if (_c == QMetaObject::InvokeMetaMethod) {
58  Q_ASSERT(staticMetaObject.cast(_o));
59  SendCoinsEntry *_t = static_cast<SendCoinsEntry *>(_o);
60  switch (_id) {
61  case 0: _t->removeEntry((*reinterpret_cast< SendCoinsEntry*(*)>(_a[1]))); break;
62  case 1: _t->payAmountChanged(); break;
63  case 2: _t->clear(); break;
64  case 3: _t->deleteClicked(); break;
65  case 4: _t->on_payTo_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
66  case 5: _t->on_addressBookButton_clicked(); break;
67  case 6: _t->on_pasteButton_clicked(); break;
68  case 7: _t->updateDisplayUnit(); break;
69  default: ;
70  }
71  }
72 }
73 
74 const QMetaObjectExtraData SendCoinsEntry::staticMetaObjectExtraData = {
75  0, qt_static_metacall
76 };
77 
78 const QMetaObject SendCoinsEntry::staticMetaObject = {
79  { &QStackedWidget::staticMetaObject, qt_meta_stringdata_SendCoinsEntry,
80  qt_meta_data_SendCoinsEntry, &staticMetaObjectExtraData }
81 };
82 
83 #ifdef Q_NO_DATA_RELOCATION
84 const QMetaObject &SendCoinsEntry::getStaticMetaObject() { return staticMetaObject; }
85 #endif //Q_NO_DATA_RELOCATION
86 
87 const QMetaObject *SendCoinsEntry::metaObject() const
88 {
89  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
90 }
91 
92 void *SendCoinsEntry::qt_metacast(const char *_clname)
93 {
94  if (!_clname) return 0;
95  if (!strcmp(_clname, qt_meta_stringdata_SendCoinsEntry))
96  return static_cast<void*>(const_cast< SendCoinsEntry*>(this));
97  return QStackedWidget::qt_metacast(_clname);
98 }
99 
100 int SendCoinsEntry::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
101 {
102  _id = QStackedWidget::qt_metacall(_c, _id, _a);
103  if (_id < 0)
104  return _id;
105  if (_c == QMetaObject::InvokeMetaMethod) {
106  if (_id < 8)
107  qt_static_metacall(this, _c, _id, _a);
108  _id -= 8;
109  }
110  return _id;
111 }
112 
113 // SIGNAL 0
115 {
116  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
117  QMetaObject::activate(this, &staticMetaObject, 0, _a);
118 }
119 
120 // SIGNAL 1
122 {
123  QMetaObject::activate(this, &staticMetaObject, 1, 0);
124 }
125 QT_END_MOC_NAMESPACE
void payAmountChanged()
A single entry in the dialog for sending bitcoins.
void removeEntry(SendCoinsEntry *entry)
static const char qt_meta_stringdata_SendCoinsEntry[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_SendCoinsEntry[]