moc_sfEditDlg.cpp 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'sfEditDlg.h'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.10)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include <memory>
  9. #include "../../../../qCC/db_tree/sfEditDlg.h"
  10. #include <QtCore/qbytearray.h>
  11. #include <QtCore/qmetatype.h>
  12. #if !defined(Q_MOC_OUTPUT_REVISION)
  13. #error "The header file 'sfEditDlg.h' doesn't include <QObject>."
  14. #elif Q_MOC_OUTPUT_REVISION != 67
  15. #error "This file was generated using the moc from 5.15.10. It"
  16. #error "cannot be used with the include files from this version of Qt."
  17. #error "(The moc has changed too much.)"
  18. #endif
  19. QT_BEGIN_MOC_NAMESPACE
  20. QT_WARNING_PUSH
  21. QT_WARNING_DISABLE_DEPRECATED
  22. struct qt_meta_stringdata_sfEditDlg_t {
  23. QByteArrayData data[3];
  24. char stringdata0[30];
  25. };
  26. #define QT_MOC_LITERAL(idx, ofs, len) \
  27. Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
  28. qptrdiff(offsetof(qt_meta_stringdata_sfEditDlg_t, stringdata0) + ofs \
  29. - idx * sizeof(QByteArrayData)) \
  30. )
  31. static const qt_meta_stringdata_sfEditDlg_t qt_meta_stringdata_sfEditDlg = {
  32. {
  33. QT_MOC_LITERAL(0, 0, 9), // "sfEditDlg"
  34. QT_MOC_LITERAL(1, 10, 18), // "entitySFHasChanged"
  35. QT_MOC_LITERAL(2, 29, 0) // ""
  36. },
  37. "sfEditDlg\0entitySFHasChanged\0"
  38. };
  39. #undef QT_MOC_LITERAL
  40. static const uint qt_meta_data_sfEditDlg[] = {
  41. // content:
  42. 8, // revision
  43. 0, // classname
  44. 0, 0, // classinfo
  45. 1, 14, // methods
  46. 0, 0, // properties
  47. 0, 0, // enums/sets
  48. 0, 0, // constructors
  49. 0, // flags
  50. 1, // signalCount
  51. // signals: name, argc, parameters, tag, flags
  52. 1, 0, 19, 2, 0x06 /* Public */,
  53. // signals: parameters
  54. QMetaType::Void,
  55. 0 // eod
  56. };
  57. void sfEditDlg::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  58. {
  59. if (_c == QMetaObject::InvokeMetaMethod) {
  60. auto *_t = static_cast<sfEditDlg *>(_o);
  61. (void)_t;
  62. switch (_id) {
  63. case 0: _t->entitySFHasChanged(); break;
  64. default: ;
  65. }
  66. } else if (_c == QMetaObject::IndexOfMethod) {
  67. int *result = reinterpret_cast<int *>(_a[0]);
  68. {
  69. using _t = void (sfEditDlg::*)();
  70. if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&sfEditDlg::entitySFHasChanged)) {
  71. *result = 0;
  72. return;
  73. }
  74. }
  75. }
  76. (void)_a;
  77. }
  78. QT_INIT_METAOBJECT const QMetaObject sfEditDlg::staticMetaObject = { {
  79. QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
  80. qt_meta_stringdata_sfEditDlg.data,
  81. qt_meta_data_sfEditDlg,
  82. qt_static_metacall,
  83. nullptr,
  84. nullptr
  85. } };
  86. const QMetaObject *sfEditDlg::metaObject() const
  87. {
  88. return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
  89. }
  90. void *sfEditDlg::qt_metacast(const char *_clname)
  91. {
  92. if (!_clname) return nullptr;
  93. if (!strcmp(_clname, qt_meta_stringdata_sfEditDlg.stringdata0))
  94. return static_cast<void*>(this);
  95. return QWidget::qt_metacast(_clname);
  96. }
  97. int sfEditDlg::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
  98. {
  99. _id = QWidget::qt_metacall(_c, _id, _a);
  100. if (_id < 0)
  101. return _id;
  102. if (_c == QMetaObject::InvokeMetaMethod) {
  103. if (_id < 1)
  104. qt_static_metacall(this, _c, _id, _a);
  105. _id -= 1;
  106. } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
  107. if (_id < 1)
  108. *reinterpret_cast<int*>(_a[0]) = -1;
  109. _id -= 1;
  110. }
  111. return _id;
  112. }
  113. // SIGNAL 0
  114. void sfEditDlg::entitySFHasChanged()
  115. {
  116. QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
  117. }
  118. QT_WARNING_POP
  119. QT_END_MOC_NAMESPACE