00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../ui/settingsDlg.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'settingsDlg.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_SettingsDlg[] = {
00021
00022
00023 4,
00024 0,
00025 0, 0,
00026 5, 14,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0,
00031 0,
00032
00033
00034 21, 13, 12, 12, 0x08,
00035 44, 13, 12, 12, 0x08,
00036 68, 13, 12, 12, 0x08,
00037 93, 13, 12, 12, 0x08,
00038 117, 12, 12, 12, 0x08,
00039
00040 0
00041 };
00042
00043 static const char qt_meta_stringdata_SettingsDlg[] = {
00044 "SettingsDlg\0\0row,col\0checkCOFEntry(int,int)\0"
00045 "saveCurrentCOF(int,int)\0"
00046 "saveCurrentKCOF(int,int)\0"
00047 "checkKCOFEntry(int,int)\0validateDlg()\0"
00048 };
00049
00050 const QMetaObject SettingsDlg::staticMetaObject = {
00051 { &QObject::staticMetaObject, qt_meta_stringdata_SettingsDlg,
00052 qt_meta_data_SettingsDlg, 0 }
00053 };
00054
00055 #ifdef Q_NO_DATA_RELOCATION
00056 const QMetaObject &SettingsDlg::getStaticMetaObject() { return staticMetaObject; }
00057 #endif //Q_NO_DATA_RELOCATION
00058
00059 const QMetaObject *SettingsDlg::metaObject() const
00060 {
00061 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00062 }
00063
00064 void *SettingsDlg::qt_metacast(const char *_clname)
00065 {
00066 if (!_clname) return 0;
00067 if (!strcmp(_clname, qt_meta_stringdata_SettingsDlg))
00068 return static_cast<void*>(const_cast< SettingsDlg*>(this));
00069 return QObject::qt_metacast(_clname);
00070 }
00071
00072 int SettingsDlg::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00073 {
00074 _id = QObject::qt_metacall(_c, _id, _a);
00075 if (_id < 0)
00076 return _id;
00077 if (_c == QMetaObject::InvokeMetaMethod) {
00078 switch (_id) {
00079 case 0: checkCOFEntry((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00080 case 1: saveCurrentCOF((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00081 case 2: saveCurrentKCOF((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00082 case 3: checkKCOFEntry((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00083 case 4: validateDlg(); break;
00084 default: ;
00085 }
00086 _id -= 5;
00087 }
00088 return _id;
00089 }
00090 QT_END_MOC_NAMESPACE