moc_formaccountinfo.cpp 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'formaccountinfo.h'
  3. **
  4. ** Created: Mon Apr 22 11:55:21 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/sncrec/formaccountinfo.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'formaccountinfo.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_FormAccountInfo[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 6, 14, // methods
  24. 0, 0, // properties
  25. 0, 0, // enums/sets
  26. 0, 0, // constructors
  27. 0, // flags
  28. 1, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 17, 16, 16, 16, 0x05,
  31. // slots: signature, parameters, type, tag, flags
  32. 41, 36, 16, 16, 0x0a,
  33. 79, 16, 16, 16, 0x08,
  34. 108, 16, 16, 16, 0x08,
  35. 138, 16, 16, 16, 0x08,
  36. 178, 16, 16, 16, 0x08,
  37. 0 // eod
  38. };
  39. static const char qt_meta_stringdata_FormAccountInfo[] = {
  40. "FormAccountInfo\0\0buttonLoginClick()\0"
  41. "info\0setAccountInfo(QMap<QString,QString>)\0"
  42. "on_pushButtonLogin_clicked()\0"
  43. "on_pushButtonCharge_clicked()\0"
  44. "on_pushButtonRefreshUserState_clicked()\0"
  45. "onDataUpdated()\0"
  46. };
  47. void FormAccountInfo::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  48. {
  49. if (_c == QMetaObject::InvokeMetaMethod) {
  50. Q_ASSERT(staticMetaObject.cast(_o));
  51. FormAccountInfo *_t = static_cast<FormAccountInfo *>(_o);
  52. switch (_id) {
  53. case 0: _t->buttonLoginClick(); break;
  54. case 1: _t->setAccountInfo((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  55. case 2: _t->on_pushButtonLogin_clicked(); break;
  56. case 3: _t->on_pushButtonCharge_clicked(); break;
  57. case 4: _t->on_pushButtonRefreshUserState_clicked(); break;
  58. case 5: _t->onDataUpdated(); break;
  59. default: ;
  60. }
  61. }
  62. }
  63. const QMetaObjectExtraData FormAccountInfo::staticMetaObjectExtraData = {
  64. 0, qt_static_metacall
  65. };
  66. const QMetaObject FormAccountInfo::staticMetaObject = {
  67. { &QWidget::staticMetaObject, qt_meta_stringdata_FormAccountInfo,
  68. qt_meta_data_FormAccountInfo, &staticMetaObjectExtraData }
  69. };
  70. #ifdef Q_NO_DATA_RELOCATION
  71. const QMetaObject &FormAccountInfo::getStaticMetaObject() { return staticMetaObject; }
  72. #endif //Q_NO_DATA_RELOCATION
  73. const QMetaObject *FormAccountInfo::metaObject() const
  74. {
  75. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  76. }
  77. void *FormAccountInfo::qt_metacast(const char *_clname)
  78. {
  79. if (!_clname) return 0;
  80. if (!strcmp(_clname, qt_meta_stringdata_FormAccountInfo))
  81. return static_cast<void*>(const_cast< FormAccountInfo*>(this));
  82. return QWidget::qt_metacast(_clname);
  83. }
  84. int FormAccountInfo::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  85. {
  86. _id = QWidget::qt_metacall(_c, _id, _a);
  87. if (_id < 0)
  88. return _id;
  89. if (_c == QMetaObject::InvokeMetaMethod) {
  90. if (_id < 6)
  91. qt_static_metacall(this, _c, _id, _a);
  92. _id -= 6;
  93. }
  94. return _id;
  95. }
  96. // SIGNAL 0
  97. void FormAccountInfo::buttonLoginClick()
  98. {
  99. QMetaObject::activate(this, &staticMetaObject, 0, 0);
  100. }
  101. QT_END_MOC_NAMESPACE