/**************************************************************************** ** Meta object code from reading C++ file 'PDBForm.h' ** ** Created: Mon 23. Jul 10:20:33 2012 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../PDBForm.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'PDBForm.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 62 #error "This file was generated using the moc from 4.6.3. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE static const uint qt_meta_data_PDBForm[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 18, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount // slots: signature, parameters, type, tag, flags 9, 8, 8, 8, 0x0a, 21, 8, 8, 8, 0x0a, 35, 8, 8, 8, 0x0a, 49, 8, 8, 8, 0x0a, 58, 8, 8, 8, 0x0a, 73, 8, 8, 8, 0x0a, 89, 8, 85, 8, 0x0a, 102, 8, 8, 8, 0x0a, 110, 8, 8, 8, 0x0a, 125, 8, 8, 8, 0x0a, 144, 8, 8, 8, 0x0a, 156, 8, 8, 8, 0x0a, 191, 8, 179, 8, 0x0a, 204, 8, 8, 8, 0x0a, 228, 213, 8, 8, 0x09, 270, 8, 8, 8, 0x08, 289, 8, 8, 8, 0x08, 302, 8, 8, 8, 0x08, 0 // eod }; static const char qt_meta_stringdata_PDBForm[] = { "PDBForm\0\0CreatePDB()\0LoadProfile()\0" "SaveProfile()\0Browse()\0BrowseOutput()\0" "checkType()\0int\0IcheckType()\0Index()\0" "LoadRootPath()\0enableUploadButt()\0" "checkMech()\0saveTable(const char*)\0" "const char*\0getModName()\0setWWW()\0" "in_User,in_PWD\0launchJavaUpload(const char*,const char*)\0" "launchJavaUpload()\0miscUpload()\0" "getRootPath()\0" }; const QMetaObject PDBForm::staticMetaObject = { { &QDialog::staticMetaObject, qt_meta_stringdata_PDBForm, qt_meta_data_PDBForm, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &PDBForm::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *PDBForm::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *PDBForm::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_PDBForm)) return static_cast(const_cast< PDBForm*>(this)); if (!strcmp(_clname, "Ui::PDBFormBase")) return static_cast< Ui::PDBFormBase*>(const_cast< PDBForm*>(this)); return QDialog::qt_metacast(_clname); } int PDBForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QDialog::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: CreatePDB(); break; case 1: LoadProfile(); break; case 2: SaveProfile(); break; case 3: Browse(); break; case 4: BrowseOutput(); break; case 5: checkType(); break; case 6: { int _r = IcheckType(); if (_a[0]) *reinterpret_cast< int*>(_a[0]) = _r; } break; case 7: Index(); break; case 8: LoadRootPath(); break; case 9: enableUploadButt(); break; case 10: checkMech(); break; case 11: saveTable((*reinterpret_cast< const char*(*)>(_a[1]))); break; case 12: { const char* _r = getModName(); if (_a[0]) *reinterpret_cast< const char**>(_a[0]) = _r; } break; case 13: setWWW(); break; case 14: launchJavaUpload((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< const char*(*)>(_a[2]))); break; case 15: launchJavaUpload(); break; case 16: miscUpload(); break; case 17: getRootPath(); break; default: ; } _id -= 18; } return _id; } QT_END_MOC_NAMESPACE