ref: segregate systems, codestyle, busy message

This commit is contained in:
semenov
2024-12-27 15:41:41 +03:00
parent fc7f311d1e
commit f444b48892
103 changed files with 4756 additions and 2763 deletions

View File

@@ -23,8 +23,8 @@ QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_RecognizeSystem_t {
QByteArrayData data[22];
char stringdata0[321];
QByteArrayData data[23];
char stringdata0[343];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
@@ -54,7 +54,8 @@ QT_MOC_LITERAL(17, 236, 8), // "waitTime"
QT_MOC_LITERAL(18, 245, 15), // "sigStartCompare"
QT_MOC_LITERAL(19, 261, 17), // "sigShowServerList"
QT_MOC_LITERAL(20, 279, 29), // "QList<StreamingVersionData*>*"
QT_MOC_LITERAL(21, 309, 11) // "serverDatas"
QT_MOC_LITERAL(21, 309, 11), // "serverDatas"
QT_MOC_LITERAL(22, 321, 21) // "sigAnimationActivated"
},
"RecognizeSystem\0sigUpdateBytesAvailable\0"
@@ -64,7 +65,8 @@ QT_MOC_LITERAL(21, 309, 11) // "serverDatas"
"sigSaveLoginData\0ServerAuthorization*\0"
"serverAuth\0sigSocketWaitForReadyRead\0"
"waitTime\0sigStartCompare\0sigShowServerList\0"
"QList<StreamingVersionData*>*\0serverDatas"
"QList<StreamingVersionData*>*\0serverDatas\0"
"sigAnimationActivated"
};
#undef QT_MOC_LITERAL
@@ -74,24 +76,25 @@ static const uint qt_meta_data_RecognizeSystem[] = {
8, // revision
0, // classname
0, 0, // classinfo
10, 14, // methods
11, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
10, // signalCount
11, // signalCount
// signals: name, argc, parameters, tag, flags
1, 0, 64, 2, 0x06 /* Public */,
3, 0, 65, 2, 0x06 /* Public */,
4, 4, 66, 2, 0x06 /* Public */,
9, 1, 75, 2, 0x06 /* Public */,
11, 0, 78, 2, 0x06 /* Public */,
12, 0, 79, 2, 0x06 /* Public */,
13, 1, 80, 2, 0x06 /* Public */,
16, 1, 83, 2, 0x06 /* Public */,
18, 0, 86, 2, 0x06 /* Public */,
19, 1, 87, 2, 0x06 /* Public */,
1, 0, 69, 2, 0x06 /* Public */,
3, 0, 70, 2, 0x06 /* Public */,
4, 4, 71, 2, 0x06 /* Public */,
9, 1, 80, 2, 0x06 /* Public */,
11, 0, 83, 2, 0x06 /* Public */,
12, 0, 84, 2, 0x06 /* Public */,
13, 1, 85, 2, 0x06 /* Public */,
16, 1, 88, 2, 0x06 /* Public */,
18, 0, 91, 2, 0x06 /* Public */,
19, 1, 92, 2, 0x06 /* Public */,
22, 1, 95, 2, 0x06 /* Public */,
// signals: parameters
QMetaType::Void,
@@ -104,6 +107,7 @@ static const uint qt_meta_data_RecognizeSystem[] = {
QMetaType::Void, QMetaType::Int, 17,
QMetaType::Void,
QMetaType::Void, 0x80000000 | 20, 21,
QMetaType::Void, QMetaType::Bool, 5,
0 // eod
};
@@ -124,6 +128,7 @@ void RecognizeSystem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int
case 7: _t->sigSocketWaitForReadyRead((*reinterpret_cast< int(*)>(_a[1]))); break;
case 8: _t->sigStartCompare(); break;
case 9: _t->sigShowServerList((*reinterpret_cast< QList<StreamingVersionData*>*(*)>(_a[1]))); break;
case 10: _t->sigAnimationActivated((*reinterpret_cast< bool(*)>(_a[1]))); break;
default: ;
}
} else if (_c == QMetaObject::IndexOfMethod) {
@@ -198,6 +203,13 @@ void RecognizeSystem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int
return;
}
}
{
using _t = void (RecognizeSystem::*)(bool );
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&RecognizeSystem::sigAnimationActivated)) {
*result = 10;
return;
}
}
}
}
@@ -230,13 +242,13 @@ int RecognizeSystem::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 10)
if (_id < 11)
qt_static_metacall(this, _c, _id, _a);
_id -= 10;
_id -= 11;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 10)
if (_id < 11)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 10;
_id -= 11;
}
return _id;
}
@@ -305,5 +317,12 @@ void RecognizeSystem::sigShowServerList(QList<StreamingVersionData*> * _t1)
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 9, _a);
}
// SIGNAL 10
void RecognizeSystem::sigAnimationActivated(bool _t1)
{
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
QMetaObject::activate(this, &staticMetaObject, 10, _a);
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE