| | |
| | | QT_WARNING_PUSH |
| | | QT_WARNING_DISABLE_DEPRECATED |
| | | struct qt_meta_stringdata_AddFile_t { |
| | | QByteArrayData data[5]; |
| | | char stringdata0[69]; |
| | | QByteArrayData data[7]; |
| | | char stringdata0[102]; |
| | | }; |
| | | #define QT_MOC_LITERAL(idx, ofs, len) \ |
| | | Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ |
| | |
| | | QT_MOC_LITERAL(0, 0, 7), // "AddFile" |
| | | QT_MOC_LITERAL(1, 8, 13), // "addFileSignal" |
| | | QT_MOC_LITERAL(2, 22, 0), // "" |
| | | QT_MOC_LITERAL(3, 23, 23), // "on_pushButton_3_clicked" |
| | | QT_MOC_LITERAL(4, 47, 21) // "on_pushButton_clicked" |
| | | QT_MOC_LITERAL(3, 23, 21), // "std::shared_ptr<char>" |
| | | QT_MOC_LITERAL(4, 45, 10), // "addFileMsg" |
| | | QT_MOC_LITERAL(5, 56, 23), // "on_pushButton_3_clicked" |
| | | QT_MOC_LITERAL(6, 80, 21) // "on_pushButton_clicked" |
| | | |
| | | }, |
| | | "AddFile\0addFileSignal\0\0on_pushButton_3_clicked\0" |
| | | "AddFile\0addFileSignal\0\0std::shared_ptr<char>\0" |
| | | "addFileMsg\0on_pushButton_3_clicked\0" |
| | | "on_pushButton_clicked" |
| | | }; |
| | | #undef QT_MOC_LITERAL |
| | |
| | | 7, // revision |
| | | 0, // classname |
| | | 0, 0, // classinfo |
| | | 3, 14, // methods |
| | | 4, 14, // methods |
| | | 0, 0, // properties |
| | | 0, 0, // enums/sets |
| | | 0, 0, // constructors |
| | | 0, // flags |
| | | 1, // signalCount |
| | | 2, // signalCount |
| | | |
| | | // signals: name, argc, parameters, tag, flags |
| | | 1, 2, 29, 2, 0x06 /* Public */, |
| | | 1, 2, 34, 2, 0x06 /* Public */, |
| | | 4, 1, 39, 2, 0x06 /* Public */, |
| | | |
| | | // slots: name, argc, parameters, tag, flags |
| | | 3, 0, 34, 2, 0x08 /* Private */, |
| | | 4, 0, 35, 2, 0x08 /* Private */, |
| | | 5, 0, 42, 2, 0x08 /* Private */, |
| | | 6, 0, 43, 2, 0x08 /* Private */, |
| | | |
| | | // signals: parameters |
| | | QMetaType::Void, QMetaType::QString, QMetaType::QString, 2, 2, |
| | | QMetaType::Void, 0x80000000 | 3, QMetaType::Int, 2, 2, |
| | | QMetaType::Void, QMetaType::QString, 2, |
| | | |
| | | // slots: parameters |
| | | QMetaType::Void, |
| | |
| | | AddFile *_t = static_cast<AddFile *>(_o); |
| | | Q_UNUSED(_t) |
| | | switch (_id) { |
| | | case 0: _t->addFileSignal((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break; |
| | | case 1: _t->on_pushButton_3_clicked(); break; |
| | | case 2: _t->on_pushButton_clicked(); break; |
| | | case 0: _t->addFileSignal((*reinterpret_cast< std::shared_ptr<char>(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; |
| | | case 1: _t->addFileMsg((*reinterpret_cast< QString(*)>(_a[1]))); break; |
| | | case 2: _t->on_pushButton_3_clicked(); break; |
| | | case 3: _t->on_pushButton_clicked(); break; |
| | | default: ; |
| | | } |
| | | } else if (_c == QMetaObject::IndexOfMethod) { |
| | | int *result = reinterpret_cast<int *>(_a[0]); |
| | | { |
| | | typedef void (AddFile::*_t)(QString , QString ); |
| | | typedef void (AddFile::*_t)(std::shared_ptr<char> , int ); |
| | | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AddFile::addFileSignal)) { |
| | | *result = 0; |
| | | return; |
| | | } |
| | | } |
| | | { |
| | | typedef void (AddFile::*_t)(QString ); |
| | | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AddFile::addFileMsg)) { |
| | | *result = 1; |
| | | return; |
| | | } |
| | | } |
| | |
| | | if (_id < 0) |
| | | return _id; |
| | | if (_c == QMetaObject::InvokeMetaMethod) { |
| | | if (_id < 3) |
| | | if (_id < 4) |
| | | qt_static_metacall(this, _c, _id, _a); |
| | | _id -= 3; |
| | | _id -= 4; |
| | | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
| | | if (_id < 3) |
| | | if (_id < 4) |
| | | *reinterpret_cast<int*>(_a[0]) = -1; |
| | | _id -= 3; |
| | | _id -= 4; |
| | | } |
| | | return _id; |
| | | } |
| | | |
| | | // SIGNAL 0 |
| | | void AddFile::addFileSignal(QString _t1, QString _t2) |
| | | void AddFile::addFileSignal(std::shared_ptr<char> _t1, int _t2) |
| | | { |
| | | void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) }; |
| | | QMetaObject::activate(this, &staticMetaObject, 0, _a); |
| | | } |
| | | |
| | | // SIGNAL 1 |
| | | void AddFile::addFileMsg(QString _t1) |
| | | { |
| | | void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) }; |
| | | QMetaObject::activate(this, &staticMetaObject, 1, _a); |
| | | } |
| | | QT_WARNING_POP |
| | | QT_END_MOC_NAMESPACE |