moc_formcommandarea.cpp 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'formcommandarea.h'
  3. **
  4. ** Created: Mon Apr 22 12:01:24 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/formcommandarea.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'formcommandarea.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_FormCommandArea[] = {
  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. 2, // signalCount
  29. // signals: signature, parameters, type, tag, flags
  30. 17, 16, 16, 16, 0x05,
  31. 39, 16, 16, 16, 0x05,
  32. // slots: signature, parameters, type, tag, flags
  33. 64, 16, 16, 16, 0x08,
  34. 102, 92, 16, 16, 0x08,
  35. 0 // eod
  36. };
  37. static const char qt_meta_stringdata_FormCommandArea[] = {
  38. "FormCommandArea\0\0zxshDownDataUpdated()\0"
  39. "zxshReserveDataUpdated()\0"
  40. "on_pushButtonFree_clicked()\0type,data\0"
  41. "onRowButtonClicked(QString,QString)\0"
  42. };
  43. void FormCommandArea::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  44. {
  45. if (_c == QMetaObject::InvokeMetaMethod) {
  46. Q_ASSERT(staticMetaObject.cast(_o));
  47. FormCommandArea *_t = static_cast<FormCommandArea *>(_o);
  48. switch (_id) {
  49. case 0: _t->zxshDownDataUpdated(); break;
  50. case 1: _t->zxshReserveDataUpdated(); break;
  51. case 2: _t->on_pushButtonFree_clicked(); break;
  52. case 3: _t->onRowButtonClicked((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break;
  53. default: ;
  54. }
  55. }
  56. }
  57. const QMetaObjectExtraData FormCommandArea::staticMetaObjectExtraData = {
  58. 0, qt_static_metacall
  59. };
  60. const QMetaObject FormCommandArea::staticMetaObject = {
  61. { &QWidget::staticMetaObject, qt_meta_stringdata_FormCommandArea,
  62. qt_meta_data_FormCommandArea, &staticMetaObjectExtraData }
  63. };
  64. #ifdef Q_NO_DATA_RELOCATION
  65. const QMetaObject &FormCommandArea::getStaticMetaObject() { return staticMetaObject; }
  66. #endif //Q_NO_DATA_RELOCATION
  67. const QMetaObject *FormCommandArea::metaObject() const
  68. {
  69. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  70. }
  71. void *FormCommandArea::qt_metacast(const char *_clname)
  72. {
  73. if (!_clname) return 0;
  74. if (!strcmp(_clname, qt_meta_stringdata_FormCommandArea))
  75. return static_cast<void*>(const_cast< FormCommandArea*>(this));
  76. return QWidget::qt_metacast(_clname);
  77. }
  78. int FormCommandArea::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  79. {
  80. _id = QWidget::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. // SIGNAL 0
  91. void FormCommandArea::zxshDownDataUpdated()
  92. {
  93. QMetaObject::activate(this, &staticMetaObject, 0, 0);
  94. }
  95. // SIGNAL 1
  96. void FormCommandArea::zxshReserveDataUpdated()
  97. {
  98. QMetaObject::activate(this, &staticMetaObject, 1, 0);
  99. }
  100. QT_END_MOC_NAMESPACE