/**************************************************************************** ** Meta object code from reading C++ file 'MainWindow.h' ** ** Created by: The Qt Meta Object Compiler version 69 (Qt 6.11.1) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../../src/ui/MainWindow.h" #include #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'MainWindow.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 69 #error "This file was generated using the moc from 6.11.1. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif #ifndef Q_CONSTINIT #define Q_CONSTINIT #endif QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED QT_WARNING_DISABLE_GCC("-Wuseless-cast") namespace { struct qt_meta_tag_ZN10MainWindowE_t {}; } // unnamed namespace template <> constexpr inline auto MainWindow::qt_create_metaobjectdata() { namespace QMC = QtMocConstants; QtMocHelpers::StringRefStorage qt_stringData { "MainWindow", "onConnectClicked", "", "onRefreshPorts", "onTransportKindChanged", "onThemeToggle", "onConnectionChanged", "connected", "endpoint", "onModeChanged", "onStateChanged", "onError", "message", "onNotice", "onLineSent", "line", "onLineReceived" }; QtMocHelpers::UintData qt_methods { // Slot 'onConnectClicked' QtMocHelpers::SlotData(1, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onRefreshPorts' QtMocHelpers::SlotData(3, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onTransportKindChanged' QtMocHelpers::SlotData(4, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onThemeToggle' QtMocHelpers::SlotData(5, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onConnectionChanged' QtMocHelpers::SlotData(6, 2, QMC::AccessPrivate, QMetaType::Void, {{ { QMetaType::Bool, 7 }, { QMetaType::QString, 8 }, }}), // Slot 'onModeChanged' QtMocHelpers::SlotData(9, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onStateChanged' QtMocHelpers::SlotData(10, 2, QMC::AccessPrivate, QMetaType::Void), // Slot 'onError' QtMocHelpers::SlotData(11, 2, QMC::AccessPrivate, QMetaType::Void, {{ { QMetaType::QString, 12 }, }}), // Slot 'onNotice' QtMocHelpers::SlotData(13, 2, QMC::AccessPrivate, QMetaType::Void, {{ { QMetaType::QString, 12 }, }}), // Slot 'onLineSent' QtMocHelpers::SlotData(14, 2, QMC::AccessPrivate, QMetaType::Void, {{ { QMetaType::QString, 15 }, }}), // Slot 'onLineReceived' QtMocHelpers::SlotData(16, 2, QMC::AccessPrivate, QMetaType::Void, {{ { QMetaType::QString, 15 }, }}), }; QtMocHelpers::UintData qt_properties { }; QtMocHelpers::UintData qt_enums { }; return QtMocHelpers::metaObjectData(QMC::MetaObjectFlag{}, qt_stringData, qt_methods, qt_properties, qt_enums); } Q_CONSTINIT const QMetaObject MainWindow::staticMetaObject = { { QMetaObject::SuperData::link(), qt_staticMetaObjectStaticContent.stringdata, qt_staticMetaObjectStaticContent.data, qt_static_metacall, nullptr, qt_staticMetaObjectRelocatingContent.metaTypes, nullptr } }; void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { auto *_t = static_cast(_o); if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: _t->onConnectClicked(); break; case 1: _t->onRefreshPorts(); break; case 2: _t->onTransportKindChanged(); break; case 3: _t->onThemeToggle(); break; case 4: _t->onConnectionChanged((*reinterpret_cast>(_a[1])),(*reinterpret_cast>(_a[2]))); break; case 5: _t->onModeChanged(); break; case 6: _t->onStateChanged(); break; case 7: _t->onError((*reinterpret_cast>(_a[1]))); break; case 8: _t->onNotice((*reinterpret_cast>(_a[1]))); break; case 9: _t->onLineSent((*reinterpret_cast>(_a[1]))); break; case 10: _t->onLineReceived((*reinterpret_cast>(_a[1]))); break; default: ; } } } const QMetaObject *MainWindow::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *MainWindow::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_staticMetaObjectStaticContent.strings)) return static_cast(this); return QMainWindow::qt_metacast(_clname); } int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QMainWindow::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 11) qt_static_metacall(this, _c, _id, _a); _id -= 11; } if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 11) *reinterpret_cast(_a[0]) = QMetaType(); _id -= 11; } return _id; } QT_WARNING_POP