moc_dialoguserreg.cpp 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'dialoguserreg.h'
  3. **
  4. ** Created: Mon Apr 22 11:53:49 2019
  5. ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #include "../../../../sncprojects/lib/sncuser/dialoguserreg.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'dialoguserreg.h' doesn't include <QObject>."
  12. #elif Q_MOC_OUTPUT_REVISION != 63
  13. #error "This file was generated using the moc from 4.8.4. 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_DialogUserReg[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 4, 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. 15, 14, 14, 14, 0x08,
  31. 47, 14, 14, 14, 0x08,
  32. 80, 14, 14, 14, 0x08,
  33. 112, 14, 14, 14, 0x08,
  34. 0 // eod
  35. };
  36. static const char qt_meta_stringdata_DialogUserReg[] = {
  37. "DialogUserReg\0\0on_radioButtonDefault_clicked()\0"
  38. "on_radioButtonMingYuan_clicked()\0"
  39. "on_radioButtonShunShi_clicked()\0"
  40. "onCloseDialog()\0"
  41. };
  42. void DialogUserReg::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  43. {
  44. if (_c == QMetaObject::InvokeMetaMethod) {
  45. Q_ASSERT(staticMetaObject.cast(_o));
  46. DialogUserReg *_t = static_cast<DialogUserReg *>(_o);
  47. switch (_id) {
  48. case 0: _t->on_radioButtonDefault_clicked(); break;
  49. case 1: _t->on_radioButtonMingYuan_clicked(); break;
  50. case 2: _t->on_radioButtonShunShi_clicked(); break;
  51. case 3: _t->onCloseDialog(); break;
  52. default: ;
  53. }
  54. }
  55. Q_UNUSED(_a);
  56. }
  57. const QMetaObjectExtraData DialogUserReg::staticMetaObjectExtraData = {
  58. 0, qt_static_metacall
  59. };
  60. const QMetaObject DialogUserReg::staticMetaObject = {
  61. { &QDialog::staticMetaObject, qt_meta_stringdata_DialogUserReg,
  62. qt_meta_data_DialogUserReg, &staticMetaObjectExtraData }
  63. };
  64. #ifdef Q_NO_DATA_RELOCATION
  65. const QMetaObject &DialogUserReg::getStaticMetaObject() { return staticMetaObject; }
  66. #endif //Q_NO_DATA_RELOCATION
  67. const QMetaObject *DialogUserReg::metaObject() const
  68. {
  69. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  70. }
  71. void *DialogUserReg::qt_metacast(const char *_clname)
  72. {
  73. if (!_clname) return 0;
  74. if (!strcmp(_clname, qt_meta_stringdata_DialogUserReg))
  75. return static_cast<void*>(const_cast< DialogUserReg*>(this));
  76. return QDialog::qt_metacast(_clname);
  77. }
  78. int DialogUserReg::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  79. {
  80. _id = QDialog::qt_metacall(_c, _id, _a);
  81. if (_id < 0)
  82. return _id;
  83. if (_c == QMetaObject::InvokeMetaMethod) {
  84. if (_id < 4)
  85. qt_static_metacall(this, _c, _id, _a);
  86. _id -= 4;
  87. }
  88. return _id;
  89. }
  90. QT_END_MOC_NAMESPACE