input_physics.cpp 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /****************************************************************************
  2. ** Meta object code from reading C++ file 'input_physics.hpp'
  3. **
  4. ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
  5. **
  6. ** WARNING! All changes made in this file will be lost!
  7. *****************************************************************************/
  8. #include <memory>
  9. #include "../src/qt/input_physics.hpp"
  10. #include <QtCore/qbytearray.h>
  11. #include <QtCore/qmetatype.h>
  12. #if !defined(Q_MOC_OUTPUT_REVISION)
  13. #error "The header file 'input_physics.hpp' doesn't include <QObject>."
  14. #elif Q_MOC_OUTPUT_REVISION != 67
  15. #error "This file was generated using the moc from 5.15.2. 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_QtInputPhysics_t {
  23. QByteArrayData data[4];
  24. char stringdata0[35];
  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_QtInputPhysics_t, stringdata0) + ofs \
  29. - idx * sizeof(QByteArrayData)) \
  30. )
  31. static const qt_meta_stringdata_QtInputPhysics_t qt_meta_stringdata_QtInputPhysics = {
  32. {
  33. QT_MOC_LITERAL(0, 0, 14), // "QtInputPhysics"
  34. QT_MOC_LITERAL(1, 15, 12), // "modelChoosed"
  35. QT_MOC_LITERAL(2, 28, 0), // ""
  36. QT_MOC_LITERAL(3, 29, 5) // "index"
  37. },
  38. "QtInputPhysics\0modelChoosed\0\0index"
  39. };
  40. #undef QT_MOC_LITERAL
  41. static const uint qt_meta_data_QtInputPhysics[] = {
  42. // content:
  43. 8, // revision
  44. 0, // classname
  45. 0, 0, // classinfo
  46. 1, 14, // methods
  47. 0, 0, // properties
  48. 0, 0, // enums/sets
  49. 0, 0, // constructors
  50. 0, // flags
  51. 0, // signalCount
  52. // slots: name, argc, parameters, tag, flags
  53. 1, 1, 19, 2, 0x08 /* Private */,
  54. // slots: parameters
  55. QMetaType::Void, QMetaType::Int, 3,
  56. 0 // eod
  57. };
  58. void QtInputPhysics::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
  59. {
  60. if (_c == QMetaObject::InvokeMetaMethod) {
  61. auto *_t = static_cast<QtInputPhysics *>(_o);
  62. (void)_t;
  63. switch (_id) {
  64. case 0: _t->modelChoosed((*reinterpret_cast< int(*)>(_a[1]))); break;
  65. default: ;
  66. }
  67. }
  68. }
  69. QT_INIT_METAOBJECT const QMetaObject QtInputPhysics::staticMetaObject = { {
  70. QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
  71. qt_meta_stringdata_QtInputPhysics.data,
  72. qt_meta_data_QtInputPhysics,
  73. qt_static_metacall,
  74. nullptr,
  75. nullptr
  76. } };
  77. const QMetaObject *QtInputPhysics::metaObject() const
  78. {
  79. return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
  80. }
  81. void *QtInputPhysics::qt_metacast(const char *_clname)
  82. {
  83. if (!_clname) return nullptr;
  84. if (!strcmp(_clname, qt_meta_stringdata_QtInputPhysics.stringdata0))
  85. return static_cast<void*>(this);
  86. return QWidget::qt_metacast(_clname);
  87. }
  88. int QtInputPhysics::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 < 1)
  95. qt_static_metacall(this, _c, _id, _a);
  96. _id -= 1;
  97. } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
  98. if (_id < 1)
  99. *reinterpret_cast<int*>(_a[0]) = -1;
  100. _id -= 1;
  101. }
  102. return _id;
  103. }
  104. QT_WARNING_POP
  105. QT_END_MOC_NAMESPACE