1 /****************************************************************************
2 ** Meta object code from reading C++ file 'faustqt.h'
4 ** Created: Fri Feb 25 08:07:38 2011
5 ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'faustqt.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.7.0. 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
20 static const uint qt_meta_data_uiButton
[] = {
33 // slots: signature, parameters, type, tag, flags
40 static const char qt_meta_stringdata_uiButton
[] = {
41 "uiButton\0\0pressed()\0released()\0"
44 const QMetaObject
uiButton::staticMetaObject
= {
45 { &QObject::staticMetaObject
, qt_meta_stringdata_uiButton
,
46 qt_meta_data_uiButton
, 0 }
49 #ifdef Q_NO_DATA_RELOCATION
50 const QMetaObject
&uiButton::getStaticMetaObject() { return staticMetaObject
; }
51 #endif //Q_NO_DATA_RELOCATION
53 const QMetaObject
*uiButton::metaObject() const
55 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
58 void *uiButton::qt_metacast(const char *_clname
)
60 if (!_clname
) return 0;
61 if (!strcmp(_clname
, qt_meta_stringdata_uiButton
))
62 return static_cast<void*>(const_cast< uiButton
*>(this));
63 if (!strcmp(_clname
, "uiItem"))
64 return static_cast< uiItem
*>(const_cast< uiButton
*>(this));
65 return QObject::qt_metacast(_clname
);
68 int uiButton::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
70 _id
= QObject::qt_metacall(_c
, _id
, _a
);
73 if (_c
== QMetaObject::InvokeMetaMethod
) {
75 case 0: pressed(); break;
76 case 1: released(); break;
83 static const uint qt_meta_data_uiCheckButton
[] = {
96 // slots: signature, parameters, type, tag, flags
102 static const char qt_meta_stringdata_uiCheckButton
[] = {
103 "uiCheckButton\0\0v\0setState(int)\0"
106 const QMetaObject
uiCheckButton::staticMetaObject
= {
107 { &QObject::staticMetaObject
, qt_meta_stringdata_uiCheckButton
,
108 qt_meta_data_uiCheckButton
, 0 }
111 #ifdef Q_NO_DATA_RELOCATION
112 const QMetaObject
&uiCheckButton::getStaticMetaObject() { return staticMetaObject
; }
113 #endif //Q_NO_DATA_RELOCATION
115 const QMetaObject
*uiCheckButton::metaObject() const
117 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
120 void *uiCheckButton::qt_metacast(const char *_clname
)
122 if (!_clname
) return 0;
123 if (!strcmp(_clname
, qt_meta_stringdata_uiCheckButton
))
124 return static_cast<void*>(const_cast< uiCheckButton
*>(this));
125 if (!strcmp(_clname
, "uiItem"))
126 return static_cast< uiItem
*>(const_cast< uiCheckButton
*>(this));
127 return QObject::qt_metacast(_clname
);
130 int uiCheckButton::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
132 _id
= QObject::qt_metacall(_c
, _id
, _a
);
135 if (_c
== QMetaObject::InvokeMetaMethod
) {
137 case 0: setState((*reinterpret_cast< int(*)>(_a
[1]))); break;
144 static const uint qt_meta_data_uiSlider
[] = {
153 0, 0, // constructors
157 // slots: signature, parameters, type, tag, flags
163 static const char qt_meta_stringdata_uiSlider
[] = {
164 "uiSlider\0\0v\0setValue(int)\0"
167 const QMetaObject
uiSlider::staticMetaObject
= {
168 { &QObject::staticMetaObject
, qt_meta_stringdata_uiSlider
,
169 qt_meta_data_uiSlider
, 0 }
172 #ifdef Q_NO_DATA_RELOCATION
173 const QMetaObject
&uiSlider::getStaticMetaObject() { return staticMetaObject
; }
174 #endif //Q_NO_DATA_RELOCATION
176 const QMetaObject
*uiSlider::metaObject() const
178 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
181 void *uiSlider::qt_metacast(const char *_clname
)
183 if (!_clname
) return 0;
184 if (!strcmp(_clname
, qt_meta_stringdata_uiSlider
))
185 return static_cast<void*>(const_cast< uiSlider
*>(this));
186 if (!strcmp(_clname
, "uiItem"))
187 return static_cast< uiItem
*>(const_cast< uiSlider
*>(this));
188 return QObject::qt_metacast(_clname
);
191 int uiSlider::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
193 _id
= QObject::qt_metacall(_c
, _id
, _a
);
196 if (_c
== QMetaObject::InvokeMetaMethod
) {
198 case 0: setValue((*reinterpret_cast< int(*)>(_a
[1]))); break;
205 static const uint qt_meta_data_uiKnob
[] = {
214 0, 0, // constructors
218 // slots: signature, parameters, type, tag, flags
224 static const char qt_meta_stringdata_uiKnob
[] = {
225 "uiKnob\0\0v\0setValue(int)\0"
228 const QMetaObject
uiKnob::staticMetaObject
= {
229 { &QObject::staticMetaObject
, qt_meta_stringdata_uiKnob
,
230 qt_meta_data_uiKnob
, 0 }
233 #ifdef Q_NO_DATA_RELOCATION
234 const QMetaObject
&uiKnob::getStaticMetaObject() { return staticMetaObject
; }
235 #endif //Q_NO_DATA_RELOCATION
237 const QMetaObject
*uiKnob::metaObject() const
239 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
242 void *uiKnob::qt_metacast(const char *_clname
)
244 if (!_clname
) return 0;
245 if (!strcmp(_clname
, qt_meta_stringdata_uiKnob
))
246 return static_cast<void*>(const_cast< uiKnob
*>(this));
247 if (!strcmp(_clname
, "uiItem"))
248 return static_cast< uiItem
*>(const_cast< uiKnob
*>(this));
249 return QObject::qt_metacast(_clname
);
252 int uiKnob::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
254 _id
= QObject::qt_metacall(_c
, _id
, _a
);
257 if (_c
== QMetaObject::InvokeMetaMethod
) {
259 case 0: setValue((*reinterpret_cast< int(*)>(_a
[1]))); break;
266 static const uint qt_meta_data_uiBargraph
[] = {
275 0, 0, // constructors
282 static const char qt_meta_stringdata_uiBargraph
[] = {
286 const QMetaObject
uiBargraph::staticMetaObject
= {
287 { &QObject::staticMetaObject
, qt_meta_stringdata_uiBargraph
,
288 qt_meta_data_uiBargraph
, 0 }
291 #ifdef Q_NO_DATA_RELOCATION
292 const QMetaObject
&uiBargraph::getStaticMetaObject() { return staticMetaObject
; }
293 #endif //Q_NO_DATA_RELOCATION
295 const QMetaObject
*uiBargraph::metaObject() const
297 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
300 void *uiBargraph::qt_metacast(const char *_clname
)
302 if (!_clname
) return 0;
303 if (!strcmp(_clname
, qt_meta_stringdata_uiBargraph
))
304 return static_cast<void*>(const_cast< uiBargraph
*>(this));
305 if (!strcmp(_clname
, "uiItem"))
306 return static_cast< uiItem
*>(const_cast< uiBargraph
*>(this));
307 return QObject::qt_metacast(_clname
);
310 int uiBargraph::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
312 _id
= QObject::qt_metacall(_c
, _id
, _a
);
317 static const uint qt_meta_data_uiBargraph2
[] = {
326 0, 0, // constructors
333 static const char qt_meta_stringdata_uiBargraph2
[] = {
337 const QMetaObject
uiBargraph2::staticMetaObject
= {
338 { &QObject::staticMetaObject
, qt_meta_stringdata_uiBargraph2
,
339 qt_meta_data_uiBargraph2
, 0 }
342 #ifdef Q_NO_DATA_RELOCATION
343 const QMetaObject
&uiBargraph2::getStaticMetaObject() { return staticMetaObject
; }
344 #endif //Q_NO_DATA_RELOCATION
346 const QMetaObject
*uiBargraph2::metaObject() const
348 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
351 void *uiBargraph2::qt_metacast(const char *_clname
)
353 if (!_clname
) return 0;
354 if (!strcmp(_clname
, qt_meta_stringdata_uiBargraph2
))
355 return static_cast<void*>(const_cast< uiBargraph2
*>(this));
356 if (!strcmp(_clname
, "uiItem"))
357 return static_cast< uiItem
*>(const_cast< uiBargraph2
*>(this));
358 return QObject::qt_metacast(_clname
);
361 int uiBargraph2::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
363 _id
= QObject::qt_metacall(_c
, _id
, _a
);
368 static const uint qt_meta_data_uiNumEntry
[] = {
377 0, 0, // constructors
381 // slots: signature, parameters, type, tag, flags
382 14, 12, 11, 11, 0x0a,
387 static const char qt_meta_stringdata_uiNumEntry
[] = {
388 "uiNumEntry\0\0v\0setValue(double)\0"
391 const QMetaObject
uiNumEntry::staticMetaObject
= {
392 { &QObject::staticMetaObject
, qt_meta_stringdata_uiNumEntry
,
393 qt_meta_data_uiNumEntry
, 0 }
396 #ifdef Q_NO_DATA_RELOCATION
397 const QMetaObject
&uiNumEntry::getStaticMetaObject() { return staticMetaObject
; }
398 #endif //Q_NO_DATA_RELOCATION
400 const QMetaObject
*uiNumEntry::metaObject() const
402 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
405 void *uiNumEntry::qt_metacast(const char *_clname
)
407 if (!_clname
) return 0;
408 if (!strcmp(_clname
, qt_meta_stringdata_uiNumEntry
))
409 return static_cast<void*>(const_cast< uiNumEntry
*>(this));
410 if (!strcmp(_clname
, "uiItem"))
411 return static_cast< uiItem
*>(const_cast< uiNumEntry
*>(this));
412 return QObject::qt_metacast(_clname
);
415 int uiNumEntry::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
417 _id
= QObject::qt_metacall(_c
, _id
, _a
);
420 if (_c
== QMetaObject::InvokeMetaMethod
) {
422 case 0: setValue((*reinterpret_cast< double(*)>(_a
[1]))); break;
429 static const uint qt_meta_data_QTGUI
[] = {
438 0, 0, // constructors
442 // slots: signature, parameters, type, tag, flags
448 static const char qt_meta_stringdata_QTGUI
[] = {
449 "QTGUI\0\0update()\0"
452 const QMetaObject
QTGUI::staticMetaObject
= {
453 { &QObject::staticMetaObject
, qt_meta_stringdata_QTGUI
,
454 qt_meta_data_QTGUI
, 0 }
457 #ifdef Q_NO_DATA_RELOCATION
458 const QMetaObject
&QTGUI::getStaticMetaObject() { return staticMetaObject
; }
459 #endif //Q_NO_DATA_RELOCATION
461 const QMetaObject
*QTGUI::metaObject() const
463 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
466 void *QTGUI::qt_metacast(const char *_clname
)
468 if (!_clname
) return 0;
469 if (!strcmp(_clname
, qt_meta_stringdata_QTGUI
))
470 return static_cast<void*>(const_cast< QTGUI
*>(this));
471 if (!strcmp(_clname
, "UI"))
472 return static_cast< UI
*>(const_cast< QTGUI
*>(this));
473 return QObject::qt_metacast(_clname
);
476 int QTGUI::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
478 _id
= QObject::qt_metacall(_c
, _id
, _a
);
481 if (_c
== QMetaObject::InvokeMetaMethod
) {
483 case 0: update(); break;