]>
git.defcon.no Git - rctxduino/blob - tools/jstt/moc_jstt.cpp
32463ef164add8370e927fae22273fbe7740c08d
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'jstt.h'
4 ** Created: Sat Sep 10 15:41:52 2011
5 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'jstt.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.6.3. 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_jstt
[] = {
33 // slots: signature, parameters, type, tag, flags
43 static const char qt_meta_stringdata_jstt
[] = {
44 "jstt\0\0index\0on_Joysticks_currentIndexChanged(int)\0"
45 "on_actionQuit_triggered()\0"
46 "on_actionHelp_triggered()\0"
47 "on_actionAbout_triggered()\0processJs()\0"
50 const QMetaObject
jstt::staticMetaObject
= {
51 { &QMainWindow::staticMetaObject
, qt_meta_stringdata_jstt
,
52 qt_meta_data_jstt
, 0 }
55 #ifdef Q_NO_DATA_RELOCATION
56 const QMetaObject
&jstt::getStaticMetaObject() { return staticMetaObject
; }
57 #endif //Q_NO_DATA_RELOCATION
59 const QMetaObject
*jstt::metaObject() const
61 return QObject::d_ptr
->metaObject
? QObject::d_ptr
->metaObject
: &staticMetaObject
;
64 void *jstt::qt_metacast(const char *_clname
)
66 if (!_clname
) return 0;
67 if (!strcmp(_clname
, qt_meta_stringdata_jstt
))
68 return static_cast<void*>(const_cast< jstt
*>(this));
69 return QMainWindow::qt_metacast(_clname
);
72 int jstt::qt_metacall(QMetaObject::Call _c
, int _id
, void **_a
)
74 _id
= QMainWindow::qt_metacall(_c
, _id
, _a
);
77 if (_c
== QMetaObject::InvokeMetaMethod
) {
79 case 0: on_Joysticks_currentIndexChanged((*reinterpret_cast< int(*)>(_a
[1]))); break;
80 case 1: on_actionQuit_triggered(); break;
81 case 2: on_actionHelp_triggered(); break;
82 case 3: on_actionAbout_triggered(); break;
83 case 4: processJs(); break;