/**************************************************************************** ** Meta object code from reading C++ file 'mainwindow.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "../wine-source/mainwindow.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'mainwindow.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.15.3. 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_MainWindow_t { QByteArrayData data[16]; char stringdata0[218]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { { QT_MOC_LITERAL(0, 0, 10), // "MainWindow" QT_MOC_LITERAL(1, 11, 20), // "on_addButton_clicked" QT_MOC_LITERAL(2, 32, 0), // "" QT_MOC_LITERAL(3, 33, 20), // "ReadLocalInformation" QT_MOC_LITERAL(4, 54, 23), // "ReadInternetInformation" QT_MOC_LITERAL(5, 78, 20), // "on_delButton_clicked" QT_MOC_LITERAL(6, 99, 14), // "MessageBoxInfo" QT_MOC_LITERAL(7, 114, 4), // "info" QT_MOC_LITERAL(8, 119, 15), // "MessageBoxError" QT_MOC_LITERAL(9, 135, 12), // "ChangeDialog" QT_MOC_LITERAL(10, 148, 16), // "QProgressDialog*" QT_MOC_LITERAL(11, 165, 6), // "dialog" QT_MOC_LITERAL(12, 172, 5), // "value" QT_MOC_LITERAL(13, 178, 13), // "downloadBytes" QT_MOC_LITERAL(14, 192, 10), // "totalBytes" QT_MOC_LITERAL(15, 203, 14) // "DownloadFinish" }, "MainWindow\0on_addButton_clicked\0\0" "ReadLocalInformation\0ReadInternetInformation\0" "on_delButton_clicked\0MessageBoxInfo\0" "info\0MessageBoxError\0ChangeDialog\0" "QProgressDialog*\0dialog\0value\0" "downloadBytes\0totalBytes\0DownloadFinish" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_MainWindow[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 8, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount // slots: name, argc, parameters, tag, flags 1, 0, 54, 2, 0x08 /* Private */, 3, 0, 55, 2, 0x08 /* Private */, 4, 0, 56, 2, 0x08 /* Private */, 5, 0, 57, 2, 0x08 /* Private */, 6, 1, 58, 2, 0x0a /* Public */, 8, 1, 61, 2, 0x0a /* Public */, 9, 4, 64, 2, 0x0a /* Public */, 15, 0, 73, 2, 0x0a /* Public */, // slots: parameters QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::Void, QMetaType::QString, 7, QMetaType::Void, QMetaType::QString, 7, QMetaType::Void, 0x80000000 | 10, QMetaType::Int, QMetaType::Int, QMetaType::Int, 11, 12, 13, 14, QMetaType::Void, 0 // eod }; void MainWindow::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->on_addButton_clicked(); break; case 1: _t->ReadLocalInformation(); break; case 2: _t->ReadInternetInformation(); break; case 3: _t->on_delButton_clicked(); break; case 4: _t->MessageBoxInfo((*reinterpret_cast< QString(*)>(_a[1]))); break; case 5: _t->MessageBoxError((*reinterpret_cast< QString(*)>(_a[1]))); break; case 6: _t->ChangeDialog((*reinterpret_cast< QProgressDialog*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break; case 7: _t->DownloadFinish(); break; default: ; } } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { switch (_id) { default: *reinterpret_cast(_a[0]) = -1; break; case 6: switch (*reinterpret_cast(_a[1])) { default: *reinterpret_cast(_a[0]) = -1; break; case 0: *reinterpret_cast(_a[0]) = qRegisterMetaType< QProgressDialog* >(); break; } break; } } } QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_MainWindow.data, qt_meta_data_MainWindow, qt_static_metacall, nullptr, nullptr } }; 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_meta_stringdata_MainWindow.stringdata0)) 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 < 8) qt_static_metacall(this, _c, _id, _a); _id -= 8; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 8) qt_static_metacall(this, _c, _id, _a); _id -= 8; } return _id; } QT_WARNING_POP QT_END_MOC_NAMESPACE