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.)"
17 QT_BEGIN_MOC_NAMESPACE
47 "BitcoinAmountField\0\0textChanged()\0idx\0"
48 "unitChanged(int)\0qint64\0value\0"
51 void BitcoinAmountField::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
53 if (_c == QMetaObject::InvokeMetaMethod) {
54 Q_ASSERT(staticMetaObject.cast(_o));
58 case 1: _t->unitChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
64 const QMetaObjectExtraData BitcoinAmountField::staticMetaObjectExtraData = {
68 const QMetaObject BitcoinAmountField::staticMetaObject = {
73 #ifdef Q_NO_DATA_RELOCATION
74 const QMetaObject &BitcoinAmountField::getStaticMetaObject() {
return staticMetaObject; }
75 #endif //Q_NO_DATA_RELOCATION
77 const QMetaObject *BitcoinAmountField::metaObject()
const
79 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
82 void *BitcoinAmountField::qt_metacast(
const char *_clname)
84 if (!_clname)
return 0;
87 return QWidget::qt_metacast(_clname);
90 int BitcoinAmountField::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
92 _id = QWidget::qt_metacall(_c, _id, _a);
95 if (_c == QMetaObject::InvokeMetaMethod) {
97 qt_static_metacall(
this, _c, _id, _a);
100 #ifndef QT_NO_PROPERTIES
101 else if (_c == QMetaObject::ReadProperty) {
104 case 0: *
reinterpret_cast< qint64*
>(_v) =
value();
break;
107 }
else if (_c == QMetaObject::WriteProperty) {
110 case 0:
setValue(*reinterpret_cast< qint64*>(_v));
break;
113 }
else if (_c == QMetaObject::ResetProperty) {
115 }
else if (_c == QMetaObject::QueryPropertyDesignable) {
117 }
else if (_c == QMetaObject::QueryPropertyScriptable) {
119 }
else if (_c == QMetaObject::QueryPropertyStored) {
121 }
else if (_c == QMetaObject::QueryPropertyEditable) {
123 }
else if (_c == QMetaObject::QueryPropertyUser) {
126 #endif // QT_NO_PROPERTIES
133 QMetaObject::activate(
this, &staticMetaObject, 0, 0);
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[]