| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /****************************************************************************
- ** Meta object code from reading C++ file 'mainwindow.h'
- **
- ** Created: Thu Jan 24 22:07:14 2013
- ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.0)
- **
- ** WARNING! All changes made in this file will be lost!
- *****************************************************************************/
- #include "../mainwindow.h"
- #if !defined(Q_MOC_OUTPUT_REVISION)
- #error "The header file 'mainwindow.h' doesn't include <QObject>."
- #elif Q_MOC_OUTPUT_REVISION != 63
- #error "This file was generated using the moc from 4.8.0. 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_MainWindow[] = {
- // content:
- 6, // 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
- 21, 12, 11, 11, 0x08,
- 48, 11, 11, 11, 0x08,
- 61, 11, 11, 11, 0x08,
- 73, 11, 11, 11, 0x08,
- 84, 11, 11, 11, 0x08,
- 97, 11, 11, 11, 0x08,
- 111, 11, 11, 11, 0x08,
- 126, 11, 11, 11, 0x08,
- 139, 11, 11, 11, 0x08,
- 151, 11, 11, 11, 0x08,
- 162, 11, 11, 11, 0x08,
- 173, 11, 11, 11, 0x08,
- 191, 11, 11, 11, 0x08,
- 216, 210, 11, 11, 0x08,
- 238, 11, 11, 11, 0x08,
- 274, 252, 11, 11, 0x08,
- 356, 351, 11, 11, 0x08,
- 389, 351, 11, 11, 0x08,
- 0 // eod
- };
- static const char qt_meta_stringdata_MainWindow[] = {
- "MainWindow\0\0clientID\0onRegisterService(QString)\0"
- "onLogonSSO()\0showAbout()\0showCube()\0"
- "showHelpMe()\0showShunShi()\0showMingYuan()\0"
- "showUpdate()\0showLogin()\0doLogout()\0"
- "showUser()\0fetchSegVersion()\0"
- "showUpdateDialog()\0count\0onNewNumbers(QString)\0"
- "setSrvParam()\0info,shunshi,mingyuan\0"
- "onLoginOK(QMap<QString,QString>,QMap<QString,QString>,QMap<QString,QSt"
- "ring>)\0"
- "info\0onShunshi(QMap<QString,QString>)\0"
- "onMingyuan(QMap<QString,QString>)\0"
- };
- void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
- {
- if (_c == QMetaObject::InvokeMetaMethod) {
- Q_ASSERT(staticMetaObject.cast(_o));
- MainWindow *_t = static_cast<MainWindow *>(_o);
- switch (_id) {
- case 0: _t->onRegisterService((*reinterpret_cast< QString(*)>(_a[1]))); break;
- case 1: _t->onLogonSSO(); break;
- case 2: _t->showAbout(); break;
- case 3: _t->showCube(); break;
- case 4: _t->showHelpMe(); break;
- case 5: _t->showShunShi(); break;
- case 6: _t->showMingYuan(); break;
- case 7: _t->showUpdate(); break;
- case 8: _t->showLogin(); break;
- case 9: _t->doLogout(); break;
- case 10: _t->showUser(); break;
- case 11: _t->fetchSegVersion(); break;
- case 12: _t->showUpdateDialog(); break;
- case 13: _t->onNewNumbers((*reinterpret_cast< QString(*)>(_a[1]))); break;
- case 14: _t->setSrvParam(); break;
- case 15: _t->onLoginOK((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[2])),(*reinterpret_cast< QMap<QString,QString>(*)>(_a[3]))); break;
- case 16: _t->onShunshi((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
- case 17: _t->onMingyuan((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
- default: ;
- }
- }
- }
- const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
- 0, qt_static_metacall
- };
- const QMetaObject MainWindow::staticMetaObject = {
- { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
- qt_meta_data_MainWindow, &staticMetaObjectExtraData }
- };
- #ifdef Q_NO_DATA_RELOCATION
- const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
- #endif //Q_NO_DATA_RELOCATION
- const QMetaObject *MainWindow::metaObject() const
- {
- return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
- }
- void *MainWindow::qt_metacast(const char *_clname)
- {
- if (!_clname) return 0;
- if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
- return static_cast<void*>(const_cast< MainWindow*>(this));
- return QMainWindow::qt_metacast(_clname);
- }
- int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
- {
- _id = QMainWindow::qt_metacall(_c, _id, _a);
- if (_id < 0)
- return _id;
- if (_c == QMetaObject::InvokeMetaMethod) {
- if (_id < 18)
- qt_static_metacall(this, _c, _id, _a);
- _id -= 18;
- }
- return _id;
- }
- QT_END_MOC_NAMESPACE
|