moc_mainwindow.cpp 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'mainwindow.h'
  3. **
  4. ** Created: Thu Jan 24 22:07:14 2013
  5. ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.0)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../mainwindow.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'mainwindow.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 63
  13. #error "This file was generated using the moc from 4.8.0. It"
  14. #error "cannot be used with the include files from this version of Qt."
  15. #error "(The moc has changed too much.)"
  16. #endif
  17. QT_BEGIN_MOC_NAMESPACE
  18. static const uint qt_meta_data_MainWindow[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 18, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 0, // signalCount
  29. // slots: signature, parameters, type, tag, flags
  30. 21, 12, 11, 11, 0x08,
  31. 48, 11, 11, 11, 0x08,
  32. 61, 11, 11, 11, 0x08,
  33. 73, 11, 11, 11, 0x08,
  34. 84, 11, 11, 11, 0x08,
  35. 97, 11, 11, 11, 0x08,
  36. 111, 11, 11, 11, 0x08,
  37. 126, 11, 11, 11, 0x08,
  38. 139, 11, 11, 11, 0x08,
  39. 151, 11, 11, 11, 0x08,
  40. 162, 11, 11, 11, 0x08,
  41. 173, 11, 11, 11, 0x08,
  42. 191, 11, 11, 11, 0x08,
  43. 216, 210, 11, 11, 0x08,
  44. 238, 11, 11, 11, 0x08,
  45. 274, 252, 11, 11, 0x08,
  46. 356, 351, 11, 11, 0x08,
  47. 389, 351, 11, 11, 0x08,
  48. 0 // eod
  49. };
  50. static const char qt_meta_stringdata_MainWindow[] = {
  51. "MainWindow\0\0clientID\0onRegisterService(QString)\0"
  52. "onLogonSSO()\0showAbout()\0showCube()\0"
  53. "showHelpMe()\0showShunShi()\0showMingYuan()\0"
  54. "showUpdate()\0showLogin()\0doLogout()\0"
  55. "showUser()\0fetchSegVersion()\0"
  56. "showUpdateDialog()\0count\0onNewNumbers(QString)\0"
  57. "setSrvParam()\0info,shunshi,mingyuan\0"
  58. "onLoginOK(QMap<QString,QString>,QMap<QString,QString>,QMap<QString,QSt"
  59. "ring>)\0"
  60. "info\0onShunshi(QMap<QString,QString>)\0"
  61. "onMingyuan(QMap<QString,QString>)\0"
  62. };
  63. void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  64. {
  65. if (_c == QMetaObject::InvokeMetaMethod) {
  66. Q_ASSERT(staticMetaObject.cast(_o));
  67. MainWindow *_t = static_cast<MainWindow *>(_o);
  68. switch (_id) {
  69. case 0: _t->onRegisterService((*reinterpret_cast< QString(*)>(_a[1]))); break;
  70. case 1: _t->onLogonSSO(); break;
  71. case 2: _t->showAbout(); break;
  72. case 3: _t->showCube(); break;
  73. case 4: _t->showHelpMe(); break;
  74. case 5: _t->showShunShi(); break;
  75. case 6: _t->showMingYuan(); break;
  76. case 7: _t->showUpdate(); break;
  77. case 8: _t->showLogin(); break;
  78. case 9: _t->doLogout(); break;
  79. case 10: _t->showUser(); break;
  80. case 11: _t->fetchSegVersion(); break;
  81. case 12: _t->showUpdateDialog(); break;
  82. case 13: _t->onNewNumbers((*reinterpret_cast< QString(*)>(_a[1]))); break;
  83. case 14: _t->setSrvParam(); break;
  84. 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;
  85. case 16: _t->onShunshi((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  86. case 17: _t->onMingyuan((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  87. default: ;
  88. }
  89. }
  90. }
  91. const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
  92. 0, qt_static_metacall
  93. };
  94. const QMetaObject MainWindow::staticMetaObject = {
  95. { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
  96. qt_meta_data_MainWindow, &staticMetaObjectExtraData }
  97. };
  98. #ifdef Q_NO_DATA_RELOCATION
  99. const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
  100. #endif //Q_NO_DATA_RELOCATION
  101. const QMetaObject *MainWindow::metaObject() const
  102. {
  103. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  104. }
  105. void *MainWindow::qt_metacast(const char *_clname)
  106. {
  107. if (!_clname) return 0;
  108. if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
  109. return static_cast<void*>(const_cast< MainWindow*>(this));
  110. return QMainWindow::qt_metacast(_clname);
  111. }
  112. int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  113. {
  114. _id = QMainWindow::qt_metacall(_c, _id, _a);
  115. if (_id < 0)
  116. return _id;
  117. if (_c == QMetaObject::InvokeMetaMethod) {
  118. if (_id < 18)
  119. qt_static_metacall(this, _c, _id, _a);
  120. _id -= 18;
  121. }
  122. return _id;
  123. }
  124. QT_END_MOC_NAMESPACE