mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feta: change version with callback from server
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
debug/main.o
BIN
debug/main.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,8 +22,8 @@ QT_BEGIN_MOC_NAMESPACE
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
struct qt_meta_stringdata_VersionSelectWidget_t {
|
||||
QByteArrayData data[1];
|
||||
char stringdata0[20];
|
||||
QByteArrayData data[12];
|
||||
char stringdata0[253];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
@@ -32,10 +32,27 @@ 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(0, 0, 19), // "VersionSelectWidget"
|
||||
QT_MOC_LITERAL(1, 20, 20), // "sigSendSwitchVersion"
|
||||
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, 32), // "on_verListView_itemDoubleClicked"
|
||||
QT_MOC_LITERAL(7, 130, 16), // "QListWidgetItem*"
|
||||
QT_MOC_LITERAL(8, 147, 4), // "item"
|
||||
QT_MOC_LITERAL(9, 152, 32), // "on_createDuplicateButton_clicked"
|
||||
QT_MOC_LITERAL(10, 185, 30), // "on_DeleteVersionButton_clicked"
|
||||
QT_MOC_LITERAL(11, 216, 36) // "on_switchServerVersionButton_..."
|
||||
|
||||
},
|
||||
"VersionSelectWidget"
|
||||
"VersionSelectWidget\0sigSendSwitchVersion\0"
|
||||
"\0StreamingVersionData*\0selectVersion\0"
|
||||
"sigSendCopyVersion\0on_verListView_itemDoubleClicked\0"
|
||||
"QListWidgetItem*\0item\0"
|
||||
"on_createDuplicateButton_clicked\0"
|
||||
"on_DeleteVersionButton_clicked\0"
|
||||
"on_switchServerVersionButton_clicked"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
@@ -45,22 +62,67 @@ static const uint qt_meta_data_VersionSelectWidget[] = {
|
||||
8, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
0, 0, // methods
|
||||
6, 14, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
0, // flags
|
||||
0, // signalCount
|
||||
2, // signalCount
|
||||
|
||||
// signals: name, argc, parameters, tag, flags
|
||||
1, 1, 44, 2, 0x06 /* Public */,
|
||||
5, 1, 47, 2, 0x06 /* Public */,
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
6, 1, 50, 2, 0x08 /* Private */,
|
||||
9, 0, 53, 2, 0x08 /* Private */,
|
||||
10, 0, 54, 2, 0x08 /* Private */,
|
||||
11, 0, 55, 2, 0x08 /* Private */,
|
||||
|
||||
// signals: parameters
|
||||
QMetaType::Void, 0x80000000 | 3, 4,
|
||||
QMetaType::Void, 0x80000000 | 3, 4,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::Void, 0x80000000 | 7, 8,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
QMetaType::Void,
|
||||
|
||||
0 // eod
|
||||
};
|
||||
|
||||
void VersionSelectWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
Q_UNUSED(_o);
|
||||
Q_UNUSED(_id);
|
||||
Q_UNUSED(_c);
|
||||
Q_UNUSED(_a);
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
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< StreamingVersionData*(*)>(_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;
|
||||
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)) {
|
||||
*result = 0;
|
||||
return;
|
||||
}
|
||||
}
|
||||
{
|
||||
using _t = void (VersionSelectWidget::*)(StreamingVersionData * );
|
||||
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VersionSelectWidget::sigSendCopyVersion)) {
|
||||
*result = 1;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
QT_INIT_METAOBJECT const QMetaObject VersionSelectWidget::staticMetaObject = { {
|
||||
@@ -89,7 +151,32 @@ void *VersionSelectWidget::qt_metacast(const char *_clname)
|
||||
int VersionSelectWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
_id = QWidget::qt_metacall(_c, _id, _a);
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 6)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 6;
|
||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 6)
|
||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
||||
_id -= 6;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
|
||||
// SIGNAL 0
|
||||
void VersionSelectWidget::sigSendSwitchVersion(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(StreamingVersionData * _t1)
|
||||
{
|
||||
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
|
||||
QMetaObject::activate(this, &staticMetaObject, 1, _a);
|
||||
}
|
||||
QT_WARNING_POP
|
||||
QT_END_MOC_NAMESPACE
|
||||
|
||||
Binary file not shown.
@@ -131984,7 +131984,7 @@ static const unsigned char qt_resource_struct[] = {
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/style.css
|
||||
0x0,0x0,0x0,0x16,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
|
||||
0x0,0x0,0x1,0x93,0xbf,0xf5,0xb0,0x7,
|
||||
0x0,0x0,0x1,0x93,0xdd,0xc6,0x89,0xd3,
|
||||
// :/resource
|
||||
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x3,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
debug/tools.o
BIN
debug/tools.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user