moc_formbzjcdealing.cpp 4.0 KB

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