/**************************************************************************** ** Meta object code from reading C++ file 'BackupTableView.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.17) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include #include "syncs/gui/Backups/BackupTableView.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'BackupTableView.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.15.17. 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_BackupTableView_t { QByteArrayData data[13]; char stringdata0[167]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_BackupTableView_t, stringdata0) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_BackupTableView_t qt_meta_stringdata_BackupTableView = { { QT_MOC_LITERAL(0, 0, 15), // "BackupTableView" QT_MOC_LITERAL(1, 16, 12), // "removeBackup" QT_MOC_LITERAL(2, 29, 0), // "" QT_MOC_LITERAL(3, 30, 29), // "std::shared_ptr" QT_MOC_LITERAL(4, 60, 6), // "backup" QT_MOC_LITERAL(5, 67, 10), // "openInMEGA" QT_MOC_LITERAL(6, 78, 16), // "mega::MegaHandle" QT_MOC_LITERAL(7, 95, 6), // "handle" QT_MOC_LITERAL(8, 102, 28), // "onCustomContextMenuRequested" QT_MOC_LITERAL(9, 131, 3), // "pos" QT_MOC_LITERAL(10, 135, 13), // "onCellClicked" QT_MOC_LITERAL(11, 149, 11), // "QModelIndex" QT_MOC_LITERAL(12, 161, 5) // "index" }, "BackupTableView\0removeBackup\0\0" "std::shared_ptr\0backup\0" "openInMEGA\0mega::MegaHandle\0handle\0" "onCustomContextMenuRequested\0pos\0" "onCellClicked\0QModelIndex\0index" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_BackupTableView[] = { // content: 8, // revision 0, // classname 0, 0, // classinfo 4, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 2, // signalCount // signals: name, argc, parameters, tag, flags 1, 1, 34, 2, 0x06 /* Public */, 5, 1, 37, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 8, 1, 40, 2, 0x08 /* Private */, 10, 1, 43, 2, 0x08 /* Private */, // signals: parameters QMetaType::Void, 0x80000000 | 3, 4, QMetaType::Void, 0x80000000 | 6, 7, // slots: parameters QMetaType::Void, QMetaType::QPoint, 9, QMetaType::Void, 0x80000000 | 11, 12, 0 // eod }; void BackupTableView::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->removeBackup((*reinterpret_cast< std::shared_ptr(*)>(_a[1]))); break; case 1: _t->openInMEGA((*reinterpret_cast< mega::MegaHandle(*)>(_a[1]))); break; case 2: _t->onCustomContextMenuRequested((*reinterpret_cast< const QPoint(*)>(_a[1]))); break; case 3: _t->onCellClicked((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break; default: ; } } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { switch (_id) { default: *reinterpret_cast(_a[0]) = -1; break; case 0: switch (*reinterpret_cast(_a[1])) { default: *reinterpret_cast(_a[0]) = -1; break; case 0: *reinterpret_cast(_a[0]) = qRegisterMetaType< std::shared_ptr >(); break; } break; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); { using _t = void (BackupTableView::*)(std::shared_ptr ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&BackupTableView::removeBackup)) { *result = 0; return; } } { using _t = void (BackupTableView::*)(mega::MegaHandle ); if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&BackupTableView::openInMEGA)) { *result = 1; return; } } } } QT_INIT_METAOBJECT const QMetaObject BackupTableView::staticMetaObject = { { QMetaObject::SuperData::link(), qt_meta_stringdata_BackupTableView.data, qt_meta_data_BackupTableView, qt_static_metacall, nullptr, nullptr } }; const QMetaObject *BackupTableView::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *BackupTableView::qt_metacast(const char *_clname) { if (!_clname) return nullptr; if (!strcmp(_clname, qt_meta_stringdata_BackupTableView.stringdata0)) return static_cast(this); return SyncTableView::qt_metacast(_clname); } int BackupTableView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = SyncTableView::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 4) qt_static_metacall(this, _c, _id, _a); _id -= 4; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 4) qt_static_metacall(this, _c, _id, _a); _id -= 4; } return _id; } // SIGNAL 0 void BackupTableView::removeBackup(std::shared_ptr _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void BackupTableView::openInMEGA(mega::MegaHandle _t1) { void *_a[] = { nullptr, const_cast(reinterpret_cast(std::addressof(_t1))) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } QT_WARNING_POP QT_END_MOC_NAMESPACE