/**************************************************************************** ** Meta object code from reading C++ file 'G4OpenGLQtViewer.hh' ** ** Created: Wed Apr 16 18:29:13 2008 ** by: The Qt Meta Object Compiler version 59 (Qt 4.3.4) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../OpenGL/include/G4OpenGLQtViewer.hh" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'G4OpenGLQtViewer.hh' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 59 #error "This file was generated using the moc from 4.3.4. 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_G4OpenGLQtViewer[] = { // content: 1, // revision 0, // classname 0, 0, // classinfo 23, 10, // methods 0, 0, // properties 0, 0, // enums/sets // slots: signature, parameters, type, tag, flags 18, 17, 17, 17, 0x08, 38, 17, 17, 17, 0x08, 56, 17, 17, 17, 0x08, 74, 17, 17, 17, 0x08, 99, 17, 17, 17, 0x08, 126, 17, 17, 17, 0x08, 156, 17, 17, 17, 0x08, 190, 17, 17, 17, 0x08, 208, 17, 17, 17, 0x08, 232, 17, 17, 17, 0x08, 248, 17, 17, 17, 0x08, 273, 17, 17, 17, 0x08, 305, 17, 17, 17, 0x08, 332, 17, 17, 17, 0x08, 355, 17, 17, 17, 0x08, 378, 17, 17, 17, 0x08, 403, 17, 17, 17, 0x08, 428, 17, 17, 17, 0x08, 448, 17, 17, 17, 0x08, 464, 17, 17, 17, 0x08, 487, 17, 17, 17, 0x08, 511, 17, 17, 17, 0x08, 536, 17, 17, 17, 0x08, 0 // eod }; static const char qt_meta_stringdata_G4OpenGLQtViewer[] = { "G4OpenGLQtViewer\0\0actionMouseRotate()\0" "actionMouseMove()\0actionMousePick()\0" "actionDrawingWireframe()\0" "actionDrawingLineRemoval()\0" "actionDrawingSurfaceRemoval()\0" "actionDrawingLineSurfaceRemoval()\0" "actionSaveImage()\0actionMovieParameters()\0" "showShortcuts()\0toggleDrawingAction(int)\0" "toggleMouseAction(mouseActions)\0" "toggleRepresentation(bool)\0" "toggleProjection(bool)\0toggleBackground(bool)\0" "toggleTransparency(bool)\0" "toggleAntialiasing(bool)\0toggleHaloing(bool)\0" "toggleAux(bool)\0toggleFullScreen(bool)\0" "processEncodeFinished()\0" "processLookForFinished()\0processEncodeStdout()\0" }; const QMetaObject G4OpenGLQtViewer::staticMetaObject = { { &QObject::staticMetaObject, qt_meta_stringdata_G4OpenGLQtViewer, qt_meta_data_G4OpenGLQtViewer, 0 } }; const QMetaObject *G4OpenGLQtViewer::metaObject() const { return &staticMetaObject; } void *G4OpenGLQtViewer::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtViewer)) return static_cast(const_cast< G4OpenGLQtViewer*>(this)); if (!strcmp(_clname, "G4OpenGLViewer")) return static_cast< G4OpenGLViewer*>(const_cast< G4OpenGLQtViewer*>(this)); return QObject::qt_metacast(_clname); } int G4OpenGLQtViewer::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: actionMouseRotate(); break; case 1: actionMouseMove(); break; case 2: actionMousePick(); break; case 3: actionDrawingWireframe(); break; case 4: actionDrawingLineRemoval(); break; case 5: actionDrawingSurfaceRemoval(); break; case 6: actionDrawingLineSurfaceRemoval(); break; case 7: actionSaveImage(); break; case 8: actionMovieParameters(); break; case 9: showShortcuts(); break; case 10: toggleDrawingAction((*reinterpret_cast< int(*)>(_a[1]))); break; case 11: toggleMouseAction((*reinterpret_cast< mouseActions(*)>(_a[1]))); break; case 12: toggleRepresentation((*reinterpret_cast< bool(*)>(_a[1]))); break; case 13: toggleProjection((*reinterpret_cast< bool(*)>(_a[1]))); break; case 14: toggleBackground((*reinterpret_cast< bool(*)>(_a[1]))); break; case 15: toggleTransparency((*reinterpret_cast< bool(*)>(_a[1]))); break; case 16: toggleAntialiasing((*reinterpret_cast< bool(*)>(_a[1]))); break; case 17: toggleHaloing((*reinterpret_cast< bool(*)>(_a[1]))); break; case 18: toggleAux((*reinterpret_cast< bool(*)>(_a[1]))); break; case 19: toggleFullScreen((*reinterpret_cast< bool(*)>(_a[1]))); break; case 20: processEncodeFinished(); break; case 21: processLookForFinished(); break; case 22: processEncodeStdout(); break; } _id -= 23; } return _id; }