/**************************************************************************** ** Meta object code from reading C++ file 'input.hpp' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "../src/qt/input.hpp" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'input.hpp' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.15.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_QtInput_t { QByteArrayData data[12]; char stringdata0[116]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_QtInput_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_QtInput_t qt_meta_stringdata_QtInput = { { QT_MOC_LITERAL(0, 0, 7), // "QtInput" QT_MOC_LITERAL(1, 8, 10), // "run_signal" QT_MOC_LITERAL(2, 19, 0), // "" QT_MOC_LITERAL(3, 20, 11), // "exit_signal" QT_MOC_LITERAL(4, 32, 3), // "run" QT_MOC_LITERAL(5, 36, 4), // "save" QT_MOC_LITERAL(6, 41, 6), // "cancel" QT_MOC_LITERAL(7, 48, 14), // "changeTabIndex" QT_MOC_LITERAL(8, 63, 5), // "index" QT_MOC_LITERAL(9, 69, 14), // "updateGeometry" QT_MOC_LITERAL(10, 84, 18), // "updateInitialState" QT_MOC_LITERAL(11, 103, 12) // "updateSource" }, "QtInput\0run_signal\0\0exit_signal\0run\0" "save\0cancel\0changeTabIndex\0index\0" "updateGeometry\0updateInitialState\0" "updateSource" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_QtInput[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 9, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 2, // signalCount // signals: name, argc, parameters, tag, flags 1, 0, 59, 2, 0x06 /* Public */, 3, 0, 60, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 4, 0, 61, 2, 0x08 /* Private */, 5, 0, 62, 2, 0x08 /* Private */, 6, 0, 63, 2, 0x08 /* Private */, 7, 1, 64, 2, 0x08 /* Private */, 9, 0, 67, 2, 0x08 /* Private */, 10, 0, 68, 2, 0x08 /* Private */, 11, 0, 69, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, QMetaType::Void, // slots: parameters QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Int, 8, QMetaType::Void, QMetaType::Void, QMetaType::Void, 0 // eod }; void QtInput::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { auto *_t = static_cast(_o); (void)_t; switch (_id) { case 0: _t->run_signal(); break; case 1: _t->exit_signal(); break; case 2: _t->run(); break; case 3: _t->save(); break; case 4: _t->cancel(); break; case 5: _t->changeTabIndex((*reinterpret_cast< int(*)>(_a[1]))); break; case 6: _t->updateGeometry(); break; case 7: _t->updateInitialState(); break; case 8: _t->updateSource(); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (QtInput::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QtInput::run_signal)) { *result = 0; return; } } { using _t = void (QtInput::*)(); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QtInput::exit_signal)) { *result = 1; return; } } } } QT_INIT_METAOBJECT const QMetaObject QtInput::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_QtInput.data, qt_meta_data_QtInput, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *QtInput::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *QtInput::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_QtInput.stringdata0)) return static_cast(this); return QWidget::qt_metacast(_clname); } int QtInput::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QWidget::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 9) qt_static_metacall(this, _c, _id, _a); _id -= 9; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 9) *reinterpret_cast(_a[0]) = -1; _id -= 9; } return _id; } // SIGNAL 0 void QtInput::run_signal() { QMetaObject::activate(this, &staticMetaObject, 0, nullptr); } // SIGNAL 1 void QtInput::exit_signal() { QMetaObject::activate(this, &staticMetaObject, 1, nullptr); } QT_WARNING_POP QT_END_MOC_NAMESPACE