00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../ui/gloveCalibrationDlg.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'gloveCalibrationDlg.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 62
00014 #error "This file was generated using the moc from 4.6.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 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_GloveCalibrationDlg[] = {
00021
00022
00023 4,
00024 0,
00025 0, 0,
00026 12, 14,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0,
00031 0,
00032
00033
00034 21, 20, 20, 20, 0x0a,
00035 32, 20, 20, 20, 0x0a,
00036 43, 20, 20, 20, 0x0a,
00037 52, 20, 20, 20, 0x0a,
00038 64, 20, 20, 20, 0x0a,
00039 71, 20, 20, 20, 0x0a,
00040 78, 20, 20, 20, 0x0a,
00041 90, 20, 20, 20, 0x0a,
00042 102, 20, 20, 20, 0x0a,
00043 120, 20, 20, 20, 0x0a,
00044 138, 20, 20, 20, 0x0a,
00045 151, 20, 20, 20, 0x0a,
00046
00047 0
00048 };
00049
00050 static const char qt_meta_stringdata_GloveCalibrationDlg[] = {
00051 "GloveCalibrationDlg\0\0prevPose()\0"
00052 "nextPose()\0record()\0calibrate()\0save()\0"
00053 "done()\0savePoses()\0loadPoses()\0"
00054 "loadCalibration()\0initCalibration()\0"
00055 "clearPoses()\0startGlove()\0"
00056 };
00057
00058 const QMetaObject GloveCalibrationDlg::staticMetaObject = {
00059 { &QDialog::staticMetaObject, qt_meta_stringdata_GloveCalibrationDlg,
00060 qt_meta_data_GloveCalibrationDlg, 0 }
00061 };
00062
00063 #ifdef Q_NO_DATA_RELOCATION
00064 const QMetaObject &GloveCalibrationDlg::getStaticMetaObject() { return staticMetaObject; }
00065 #endif //Q_NO_DATA_RELOCATION
00066
00067 const QMetaObject *GloveCalibrationDlg::metaObject() const
00068 {
00069 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00070 }
00071
00072 void *GloveCalibrationDlg::qt_metacast(const char *_clname)
00073 {
00074 if (!_clname) return 0;
00075 if (!strcmp(_clname, qt_meta_stringdata_GloveCalibrationDlg))
00076 return static_cast<void*>(const_cast< GloveCalibrationDlg*>(this));
00077 if (!strcmp(_clname, "Ui::GloveCalibrationDlgUI"))
00078 return static_cast< Ui::GloveCalibrationDlgUI*>(const_cast< GloveCalibrationDlg*>(this));
00079 return QDialog::qt_metacast(_clname);
00080 }
00081
00082 int GloveCalibrationDlg::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00083 {
00084 _id = QDialog::qt_metacall(_c, _id, _a);
00085 if (_id < 0)
00086 return _id;
00087 if (_c == QMetaObject::InvokeMetaMethod) {
00088 switch (_id) {
00089 case 0: prevPose(); break;
00090 case 1: nextPose(); break;
00091 case 2: record(); break;
00092 case 3: calibrate(); break;
00093 case 4: save(); break;
00094 case 5: done(); break;
00095 case 6: savePoses(); break;
00096 case 7: loadPoses(); break;
00097 case 8: loadCalibration(); break;
00098 case 9: initCalibration(); break;
00099 case 10: clearPoses(); break;
00100 case 11: startGlove(); break;
00101 default: ;
00102 }
00103 _id -= 12;
00104 }
00105 return _id;
00106 }
00107 QT_END_MOC_NAMESPACE