9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'anoncoinamountfield.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
19 QT_BEGIN_MOC_NAMESPACE
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26 offsetof(qt_meta_stringdata_AnoncoinAmountField_t, stringdata) + ofs \
27 - idx * sizeof(QByteArrayData) \
38 "AnoncoinAmountField\0textChanged\0\0"
39 "unitChanged\0idx\0value\0"
43 static const uint qt_meta_data_AnoncoinAmountField[] = {
66 QMetaType::Void, QMetaType::Int, 4,
69 5, QMetaType::LongLong, 0x00595103,
77 void AnoncoinAmountField::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
79 if (_c == QMetaObject::InvokeMetaMethod) {
83 case 1: _t->
unitChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
86 }
else if (_c == QMetaObject::IndexOfMethod) {
87 int *result =
reinterpret_cast<int *
>(_a[0]);
88 void **func =
reinterpret_cast<void **
>(_a[1]);
98 const QMetaObject AnoncoinAmountField::staticMetaObject = {
99 { &QWidget::staticMetaObject, qt_meta_stringdata_AnoncoinAmountField.
data,
100 qt_meta_data_AnoncoinAmountField, qt_static_metacall, 0, 0}
104 const QMetaObject *AnoncoinAmountField::metaObject()
const
106 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
109 void *AnoncoinAmountField::qt_metacast(
const char *_clname)
111 if (!_clname)
return 0;
112 if (!strcmp(_clname, qt_meta_stringdata_AnoncoinAmountField.
stringdata))
114 return QWidget::qt_metacast(_clname);
117 int AnoncoinAmountField::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
119 _id = QWidget::qt_metacall(_c, _id, _a);
122 if (_c == QMetaObject::InvokeMetaMethod) {
124 qt_static_metacall(
this, _c, _id, _a);
126 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
128 *
reinterpret_cast<int*
>(_a[0]) = -1;
131 #ifndef QT_NO_PROPERTIES
132 else if (_c == QMetaObject::ReadProperty) {
135 case 0: *
reinterpret_cast< qint64*
>(_v) =
value();
break;
138 }
else if (_c == QMetaObject::WriteProperty) {
141 case 0:
setValue(*reinterpret_cast< qint64*>(_v));
break;
144 }
else if (_c == QMetaObject::ResetProperty) {
146 }
else if (_c == QMetaObject::QueryPropertyDesignable) {
148 }
else if (_c == QMetaObject::QueryPropertyScriptable) {
150 }
else if (_c == QMetaObject::QueryPropertyStored) {
152 }
else if (_c == QMetaObject::QueryPropertyEditable) {
154 }
else if (_c == QMetaObject::QueryPropertyUser) {
156 }
else if (_c == QMetaObject::RegisterPropertyMetaType) {
158 *
reinterpret_cast<int*
>(_a[0]) = -1;
161 #endif // QT_NO_PROPERTIES
168 QMetaObject::activate(
this, &staticMetaObject, 0, 0);
void setValue(qint64 value)
#define QT_MOC_LITERAL(idx, ofs, len)
Widget for entering anoncoin amounts.
void unitChanged(int idx)