moc_formshkjdealing.cpp 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'formshkjdealing.h'
  3. **
  4. ** Created: Mon Apr 22 11:55:59 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/sncriddle/formshkjdealing.h"
  10. #if !defined(Q_MOC_OUTPUT_REVISION)
  11. #error "The header file 'formshkjdealing.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_FormShkjDealing[] = {
  19. // content:
  20. 6, // revision
  21. 0, // classname
  22. 0, 0, // classinfo
  23. 2, 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. 60, 16, 16, 16, 0x08,
  32. 0 // eod
  33. };
  34. static const char qt_meta_stringdata_FormShkjDealing[] = {
  35. "FormShkjDealing\0\0info\0"
  36. "setAccountInfo(QMap<QString,QString>)\0"
  37. "onDataUpdated()\0"
  38. };
  39. void FormShkjDealing::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  40. {
  41. if (_c == QMetaObject::InvokeMetaMethod) {
  42. Q_ASSERT(staticMetaObject.cast(_o));
  43. FormShkjDealing *_t = static_cast<FormShkjDealing *>(_o);
  44. switch (_id) {
  45. case 0: _t->setAccountInfo((*reinterpret_cast< QMap<QString,QString>(*)>(_a[1]))); break;
  46. case 1: _t->onDataUpdated(); break;
  47. default: ;
  48. }
  49. }
  50. }
  51. const QMetaObjectExtraData FormShkjDealing::staticMetaObjectExtraData = {
  52. 0, qt_static_metacall
  53. };
  54. const QMetaObject FormShkjDealing::staticMetaObject = {
  55. { &QWidget::staticMetaObject, qt_meta_stringdata_FormShkjDealing,
  56. qt_meta_data_FormShkjDealing, &staticMetaObjectExtraData }
  57. };
  58. #ifdef Q_NO_DATA_RELOCATION
  59. const QMetaObject &FormShkjDealing::getStaticMetaObject() { return staticMetaObject; }
  60. #endif //Q_NO_DATA_RELOCATION
  61. const QMetaObject *FormShkjDealing::metaObject() const
  62. {
  63. return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
  64. }
  65. void *FormShkjDealing::qt_metacast(const char *_clname)
  66. {
  67. if (!_clname) return 0;
  68. if (!strcmp(_clname, qt_meta_stringdata_FormShkjDealing))
  69. return static_cast<void*>(const_cast< FormShkjDealing*>(this));
  70. return QWidget::qt_metacast(_clname);
  71. }
  72. int FormShkjDealing::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  73. {
  74. _id = QWidget::qt_metacall(_c, _id, _a);
  75. if (_id < 0)
  76. return _id;
  77. if (_c == QMetaObject::InvokeMetaMethod) {
  78. if (_id < 2)
  79. qt_static_metacall(this, _c, _id, _a);
  80. _id -= 2;
  81. }
  82. return _id;
  83. }
  84. QT_END_MOC_NAMESPACE