00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../interface.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'interface.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.1.2. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018
00019 static const uint qt_meta_data_interface[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 9, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 10, 21, 21, 21, 0x0a,
00031 22, 21, 21, 21, 0x0a,
00032 33, 21, 21, 21, 0x0a,
00033 51, 21, 21, 21, 0x0a,
00034 70, 21, 21, 21, 0x0a,
00035 92, 21, 21, 21, 0x0a,
00036 114, 21, 21, 21, 0x0a,
00037 133, 21, 21, 21, 0x0a,
00038 146, 21, 21, 21, 0x09,
00039
00040 0
00041 };
00042
00043 static const char qt_meta_stringdata_interface[] = {
00044 "interface\0fileOpen()\0\0fileSave()\0toggleDrawEdges()\0"
00045 "toggleDisplayRep()\0toggleSmoothShading()\0toggleInvertNormals()\0"
00046 "computeDetection()\0switch2d3d()\0languageChange()\0"
00047 };
00048
00049 const QMetaObject interface::staticMetaObject = {
00050 { &Q3MainWindow::staticMetaObject, qt_meta_stringdata_interface,
00051 qt_meta_data_interface, 0 }
00052 };
00053
00054 const QMetaObject *interface::metaObject() const
00055 {
00056 return &staticMetaObject;
00057 }
00058
00059 void *interface::qt_metacast(const char *_clname)
00060 {
00061 if (!_clname) return 0;
00062 if (!strcmp(_clname, qt_meta_stringdata_interface))
00063 return static_cast<void*>(const_cast<interface*>(this));
00064 return Q3MainWindow::qt_metacast(_clname);
00065 }
00066
00067 int interface::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00068 {
00069 _id = Q3MainWindow::qt_metacall(_c, _id, _a);
00070 if (_id < 0)
00071 return _id;
00072 if (_c == QMetaObject::InvokeMetaMethod) {
00073 switch (_id) {
00074 case 0: fileOpen(); break;
00075 case 1: fileSave(); break;
00076 case 2: toggleDrawEdges(); break;
00077 case 3: toggleDisplayRep(); break;
00078 case 4: toggleSmoothShading(); break;
00079 case 5: toggleInvertNormals(); break;
00080 case 6: computeDetection(); break;
00081 case 7: switch2d3d(); break;
00082 case 8: languageChange(); break;
00083 }
00084 _id -= 9;
00085 }
00086 return _id;
00087 }