moc_formshkjreserve.cpp 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'formshkjreserve.h'
  3. **
  4. ** Created: Mon Apr 22 12:01:18 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/snczxsh/formshkjreserve.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'formshkjreserve.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_FormShkjReserve[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 10, 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. 17, 16, 16, 16, 0x05,
  31. 42, 32, 16, 16, 0x05,
  32. // slots: signature, parameters, type, tag, flags
  33. 81, 76, 16, 16, 0x0a,
  34. 119, 16, 16, 16, 0x08,
  35. 135, 16, 16, 16, 0x08,
  36. 153, 16, 16, 16, 0x08,
  37. 177, 16, 16, 16, 0x08,
  38. 210, 204, 16, 16, 0x08,
  39. 246, 16, 16, 16, 0x08,
  40. 284, 16, 16, 16, 0x08,
  41. 0 // eod
  42. };
  43. static const char qt_meta_stringdata_FormShkjReserve[] = {
  44. "FormShkjReserve\0\0dataDownload()\0"
  45. "type,data\0rowButtonClicked(QString,QString)\0"
  46. "info\0setAccountInfo(QMap<QString,QString>)\0"
  47. "onDataUpdated()\0onButtonClicked()\0"
  48. "on_pushButton_clicked()\0"
  49. "on_pushButtonDel_clicked()\0index\0"
  50. "on_tableWidget_clicked(QModelIndex)\0"
  51. "on_tableWidget_itemSelectionChanged()\0"
  52. "on_checkBox_clicked()\0"
  53. };
  54. void FormShkjReserve::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  55. {
  56. if (_c == QMetaObject::InvokeMetaMethod) {
  57. Q_ASSERT(staticMetaObject.cast(_o));
  58. FormShkjReserve *_t = static_cast<FormShkjReserve *>(_o);
  59. switch (_id) {
  60. case 0: _t->dataDownload(); break;
  61. case 1: _t->rowButtonClicked((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
  62. case 2: _t->setAccountInfo((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  63. case 3: _t->onDataUpdated(); break;
  64. case 4: _t->onButtonClicked(); break;
  65. case 5: _t->on_pushButton_clicked(); break;
  66. case 6: _t->on_pushButtonDel_clicked(); break;
  67. case 7: _t->on_tableWidget_clicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
  68. case 8: _t->on_tableWidget_itemSelectionChanged(); break;
  69. case 9: _t->on_checkBox_clicked(); break;
  70. default: ;
  71. }
  72. }
  73. }
  74. const QMetaObjectExtraData FormShkjReserve::staticMetaObjectExtraData = {
  75. 0, qt_static_metacall
  76. };
  77. const QMetaObject FormShkjReserve::staticMetaObject = {
  78. { &QWidget::staticMetaObject, qt_meta_stringdata_FormShkjReserve,
  79. qt_meta_data_FormShkjReserve, &staticMetaObjectExtraData }
  80. };
  81. #ifdef Q_NO_DATA_RELOCATION
  82. const QMetaObject &FormShkjReserve::getStaticMetaObject() { return staticMetaObject; }
  83. #endif //Q_NO_DATA_RELOCATION
  84. const QMetaObject *FormShkjReserve::metaObject() const
  85. {
  86. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  87. }
  88. void *FormShkjReserve::qt_metacast(const char *_clname)
  89. {
  90. if (!_clname) return 0;
  91. if (!strcmp(_clname, qt_meta_stringdata_FormShkjReserve))
  92. return static_cast<void*>(const_cast< FormShkjReserve*>(this));
  93. return QWidget::qt_metacast(_clname);
  94. }
  95. int FormShkjReserve::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  96. {
  97. _id = QWidget::qt_metacall(_c, _id, _a);
  98. if (_id < 0)
  99. return _id;
  100. if (_c == QMetaObject::InvokeMetaMethod) {
  101. if (_id < 10)
  102. qt_static_metacall(this, _c, _id, _a);
  103. _id -= 10;
  104. }
  105. return _id;
  106. }
  107. // SIGNAL 0
  108. void FormShkjReserve::dataDownload()
  109. {
  110. QMetaObject::activate(this, &staticMetaObject, 0, 0);
  111. }
  112. // SIGNAL 1
  113. void FormShkjReserve::rowButtonClicked(QString _t1, QString _t2)
  114. {
  115. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
  116. QMetaObject::activate(this, &staticMetaObject, 1, _a);
  117. }
  118. QT_END_MOC_NAMESPACE