/**************************************************************************** ** Meta object code from reading C++ file 'G4UIQt.hh' ** ** Created: Wed Jun 20 18:07:19 2007 ** by: The Qt Meta Object Compiler version 59 (Qt 4.2.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../include/G4UIQt.hh" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'G4UIQt.hh' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 59 #error "This file was generated using the moc from 4.2.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif static const uint qt_meta_data_G4UIQt[] = { // content: 1, // revision 0, // classname 0, 0, // classinfo 7, 10, // methods 0, 0, // properties 0, 0, // enums/sets // signals: signature, parameters, type, tag, flags 7, 26, 31, 31, 0x05, // slots: signature, parameters, type, tag, flags 32, 31, 31, 31, 0x08, 54, 31, 31, 31, 0x08, 79, 31, 31, 31, 0x08, 103, 31, 31, 31, 0x08, 122, 31, 31, 31, 0x08, 141, 31, 31, 31, 0x08, 0 // eod }; static const char qt_meta_stringdata_G4UIQt[] = { "G4UIQt\0myClicked(QString)\0text\0\0" "clearButtonCallback()\0commandEnteredCallback()\0" "buttonCallback(QString)\0helpTreeCallback()\0" "showHelpCallback()\0commandHistoryCallback()\0" }; const QMetaObject G4UIQt::staticMetaObject = { { &QObject::staticMetaObject, qt_meta_stringdata_G4UIQt, qt_meta_data_G4UIQt, 0 } }; const QMetaObject *G4UIQt::metaObject() const { return &staticMetaObject; } void *G4UIQt::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_G4UIQt)) return static_cast(const_cast(this)); if (!strcmp(_clname, "G4VBasicShell")) return static_cast(const_cast(this)); if (!strcmp(_clname, "G4VInteractiveSession")) return static_cast(const_cast(this)); return QObject::qt_metacast(_clname); } int G4UIQt::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QObject::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: myClicked((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 1: clearButtonCallback(); break; case 2: commandEnteredCallback(); break; case 3: buttonCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 4: helpTreeCallback(); break; case 5: showHelpCallback(); break; case 6: commandHistoryCallback(); break; } _id -= 7; } return _id; } // SIGNAL 0 void G4UIQt::myClicked(const QString & _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); }