added icons, pagination
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "../../../src/databasemanager.h"
|
||||
#include <QtCore/qmetatype.h>
|
||||
#include <QtCore/QList>
|
||||
|
||||
#include <QtCore/qtmochelpers.h>
|
||||
|
||||
@@ -39,17 +40,43 @@ template <> constexpr inline auto DatabaseManager::qt_create_metaobjectdata<qt_m
|
||||
namespace QMC = QtMocConstants;
|
||||
QtMocHelpers::StringRefStorage qt_stringData {
|
||||
"DatabaseManager",
|
||||
"searchImages",
|
||||
"QList<ImageItem>",
|
||||
"searchResultsReady",
|
||||
"",
|
||||
"searchText"
|
||||
"QList<DatabaseManager::ImageItem>",
|
||||
"results",
|
||||
"searchText",
|
||||
"offset",
|
||||
"limit",
|
||||
"totalCount",
|
||||
"searchStarted",
|
||||
"searchImages",
|
||||
"cancelSearch"
|
||||
};
|
||||
|
||||
QtMocHelpers::UintData qt_methods {
|
||||
// Slot 'searchImages'
|
||||
QtMocHelpers::SlotData<QList<ImageItem>(const QString &)>(1, 3, QMC::AccessPublic, 0x80000000 | 2, {{
|
||||
{ QMetaType::QString, 4 },
|
||||
// Signal 'searchResultsReady'
|
||||
QtMocHelpers::SignalData<void(const QList<DatabaseManager::ImageItem> &, const QString &, int, int, int)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
|
||||
{ 0x80000000 | 3, 4 }, { QMetaType::QString, 5 }, { QMetaType::Int, 6 }, { QMetaType::Int, 7 },
|
||||
{ QMetaType::Int, 8 },
|
||||
}}),
|
||||
// Signal 'searchStarted'
|
||||
QtMocHelpers::SignalData<void(const QString &)>(9, 2, QMC::AccessPublic, QMetaType::Void, {{
|
||||
{ QMetaType::QString, 5 },
|
||||
}}),
|
||||
// Slot 'searchImages'
|
||||
QtMocHelpers::SlotData<void(const QString &, int, int)>(10, 2, QMC::AccessPublic, QMetaType::Void, {{
|
||||
{ QMetaType::QString, 5 }, { QMetaType::Int, 6 }, { QMetaType::Int, 7 },
|
||||
}}),
|
||||
// Slot 'searchImages'
|
||||
QtMocHelpers::SlotData<void(const QString &, int)>(10, 2, QMC::AccessPublic | QMC::MethodCloned, QMetaType::Void, {{
|
||||
{ QMetaType::QString, 5 }, { QMetaType::Int, 6 },
|
||||
}}),
|
||||
// Slot 'searchImages'
|
||||
QtMocHelpers::SlotData<void(const QString &)>(10, 2, QMC::AccessPublic | QMC::MethodCloned, QMetaType::Void, {{
|
||||
{ QMetaType::QString, 5 },
|
||||
}}),
|
||||
// Slot 'cancelSearch'
|
||||
QtMocHelpers::SlotData<void()>(11, 2, QMC::AccessPublic, QMetaType::Void),
|
||||
};
|
||||
QtMocHelpers::UintData qt_properties {
|
||||
};
|
||||
@@ -73,11 +100,21 @@ void DatabaseManager::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int
|
||||
auto *_t = static_cast<DatabaseManager *>(_o);
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
switch (_id) {
|
||||
case 0: { QList<ImageItem> _r = _t->searchImages((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1])));
|
||||
if (_a[0]) *reinterpret_cast<QList<ImageItem>*>(_a[0]) = std::move(_r); } break;
|
||||
case 0: _t->searchResultsReady((*reinterpret_cast<std::add_pointer_t<QList<DatabaseManager::ImageItem>>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<QString>>(_a[2])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[4])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[5]))); break;
|
||||
case 1: _t->searchStarted((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
||||
case 2: _t->searchImages((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[3]))); break;
|
||||
case 3: _t->searchImages((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1])),(*reinterpret_cast<std::add_pointer_t<int>>(_a[2]))); break;
|
||||
case 4: _t->searchImages((*reinterpret_cast<std::add_pointer_t<QString>>(_a[1]))); break;
|
||||
case 5: _t->cancelSearch(); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
if (_c == QMetaObject::IndexOfMethod) {
|
||||
if (QtMocHelpers::indexOfMethod<void (DatabaseManager::*)(const QList<DatabaseManager::ImageItem> & , const QString & , int , int , int )>(_a, &DatabaseManager::searchResultsReady, 0))
|
||||
return;
|
||||
if (QtMocHelpers::indexOfMethod<void (DatabaseManager::*)(const QString & )>(_a, &DatabaseManager::searchStarted, 1))
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
const QMetaObject *DatabaseManager::metaObject() const
|
||||
@@ -99,15 +136,27 @@ int DatabaseManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 1)
|
||||
if (_id < 6)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 1;
|
||||
_id -= 6;
|
||||
}
|
||||
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 1)
|
||||
if (_id < 6)
|
||||
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
|
||||
_id -= 1;
|
||||
_id -= 6;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
|
||||
// SIGNAL 0
|
||||
void DatabaseManager::searchResultsReady(const QList<DatabaseManager::ImageItem> & _t1, const QString & _t2, int _t3, int _t4, int _t5)
|
||||
{
|
||||
QMetaObject::activate<void>(this, &staticMetaObject, 0, nullptr, _t1, _t2, _t3, _t4, _t5);
|
||||
}
|
||||
|
||||
// SIGNAL 1
|
||||
void DatabaseManager::searchStarted(const QString & _t1)
|
||||
{
|
||||
QMetaObject::activate<void>(this, &staticMetaObject, 1, nullptr, _t1);
|
||||
}
|
||||
QT_WARNING_POP
|
||||
|
||||
Reference in New Issue
Block a user