Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_optionsmodel.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'optionsmodel.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "optionsmodel.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'optionsmodel.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_OptionsModel[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  3, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  3, // signalCount
30 
31  // signals: signature, parameters, type, tag, flags
32  19, 14, 13, 13, 0x05,
33  43, 13, 13, 13, 0x05,
34  73, 13, 13, 13, 0x05,
35 
36  0 // eod
37 };
38 
39 static const char qt_meta_stringdata_OptionsModel[] = {
40  "OptionsModel\0\0unit\0displayUnitChanged(int)\0"
41  "transactionFeeChanged(qint64)\0"
42  "coinControlFeaturesChanged(bool)\0"
43 };
44 
45 void OptionsModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
46 {
47  if (_c == QMetaObject::InvokeMetaMethod) {
48  Q_ASSERT(staticMetaObject.cast(_o));
49  OptionsModel *_t = static_cast<OptionsModel *>(_o);
50  switch (_id) {
51  case 0: _t->displayUnitChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
52  case 1: _t->transactionFeeChanged((*reinterpret_cast< qint64(*)>(_a[1]))); break;
53  case 2: _t->coinControlFeaturesChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
54  default: ;
55  }
56  }
57 }
58 
59 const QMetaObjectExtraData OptionsModel::staticMetaObjectExtraData = {
60  0, qt_static_metacall
61 };
62 
63 const QMetaObject OptionsModel::staticMetaObject = {
64  { &QAbstractListModel::staticMetaObject, qt_meta_stringdata_OptionsModel,
65  qt_meta_data_OptionsModel, &staticMetaObjectExtraData }
66 };
67 
68 #ifdef Q_NO_DATA_RELOCATION
69 const QMetaObject &OptionsModel::getStaticMetaObject() { return staticMetaObject; }
70 #endif //Q_NO_DATA_RELOCATION
71 
72 const QMetaObject *OptionsModel::metaObject() const
73 {
74  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
75 }
76 
77 void *OptionsModel::qt_metacast(const char *_clname)
78 {
79  if (!_clname) return 0;
80  if (!strcmp(_clname, qt_meta_stringdata_OptionsModel))
81  return static_cast<void*>(const_cast< OptionsModel*>(this));
82  return QAbstractListModel::qt_metacast(_clname);
83 }
84 
85 int OptionsModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
86 {
87  _id = QAbstractListModel::qt_metacall(_c, _id, _a);
88  if (_id < 0)
89  return _id;
90  if (_c == QMetaObject::InvokeMetaMethod) {
91  if (_id < 3)
92  qt_static_metacall(this, _c, _id, _a);
93  _id -= 3;
94  }
95  return _id;
96 }
97 
98 // SIGNAL 0
100 {
101  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
102  QMetaObject::activate(this, &staticMetaObject, 0, _a);
103 }
104 
105 // SIGNAL 1
107 {
108  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
109  QMetaObject::activate(this, &staticMetaObject, 1, _a);
110 }
111 
112 // SIGNAL 2
114 {
115  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
116  QMetaObject::activate(this, &staticMetaObject, 2, _a);
117 }
118 QT_END_MOC_NAMESPACE
void transactionFeeChanged(qint64)
void coinControlFeaturesChanged(bool)
void displayUnitChanged(int unit)
static const char qt_meta_stringdata_OptionsModel[]
Interface from Qt to configuration data structure for Bitcoin client.
Definition: optionsmodel.h:20
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_OptionsModel[]