13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'ButtonControl.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
21 QT_BEGIN_MOC_NAMESPACE
43 "QtHandles::ButtonControl\0\0clicked()\0"
44 "checked\0toggled(bool)\0"
47 void QtHandles::ButtonControl::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
49 if (_c == QMetaObject::InvokeMetaMethod) {
50 Q_ASSERT(staticMetaObject.cast(_o));
53 case 0: _t->clicked();
break;
54 case 1: _t->toggled((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
60 const QMetaObjectExtraData QtHandles::ButtonControl::staticMetaObjectExtraData = {
64 const QMetaObject QtHandles::ButtonControl::staticMetaObject = {
69 #ifdef Q_NO_DATA_RELOCATION
70 const QMetaObject &QtHandles::ButtonControl::getStaticMetaObject() {
return staticMetaObject; }
71 #endif //Q_NO_DATA_RELOCATION
73 const QMetaObject *QtHandles::ButtonControl::metaObject()
const
75 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
78 void *QtHandles::ButtonControl::qt_metacast(
const char *_clname)
80 if (!_clname)
return 0;
81 if (!strcmp(_clname, qt_meta_stringdata_QtHandles__ButtonControl))
82 return static_cast<void*
>(
const_cast< ButtonControl*
>(
this));
83 return BaseControl::qt_metacast(_clname);
86 int QtHandles::ButtonControl::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
88 _id = BaseControl::qt_metacall(_c, _id, _a);
91 if (_c == QMetaObject::InvokeMetaMethod) {
93 qt_static_metacall(
this, _c, _id, _a);