Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_bitcoinamountfield.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'bitcoinamountfield.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "bitcoinamountfield.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'bitcoinamountfield.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_BitcoinAmountField[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  2, 14, // methods
25  1, 24, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  1, // signalCount
30 
31  // signals: signature, parameters, type, tag, flags
32  20, 19, 19, 19, 0x05,
33 
34  // slots: signature, parameters, type, tag, flags
35  38, 34, 19, 19, 0x08,
36 
37  // properties: name, type, flags
38  62, 55, 0x04595103,
39 
40  // properties: notify_signal_id
41  0,
42 
43  0 // eod
44 };
45 
47  "BitcoinAmountField\0\0textChanged()\0idx\0"
48  "unitChanged(int)\0qint64\0value\0"
49 };
50 
51 void BitcoinAmountField::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
52 {
53  if (_c == QMetaObject::InvokeMetaMethod) {
54  Q_ASSERT(staticMetaObject.cast(_o));
55  BitcoinAmountField *_t = static_cast<BitcoinAmountField *>(_o);
56  switch (_id) {
57  case 0: _t->textChanged(); break;
58  case 1: _t->unitChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
59  default: ;
60  }
61  }
62 }
63 
64 const QMetaObjectExtraData BitcoinAmountField::staticMetaObjectExtraData = {
65  0, qt_static_metacall
66 };
67 
68 const QMetaObject BitcoinAmountField::staticMetaObject = {
69  { &QWidget::staticMetaObject, qt_meta_stringdata_BitcoinAmountField,
70  qt_meta_data_BitcoinAmountField, &staticMetaObjectExtraData }
71 };
72 
73 #ifdef Q_NO_DATA_RELOCATION
74 const QMetaObject &BitcoinAmountField::getStaticMetaObject() { return staticMetaObject; }
75 #endif //Q_NO_DATA_RELOCATION
76 
77 const QMetaObject *BitcoinAmountField::metaObject() const
78 {
79  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
80 }
81 
82 void *BitcoinAmountField::qt_metacast(const char *_clname)
83 {
84  if (!_clname) return 0;
85  if (!strcmp(_clname, qt_meta_stringdata_BitcoinAmountField))
86  return static_cast<void*>(const_cast< BitcoinAmountField*>(this));
87  return QWidget::qt_metacast(_clname);
88 }
89 
90 int BitcoinAmountField::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
91 {
92  _id = QWidget::qt_metacall(_c, _id, _a);
93  if (_id < 0)
94  return _id;
95  if (_c == QMetaObject::InvokeMetaMethod) {
96  if (_id < 2)
97  qt_static_metacall(this, _c, _id, _a);
98  _id -= 2;
99  }
100 #ifndef QT_NO_PROPERTIES
101  else if (_c == QMetaObject::ReadProperty) {
102  void *_v = _a[0];
103  switch (_id) {
104  case 0: *reinterpret_cast< qint64*>(_v) = value(); break;
105  }
106  _id -= 1;
107  } else if (_c == QMetaObject::WriteProperty) {
108  void *_v = _a[0];
109  switch (_id) {
110  case 0: setValue(*reinterpret_cast< qint64*>(_v)); break;
111  }
112  _id -= 1;
113  } else if (_c == QMetaObject::ResetProperty) {
114  _id -= 1;
115  } else if (_c == QMetaObject::QueryPropertyDesignable) {
116  _id -= 1;
117  } else if (_c == QMetaObject::QueryPropertyScriptable) {
118  _id -= 1;
119  } else if (_c == QMetaObject::QueryPropertyStored) {
120  _id -= 1;
121  } else if (_c == QMetaObject::QueryPropertyEditable) {
122  _id -= 1;
123  } else if (_c == QMetaObject::QueryPropertyUser) {
124  _id -= 1;
125  }
126 #endif // QT_NO_PROPERTIES
127  return _id;
128 }
129 
130 // SIGNAL 0
132 {
133  QMetaObject::activate(this, &staticMetaObject, 0, 0);
134 }
135 QT_END_MOC_NAMESPACE
Widget for entering bitcoin amounts.
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_BitcoinAmountField[]
void setValue(qint64 value)
static const char qt_meta_stringdata_BitcoinAmountField[]