Line data Source code
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 "qt/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 : 39, 35, 19, 19, 0x08,
36 :
37 : // properties: name, type, flags
38 : 63, 56, 0x04595103,
39 :
40 : // properties: notify_signal_id
41 : 0,
42 :
43 : 0 // eod
44 : };
45 :
46 : static const char qt_meta_stringdata_BitcoinAmountField[] = {
47 : "BitcoinAmountField\0\0valueChanged()\0"
48 : "idx\0unitChanged(int)\0qint64\0value\0"
49 : };
50 :
51 0 : void BitcoinAmountField::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
52 : {
53 0 : if (_c == QMetaObject::InvokeMetaMethod) {
54 0 : Q_ASSERT(staticMetaObject.cast(_o));
55 0 : BitcoinAmountField *_t = static_cast<BitcoinAmountField *>(_o);
56 0 : switch (_id) {
57 : case 0: _t->valueChanged(); break;
58 0 : case 1: _t->unitChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
59 : default: ;
60 : }
61 : }
62 0 : }
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 0 : const QMetaObject *BitcoinAmountField::metaObject() const
78 : {
79 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
80 : }
81 :
82 0 : void *BitcoinAmountField::qt_metacast(const char *_clname)
83 : {
84 0 : if (!_clname) return 0;
85 0 : if (!strcmp(_clname, qt_meta_stringdata_BitcoinAmountField))
86 : return static_cast<void*>(const_cast< BitcoinAmountField*>(this));
87 0 : return QWidget::qt_metacast(_clname);
88 : }
89 :
90 0 : int BitcoinAmountField::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
91 : {
92 0 : _id = QWidget::qt_metacall(_c, _id, _a);
93 0 : if (_id < 0)
94 : return _id;
95 0 : if (_c == QMetaObject::InvokeMetaMethod) {
96 0 : if (_id < 2)
97 0 : qt_static_metacall(this, _c, _id, _a);
98 0 : _id -= 2;
99 : }
100 : #ifndef QT_NO_PROPERTIES
101 0 : else if (_c == QMetaObject::ReadProperty) {
102 0 : void *_v = _a[0];
103 0 : switch (_id) {
104 0 : case 0: *reinterpret_cast< qint64*>(_v) = value(); break;
105 : }
106 0 : _id -= 1;
107 0 : } else if (_c == QMetaObject::WriteProperty) {
108 0 : void *_v = _a[0];
109 0 : switch (_id) {
110 0 : case 0: setValue(*reinterpret_cast< qint64*>(_v)); break;
111 : }
112 0 : _id -= 1;
113 0 : } else if (_c == QMetaObject::ResetProperty) {
114 0 : _id -= 1;
115 0 : } else if (_c == QMetaObject::QueryPropertyDesignable) {
116 0 : _id -= 1;
117 0 : } else if (_c == QMetaObject::QueryPropertyScriptable) {
118 0 : _id -= 1;
119 0 : } else if (_c == QMetaObject::QueryPropertyStored) {
120 0 : _id -= 1;
121 0 : } else if (_c == QMetaObject::QueryPropertyEditable) {
122 0 : _id -= 1;
123 0 : } else if (_c == QMetaObject::QueryPropertyUser) {
124 0 : _id -= 1;
125 : }
126 : #endif // QT_NO_PROPERTIES
127 0 : return _id;
128 : }
129 :
130 : // SIGNAL 0
131 0 : void BitcoinAmountField::valueChanged()
132 : {
133 0 : QMetaObject::activate(this, &staticMetaObject, 0, 0);
134 0 : }
135 : QT_END_MOC_NAMESPACE
|