mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add server notify
This commit is contained in:
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_DataParser_t {
|
||||
QByteArrayData data[4];
|
||||
char stringdata0[34];
|
||||
QByteArrayData data[6];
|
||||
char stringdata0[51];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
@@ -33,12 +33,15 @@ struct qt_meta_stringdata_DataParser_t {
|
||||
static const qt_meta_stringdata_DataParser_t qt_meta_stringdata_DataParser = {
|
||||
{
|
||||
QT_MOC_LITERAL(0, 0, 10), // "DataParser"
|
||||
QT_MOC_LITERAL(1, 11, 16), // "xmlAnswer_notify"
|
||||
QT_MOC_LITERAL(2, 28, 0), // ""
|
||||
QT_MOC_LITERAL(3, 29, 4) // "code"
|
||||
QT_MOC_LITERAL(1, 11, 9), // "sigNotify"
|
||||
QT_MOC_LITERAL(2, 21, 0), // ""
|
||||
QT_MOC_LITERAL(3, 22, 6), // "notify"
|
||||
QT_MOC_LITERAL(4, 29, 16), // "xmlAnswer_notify"
|
||||
QT_MOC_LITERAL(5, 46, 4) // "code"
|
||||
|
||||
},
|
||||
"DataParser\0xmlAnswer_notify\0\0code"
|
||||
"DataParser\0sigNotify\0\0notify\0"
|
||||
"xmlAnswer_notify\0code"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
@@ -48,18 +51,24 @@ static const uint qt_meta_data_DataParser[] = {
|
||||
8, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
1, 14, // methods
|
||||
2, 14, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
0, // flags
|
||||
0, // signalCount
|
||||
1, // signalCount
|
||||
|
||||
// signals: name, argc, parameters, tag, flags
|
||||
1, 1, 24, 2, 0x06 /* Public */,
|
||||
|
||||
// slots: name, argc, parameters, tag, flags
|
||||
1, 1, 19, 2, 0x0a /* Public */,
|
||||
4, 1, 27, 2, 0x0a /* Public */,
|
||||
|
||||
// signals: parameters
|
||||
QMetaType::Void, QMetaType::QString, 3,
|
||||
|
||||
// slots: parameters
|
||||
QMetaType::QByteArray, QMetaType::QString, 3,
|
||||
QMetaType::QByteArray, QMetaType::QString, 5,
|
||||
|
||||
0 // eod
|
||||
};
|
||||
@@ -70,10 +79,20 @@ void DataParser::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id,
|
||||
auto *_t = static_cast<DataParser *>(_o);
|
||||
Q_UNUSED(_t)
|
||||
switch (_id) {
|
||||
case 0: { QByteArray _r = _t->xmlAnswer_notify((*reinterpret_cast< QString(*)>(_a[1])));
|
||||
case 0: _t->sigNotify((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
||||
case 1: { QByteArray _r = _t->xmlAnswer_notify((*reinterpret_cast< QString(*)>(_a[1])));
|
||||
if (_a[0]) *reinterpret_cast< QByteArray*>(_a[0]) = std::move(_r); } break;
|
||||
default: ;
|
||||
}
|
||||
} else if (_c == QMetaObject::IndexOfMethod) {
|
||||
int *result = reinterpret_cast<int *>(_a[0]);
|
||||
{
|
||||
using _t = void (DataParser::*)(QString );
|
||||
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&DataParser::sigNotify)) {
|
||||
*result = 0;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,15 +125,22 @@ int DataParser::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 1)
|
||||
if (_id < 2)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 1;
|
||||
_id -= 2;
|
||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 1)
|
||||
if (_id < 2)
|
||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
||||
_id -= 1;
|
||||
_id -= 2;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
|
||||
// SIGNAL 0
|
||||
void DataParser::sigNotify(QString _t1)
|
||||
{
|
||||
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
|
||||
QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
||||
}
|
||||
QT_WARNING_POP
|
||||
QT_END_MOC_NAMESPACE
|
||||
|
||||
Binary file not shown.
Binary file not shown.
95
debug/moc_notifycontroller.cpp
Normal file
95
debug/moc_notifycontroller.cpp
Normal file
@@ -0,0 +1,95 @@
|
||||
/****************************************************************************
|
||||
** Meta object code from reading C++ file 'notifycontroller.h'
|
||||
**
|
||||
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
#include <memory>
|
||||
#include "../Core/notifycontroller.h"
|
||||
#include <QtCore/qbytearray.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||||
#error "The header file 'notifycontroller.h' doesn't include <QObject>."
|
||||
#elif Q_MOC_OUTPUT_REVISION != 67
|
||||
#error "This file was generated using the moc from 5.14.2. It"
|
||||
#error "cannot be used with the include files from this version of Qt."
|
||||
#error "(The moc has changed too much.)"
|
||||
#endif
|
||||
|
||||
QT_BEGIN_MOC_NAMESPACE
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_DEPRECATED
|
||||
struct qt_meta_stringdata_NotifyController_t {
|
||||
QByteArrayData data[1];
|
||||
char stringdata0[17];
|
||||
};
|
||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||||
qptrdiff(offsetof(qt_meta_stringdata_NotifyController_t, stringdata0) + ofs \
|
||||
- idx * sizeof(QByteArrayData)) \
|
||||
)
|
||||
static const qt_meta_stringdata_NotifyController_t qt_meta_stringdata_NotifyController = {
|
||||
{
|
||||
QT_MOC_LITERAL(0, 0, 16) // "NotifyController"
|
||||
|
||||
},
|
||||
"NotifyController"
|
||||
};
|
||||
#undef QT_MOC_LITERAL
|
||||
|
||||
static const uint qt_meta_data_NotifyController[] = {
|
||||
|
||||
// content:
|
||||
8, // revision
|
||||
0, // classname
|
||||
0, 0, // classinfo
|
||||
0, 0, // methods
|
||||
0, 0, // properties
|
||||
0, 0, // enums/sets
|
||||
0, 0, // constructors
|
||||
0, // flags
|
||||
0, // signalCount
|
||||
|
||||
0 // eod
|
||||
};
|
||||
|
||||
void NotifyController::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
Q_UNUSED(_o);
|
||||
Q_UNUSED(_id);
|
||||
Q_UNUSED(_c);
|
||||
Q_UNUSED(_a);
|
||||
}
|
||||
|
||||
QT_INIT_METAOBJECT const QMetaObject NotifyController::staticMetaObject = { {
|
||||
QMetaObject::SuperData::link<QObject::staticMetaObject>(),
|
||||
qt_meta_stringdata_NotifyController.data,
|
||||
qt_meta_data_NotifyController,
|
||||
qt_static_metacall,
|
||||
nullptr,
|
||||
nullptr
|
||||
} };
|
||||
|
||||
|
||||
const QMetaObject *NotifyController::metaObject() const
|
||||
{
|
||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||||
}
|
||||
|
||||
void *NotifyController::qt_metacast(const char *_clname)
|
||||
{
|
||||
if (!_clname) return nullptr;
|
||||
if (!strcmp(_clname, qt_meta_stringdata_NotifyController.stringdata0))
|
||||
return static_cast<void*>(this);
|
||||
return QObject::qt_metacast(_clname);
|
||||
}
|
||||
|
||||
int NotifyController::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
{
|
||||
_id = QObject::qt_metacall(_c, _id, _a);
|
||||
return _id;
|
||||
}
|
||||
QT_WARNING_POP
|
||||
QT_END_MOC_NAMESPACE
|
||||
BIN
debug/moc_notifycontroller.o
Normal file
BIN
debug/moc_notifycontroller.o
Normal file
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[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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
debug/notifycontroller.o
Normal file
BIN
debug/notifycontroller.o
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user