feat: add server notify

This commit is contained in:
semenov
2025-01-09 12:59:10 +03:00
parent 78e8ecbde6
commit 65a0dca9bf
34 changed files with 979 additions and 380 deletions

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[15];
char stringdata0[296];
QByteArrayData data[17];
char stringdata0[318];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -41,18 +41,21 @@ 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_..."
QT_MOC_LITERAL(9, 140, 13), // "sigSendNotify"
QT_MOC_LITERAL(10, 154, 7), // "message"
QT_MOC_LITERAL(11, 162, 32), // "on_verListView_itemDoubleClicked"
QT_MOC_LITERAL(12, 195, 16), // "QListWidgetItem*"
QT_MOC_LITERAL(13, 212, 4), // "item"
QT_MOC_LITERAL(14, 217, 32), // "on_createDuplicateButton_clicked"
QT_MOC_LITERAL(15, 250, 30), // "on_DeleteVersionButton_clicked"
QT_MOC_LITERAL(16, 281, 36) // "on_switchServerVersionButton_..."
},
"VersionSelectWidget\0sigSendDeleteVersion\0"
"\0StreamingVersionData*\0streaming\0"
"sigSendSwitchVersion\0selectVersion\0"
"sigSendCopyVersion\0versionPair\0"
"sigSendNotify\0message\0"
"on_verListView_itemDoubleClicked\0"
"QListWidgetItem*\0item\0"
"on_createDuplicateButton_clicked\0"
@@ -67,31 +70,33 @@ static const uint qt_meta_data_VersionSelectWidget[] = {
8, // revision
0, // classname
0, 0, // classinfo
7, 14, // methods
8, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
3, // signalCount
4, // signalCount
// signals: name, argc, parameters, tag, flags
1, 1, 49, 2, 0x06 /* Public */,
5, 1, 52, 2, 0x06 /* Public */,
7, 1, 55, 2, 0x06 /* Public */,
1, 1, 54, 2, 0x06 /* Public */,
5, 1, 57, 2, 0x06 /* Public */,
7, 1, 60, 2, 0x06 /* Public */,
9, 1, 63, 2, 0x06 /* Public */,
// slots: name, argc, parameters, tag, flags
9, 1, 58, 2, 0x08 /* Private */,
12, 0, 61, 2, 0x08 /* Private */,
13, 0, 62, 2, 0x08 /* Private */,
14, 0, 63, 2, 0x08 /* Private */,
11, 1, 66, 2, 0x08 /* Private */,
14, 0, 69, 2, 0x08 /* Private */,
15, 0, 70, 2, 0x08 /* Private */,
16, 0, 71, 2, 0x08 /* Private */,
// signals: parameters
QMetaType::Void, 0x80000000 | 3, 4,
QMetaType::Void, 0x80000000 | 3, 6,
QMetaType::Void, QMetaType::QString, 8,
QMetaType::Void, QMetaType::QString, 10,
// slots: parameters
QMetaType::Void, 0x80000000 | 10, 11,
QMetaType::Void, 0x80000000 | 12, 13,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
@@ -108,10 +113,11 @@ void VersionSelectWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
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;
case 3: _t->sigSendNotify((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 4: _t->on_verListView_itemDoubleClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
case 5: _t->on_createDuplicateButton_clicked(); break;
case 6: _t->on_DeleteVersionButton_clicked(); break;
case 7: _t->on_switchServerVersionButton_clicked(); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
@@ -137,6 +143,13 @@ void VersionSelectWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
return;
}
}
{
using _t = void (VersionSelectWidget::*)(QString );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendNotify)) {
*result = 3;
return;
}
}
}
}
@@ -169,13 +182,13 @@ int VersionSelectWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 7)
if (_id < 8)
qt_static_metacall(this, _c, _id, _a);
_id -= 7;
_id -= 8;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 7)
if (_id < 8)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 7;
_id -= 8;
}
return _id;
}
@@ -200,5 +213,12 @@ void VersionSelectWidget::sigSendCopyVersion(QString _t1)
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 2, _a);
}
// SIGNAL 3
void VersionSelectWidget::sigSendNotify(QString _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 3, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE