add: delete and copy version

This commit is contained in:
semenov
2024-12-23 09:38:31 +03:00
parent 5ff01737d9
commit e9610a16ca
20 changed files with 162 additions and 143 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_VersionSelectWidget_t {
QByteArrayData data[13];
char stringdata0[265];
QByteArrayData data[15];
char stringdata0[296];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -33,22 +33,25 @@ struct qt_meta_stringdata_VersionSelectWidget_t {
static const qt_meta_stringdata_VersionSelectWidget_t qt_meta_stringdata_VersionSelectWidget = {
{
QT_MOC_LITERAL(0, 0, 19), // "VersionSelectWidget"
QT_MOC_LITERAL(1, 20, 20), // "sigSendSwitchVersion"
QT_MOC_LITERAL(1, 20, 20), // "sigSendDeleteVersion"
QT_MOC_LITERAL(2, 41, 0), // ""
QT_MOC_LITERAL(3, 42, 21), // "StreamingVersionData*"
QT_MOC_LITERAL(4, 64, 13), // "selectVersion"
QT_MOC_LITERAL(5, 78, 18), // "sigSendCopyVersion"
QT_MOC_LITERAL(6, 97, 11), // "versionPair"
QT_MOC_LITERAL(7, 109, 32), // "on_verListView_itemDoubleClicked"
QT_MOC_LITERAL(8, 142, 16), // "QListWidgetItem*"
QT_MOC_LITERAL(9, 159, 4), // "item"
QT_MOC_LITERAL(10, 164, 32), // "on_createDuplicateButton_clicked"
QT_MOC_LITERAL(11, 197, 30), // "on_DeleteVersionButton_clicked"
QT_MOC_LITERAL(12, 228, 36) // "on_switchServerVersionButton_..."
QT_MOC_LITERAL(4, 64, 9), // "streaming"
QT_MOC_LITERAL(5, 74, 20), // "sigSendSwitchVersion"
QT_MOC_LITERAL(6, 95, 13), // "selectVersion"
QT_MOC_LITERAL(7, 109, 18), // "sigSendCopyVersion"
QT_MOC_LITERAL(8, 128, 11), // "versionPair"
QT_MOC_LITERAL(9, 140, 32), // "on_verListView_itemDoubleClicked"
QT_MOC_LITERAL(10, 173, 16), // "QListWidgetItem*"
QT_MOC_LITERAL(11, 190, 4), // "item"
QT_MOC_LITERAL(12, 195, 32), // "on_createDuplicateButton_clicked"
QT_MOC_LITERAL(13, 228, 30), // "on_DeleteVersionButton_clicked"
QT_MOC_LITERAL(14, 259, 36) // "on_switchServerVersionButton_..."
},
"VersionSelectWidget\0sigSendSwitchVersion\0"
"\0StreamingVersionData*\0selectVersion\0"
"VersionSelectWidget\0sigSendDeleteVersion\0"
"\0StreamingVersionData*\0streaming\0"
"sigSendSwitchVersion\0selectVersion\0"
"sigSendCopyVersion\0versionPair\0"
"on_verListView_itemDoubleClicked\0"
"QListWidgetItem*\0item\0"
@@ -64,29 +67,31 @@ static const uint qt_meta_data_VersionSelectWidget[] = {
8, // revision
0, // classname
0, 0, // classinfo
6, 14, // methods
7, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
2, // signalCount
3, // signalCount
// signals: name, argc, parameters, tag, flags
1, 1, 44, 2, 0x06 /* Public */,
5, 1, 47, 2, 0x06 /* Public */,
1, 1, 49, 2, 0x06 /* Public */,
5, 1, 52, 2, 0x06 /* Public */,
7, 1, 55, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
7, 1, 50, 2, 0x08 /* Private */,
10, 0, 53, 2, 0x08 /* Private */,
11, 0, 54, 2, 0x08 /* Private */,
12, 0, 55, 2, 0x08 /* Private */,
9, 1, 58, 2, 0x08 /* Private */,
12, 0, 61, 2, 0x08 /* Private */,
13, 0, 62, 2, 0x08 /* Private */,
14, 0, 63, 2, 0x08 /* Private */,
// signals: parameters
QMetaType::Void, 0x80000000 | 3, 4,
QMetaType::Void, QMetaType::QString, 6,
QMetaType::Void, 0x80000000 | 3, 6,
QMetaType::Void, QMetaType::QString, 8,
// slots: parameters
QMetaType::Void, 0x80000000 | 8, 9,
QMetaType::Void, 0x80000000 | 10, 11,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
@@ -100,27 +105,35 @@ void VersionSelectWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
auto *_t = static_cast<VersionSelectWidget *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->sigSendSwitchVersion((*reinterpret_cast< StreamingVersionData*(*)>(_a[1]))); break;
case 1: _t->sigSendCopyVersion((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 2: _t->on_verListView_itemDoubleClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
case 3: _t->on_createDuplicateButton_clicked(); break;
case 4: _t->on_DeleteVersionButton_clicked(); break;
case 5: _t->on_switchServerVersionButton_clicked(); break;
case 0: _t->sigSendDeleteVersion((*reinterpret_cast< StreamingVersionData*(*)>(_a[1]))); break;
case 1: _t->sigSendSwitchVersion((*reinterpret_cast< StreamingVersionData*(*)>(_a[1]))); break;
case 2: _t->sigSendCopyVersion((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 3: _t->on_verListView_itemDoubleClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
case 4: _t->on_createDuplicateButton_clicked(); break;
case 5: _t->on_DeleteVersionButton_clicked(); break;
case 6: _t->on_switchServerVersionButton_clicked(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
int *result = reinterpret_cast<int *>(_a[0]);
{
using _t = void (VersionSelectWidget::*)(StreamingVersionData * );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendSwitchVersion)) {
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendDeleteVersion)) {
*result = 0;
return;
}
}
{
using _t = void (VersionSelectWidget::*)(StreamingVersionData * );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendSwitchVersion)) {
*result = 1;
return;
}
}
{
using _t = void (VersionSelectWidget::*)(QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendCopyVersion)) {
*result = 1;
*result = 2;
return;
}
}
@@ -156,29 +169,36 @@ int VersionSelectWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 6)
if (_id < 7)
qt_static_metacall(this, _c, _id, _a);
_id -= 6;
_id -= 7;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 6)
if (_id < 7)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 6;
_id -= 7;
}
return _id;
}
// SIGNAL 0
void VersionSelectWidget::sigSendSwitchVersion(StreamingVersionData * _t1)
void VersionSelectWidget::sigSendDeleteVersion(StreamingVersionData * _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 0, _a);
}
// SIGNAL 1
void VersionSelectWidget::sigSendCopyVersion(QString _t1)
void VersionSelectWidget::sigSendSwitchVersion(StreamingVersionData * _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 1, _a);
}
// SIGNAL 2
void VersionSelectWidget::sigSendCopyVersion(QString _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 2, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.