9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'qvaluecombobox.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 "QValueComboBox\0\0valueChanged()\0idx\0"
48 "handleSelectionChanged(int)\0QVariant\0"
52 void QValueComboBox::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
54 if (_c == QMetaObject::InvokeMetaMethod) {
55 Q_ASSERT(staticMetaObject.cast(_o));
59 case 1: _t->handleSelectionChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
65 const QMetaObjectExtraData QValueComboBox::staticMetaObjectExtraData = {
69 const QMetaObject QValueComboBox::staticMetaObject = {
74 #ifdef Q_NO_DATA_RELOCATION
75 const QMetaObject &QValueComboBox::getStaticMetaObject() {
return staticMetaObject; }
76 #endif //Q_NO_DATA_RELOCATION
78 const QMetaObject *QValueComboBox::metaObject()
const
80 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
83 void *QValueComboBox::qt_metacast(
const char *_clname)
85 if (!_clname)
return 0;
88 return QComboBox::qt_metacast(_clname);
91 int QValueComboBox::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
93 _id = QComboBox::qt_metacall(_c, _id, _a);
96 if (_c == QMetaObject::InvokeMetaMethod) {
98 qt_static_metacall(
this, _c, _id, _a);
101 #ifndef QT_NO_PROPERTIES
102 else if (_c == QMetaObject::ReadProperty) {
105 case 0: *
reinterpret_cast< QVariant*
>(_v) =
value();
break;
108 }
else if (_c == QMetaObject::WriteProperty) {
111 case 0:
setValue(*reinterpret_cast< QVariant*>(_v));
break;
114 }
else if (_c == QMetaObject::ResetProperty) {
116 }
else if (_c == QMetaObject::QueryPropertyDesignable) {
118 }
else if (_c == QMetaObject::QueryPropertyScriptable) {
120 }
else if (_c == QMetaObject::QueryPropertyStored) {
122 }
else if (_c == QMetaObject::QueryPropertyEditable) {
124 }
else if (_c == QMetaObject::QueryPropertyUser) {
127 #endif // QT_NO_PROPERTIES
134 QMetaObject::activate(
this, &staticMetaObject, 0, 0);
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QValueComboBox[]
void setValue(const QVariant &value)
static const char qt_meta_stringdata_QValueComboBox[]