moc_dialogselectsegment.cpp 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'dialogselectsegment.h'
  3. **
  4. ** Created: Mon Apr 22 12:01:29 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/dialogselectsegment.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'dialogselectsegment.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_DialogSelectSegment[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 33, 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. 21, 20, 20, 20, 0x05,
  31. 43, 20, 20, 20, 0x05,
  32. // slots: signature, parameters, type, tag, flags
  33. 74, 68, 20, 20, 0x08,
  34. 107, 20, 20, 20, 0x08,
  35. 126, 20, 20, 20, 0x08,
  36. 146, 20, 20, 20, 0x08,
  37. 166, 20, 20, 20, 0x08,
  38. 186, 20, 20, 20, 0x08,
  39. 226, 215, 20, 20, 0x08,
  40. 255, 20, 20, 20, 0x08,
  41. 287, 281, 20, 20, 0x08,
  42. 312, 20, 20, 20, 0x08,
  43. 324, 20, 20, 20, 0x08,
  44. 354, 20, 20, 20, 0x08,
  45. 383, 20, 20, 20, 0x08,
  46. 409, 20, 20, 20, 0x08,
  47. 435, 20, 20, 20, 0x08,
  48. 461, 20, 20, 20, 0x08,
  49. 487, 20, 20, 20, 0x08,
  50. 513, 20, 20, 20, 0x08,
  51. 539, 20, 20, 20, 0x08,
  52. 565, 20, 20, 20, 0x08,
  53. 592, 20, 20, 20, 0x08,
  54. 619, 20, 20, 20, 0x08,
  55. 647, 20, 20, 20, 0x08,
  56. 685, 20, 20, 20, 0x08,
  57. 720, 20, 20, 20, 0x08,
  58. 738, 20, 20, 20, 0x08,
  59. 766, 20, 20, 20, 0x08,
  60. 795, 20, 20, 20, 0x08,
  61. 837, 826, 20, 20, 0x08,
  62. 873, 20, 20, 20, 0x08,
  63. 903, 20, 20, 20, 0x08,
  64. 0 // eod
  65. };
  66. static const char qt_meta_stringdata_DialogSelectSegment[] = {
  67. "DialogSelectSegment\0\0zxshDownDataUpdated()\0"
  68. "zxshReserveDataUpdated()\0index\0"
  69. "on_treeView_clicked(QModelIndex)\0"
  70. "on_allRB_clicked()\0on_cmccRB_clicked()\0"
  71. "on_cutcRB_clicked()\0on_ctccRB_clicked()\0"
  72. "on_pushButtonClose_clicked()\0mst,rtCode\0"
  73. "onUpdateMessage(QString,int)\0"
  74. "onSegmentUpdateFinished()\0value\0"
  75. "onSlideValueChanged(int)\0onTimeOut()\0"
  76. "on_pushButtonToDown_clicked()\0"
  77. "on_pushButtonOrder_clicked()\0"
  78. "on_radioButton1_clicked()\0"
  79. "on_radioButton2_clicked()\0"
  80. "on_radioButton3_clicked()\0"
  81. "on_radioButton4_clicked()\0"
  82. "on_radioButton5_clicked()\0"
  83. "on_radioButton6_clicked()\0"
  84. "on_radioButton7_clicked()\0"
  85. "on_radioButton30_clicked()\0"
  86. "on_radioButton90_clicked()\0"
  87. "on_radioButton180_clicked()\0"
  88. "on_tableWidget_itemSelectionChanged()\0"
  89. "on_pushButtonClearSelect_clicked()\0"
  90. "on_xnRB_clicked()\0on_radioButtonAll_clicked()\0"
  91. "on_radioButtonDown_clicked()\0"
  92. "on_radioButtonNoDown_clicked()\0"
  93. "row,column\0on_tableWidget_cellClicked(int,int)\0"
  94. "on_pushButtonDetail_clicked()\0"
  95. "on_pushButtonSync_clicked()\0"
  96. };
  97. void DialogSelectSegment::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  98. {
  99. if (_c == QMetaObject::InvokeMetaMethod) {
  100. Q_ASSERT(staticMetaObject.cast(_o));
  101. DialogSelectSegment *_t = static_cast<DialogSelectSegment *>(_o);
  102. switch (_id) {
  103. case 0: _t->zxshDownDataUpdated(); break;
  104. case 1: _t->zxshReserveDataUpdated(); break;
  105. case 2: _t->on_treeView_clicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
  106. case 3: _t->on_allRB_clicked(); break;
  107. case 4: _t->on_cmccRB_clicked(); break;
  108. case 5: _t->on_cutcRB_clicked(); break;
  109. case 6: _t->on_ctccRB_clicked(); break;
  110. case 7: _t->on_pushButtonClose_clicked(); break;
  111. case 8: _t->onUpdateMessage((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
  112. case 9: _t->onSegmentUpdateFinished(); break;
  113. case 10: _t->onSlideValueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
  114. case 11: _t->onTimeOut(); break;
  115. case 12: _t->on_pushButtonToDown_clicked(); break;
  116. case 13: _t->on_pushButtonOrder_clicked(); break;
  117. case 14: _t->on_radioButton1_clicked(); break;
  118. case 15: _t->on_radioButton2_clicked(); break;
  119. case 16: _t->on_radioButton3_clicked(); break;
  120. case 17: _t->on_radioButton4_clicked(); break;
  121. case 18: _t->on_radioButton5_clicked(); break;
  122. case 19: _t->on_radioButton6_clicked(); break;
  123. case 20: _t->on_radioButton7_clicked(); break;
  124. case 21: _t->on_radioButton30_clicked(); break;
  125. case 22: _t->on_radioButton90_clicked(); break;
  126. case 23: _t->on_radioButton180_clicked(); break;
  127. case 24: _t->on_tableWidget_itemSelectionChanged(); break;
  128. case 25: _t->on_pushButtonClearSelect_clicked(); break;
  129. case 26: _t->on_xnRB_clicked(); break;
  130. case 27: _t->on_radioButtonAll_clicked(); break;
  131. case 28: _t->on_radioButtonDown_clicked(); break;
  132. case 29: _t->on_radioButtonNoDown_clicked(); break;
  133. case 30: _t->on_tableWidget_cellClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
  134. case 31: _t->on_pushButtonDetail_clicked(); break;
  135. case 32: _t->on_pushButtonSync_clicked(); break;
  136. default: ;
  137. }
  138. }
  139. }
  140. const QMetaObjectExtraData DialogSelectSegment::staticMetaObjectExtraData = {
  141. 0, qt_static_metacall
  142. };
  143. const QMetaObject DialogSelectSegment::staticMetaObject = {
  144. { &QDialog::staticMetaObject, qt_meta_stringdata_DialogSelectSegment,
  145. qt_meta_data_DialogSelectSegment, &staticMetaObjectExtraData }
  146. };
  147. #ifdef Q_NO_DATA_RELOCATION
  148. const QMetaObject &DialogSelectSegment::getStaticMetaObject() { return staticMetaObject; }
  149. #endif //Q_NO_DATA_RELOCATION
  150. const QMetaObject *DialogSelectSegment::metaObject() const
  151. {
  152. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  153. }
  154. void *DialogSelectSegment::qt_metacast(const char *_clname)
  155. {
  156. if (!_clname) return 0;
  157. if (!strcmp(_clname, qt_meta_stringdata_DialogSelectSegment))
  158. return static_cast<void*>(const_cast< DialogSelectSegment*>(this));
  159. return QDialog::qt_metacast(_clname);
  160. }
  161. int DialogSelectSegment::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  162. {
  163. _id = QDialog::qt_metacall(_c, _id, _a);
  164. if (_id < 0)
  165. return _id;
  166. if (_c == QMetaObject::InvokeMetaMethod) {
  167. if (_id < 33)
  168. qt_static_metacall(this, _c, _id, _a);
  169. _id -= 33;
  170. }
  171. return _id;
  172. }
  173. // SIGNAL 0
  174. void DialogSelectSegment::zxshDownDataUpdated()
  175. {
  176. QMetaObject::activate(this, &staticMetaObject, 0, 0);
  177. }
  178. // SIGNAL 1
  179. void DialogSelectSegment::zxshReserveDataUpdated()
  180. {
  181. QMetaObject::activate(this, &staticMetaObject, 1, 0);
  182. }
  183. QT_END_MOC_NAMESPACE