moc_formsrvinfo.cpp 3.8 KB

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