mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
957 lines
26 KiB
C++
957 lines
26 KiB
C++
/****************************************************************************
|
|
** Meta object code from reading C++ file 'controls.h'
|
|
**
|
|
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.8)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
|
|
#include "controls.h"
|
|
#include <QtCore/qbytearray.h>
|
|
#include <QtCore/qmetatype.h>
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#error "The header file 'controls.h' doesn't include <QObject>."
|
|
#elif Q_MOC_OUTPUT_REVISION != 67
|
|
#error "This file was generated using the moc from 5.12.8. 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_ElidedLabel_t {
|
|
QByteArrayData data[3];
|
|
char stringdata0[21];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_ElidedLabel_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_ElidedLabel_t qt_meta_stringdata_ElidedLabel = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 11), // "ElidedLabel"
|
|
QT_MOC_LITERAL(1, 12, 7), // "clicked"
|
|
QT_MOC_LITERAL(2, 20, 0) // ""
|
|
|
|
},
|
|
"ElidedLabel\0clicked\0"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_ElidedLabel[] = {
|
|
|
|
// content:
|
|
8, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
1, 14, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
1, // signalCount
|
|
|
|
// signals: name, argc, parameters, tag, flags
|
|
1, 0, 19, 2, 0x06 /* Public */,
|
|
|
|
// signals: parameters
|
|
QMetaType::Void,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
void ElidedLabel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
auto *_t = static_cast<ElidedLabel *>(_o);
|
|
Q_UNUSED(_t)
|
|
switch (_id) {
|
|
case 0: _t->clicked(); break;
|
|
default: ;
|
|
}
|
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
|
int *result = reinterpret_cast<int *>(_a[0]);
|
|
{
|
|
using _t = void (ElidedLabel::*)();
|
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ElidedLabel::clicked)) {
|
|
*result = 0;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
Q_UNUSED(_a);
|
|
}
|
|
|
|
QT_INIT_METAOBJECT const QMetaObject ElidedLabel::staticMetaObject = { {
|
|
&QLabel::staticMetaObject,
|
|
qt_meta_stringdata_ElidedLabel.data,
|
|
qt_meta_data_ElidedLabel,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *ElidedLabel::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *ElidedLabel::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_ElidedLabel.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return QLabel::qt_metacast(_clname);
|
|
}
|
|
|
|
int ElidedLabel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QLabel::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
if (_id < 1)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 1;
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
if (_id < 1)
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
_id -= 1;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void ElidedLabel::clicked()
|
|
{
|
|
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
|
|
}
|
|
struct qt_meta_stringdata_AbstractControl_t {
|
|
QByteArrayData data[5];
|
|
char stringdata0[75];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_AbstractControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_AbstractControl_t qt_meta_stringdata_AbstractControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 15), // "AbstractControl"
|
|
QT_MOC_LITERAL(1, 16, 20), // "showDescriptionEvent"
|
|
QT_MOC_LITERAL(2, 37, 0), // ""
|
|
QT_MOC_LITERAL(3, 38, 20), // "hideDescriptionEvent"
|
|
QT_MOC_LITERAL(4, 59, 15) // "showDescription"
|
|
|
|
},
|
|
"AbstractControl\0showDescriptionEvent\0"
|
|
"\0hideDescriptionEvent\0showDescription"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_AbstractControl[] = {
|
|
|
|
// content:
|
|
8, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
3, 14, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
2, // signalCount
|
|
|
|
// signals: name, argc, parameters, tag, flags
|
|
1, 0, 29, 2, 0x06 /* Public */,
|
|
3, 0, 30, 2, 0x06 /* Public */,
|
|
|
|
// slots: name, argc, parameters, tag, flags
|
|
4, 0, 31, 2, 0x0a /* Public */,
|
|
|
|
// signals: parameters
|
|
QMetaType::Void,
|
|
QMetaType::Void,
|
|
|
|
// slots: parameters
|
|
QMetaType::Void,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
void AbstractControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
auto *_t = static_cast<AbstractControl *>(_o);
|
|
Q_UNUSED(_t)
|
|
switch (_id) {
|
|
case 0: _t->showDescriptionEvent(); break;
|
|
case 1: _t->hideDescriptionEvent(); break;
|
|
case 2: _t->showDescription(); break;
|
|
default: ;
|
|
}
|
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
|
int *result = reinterpret_cast<int *>(_a[0]);
|
|
{
|
|
using _t = void (AbstractControl::*)();
|
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AbstractControl::showDescriptionEvent)) {
|
|
*result = 0;
|
|
return;
|
|
}
|
|
}
|
|
{
|
|
using _t = void (AbstractControl::*)();
|
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&AbstractControl::hideDescriptionEvent)) {
|
|
*result = 1;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
Q_UNUSED(_a);
|
|
}
|
|
|
|
QT_INIT_METAOBJECT const QMetaObject AbstractControl::staticMetaObject = { {
|
|
&QFrame::staticMetaObject,
|
|
qt_meta_stringdata_AbstractControl.data,
|
|
qt_meta_data_AbstractControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *AbstractControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *AbstractControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_AbstractControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return QFrame::qt_metacast(_clname);
|
|
}
|
|
|
|
int AbstractControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QFrame::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
if (_id < 3)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 3;
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
if (_id < 3)
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
_id -= 3;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void AbstractControl::showDescriptionEvent()
|
|
{
|
|
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
|
|
}
|
|
|
|
// SIGNAL 1
|
|
void AbstractControl::hideDescriptionEvent()
|
|
{
|
|
QMetaObject::activate(this, &staticMetaObject, 1, nullptr);
|
|
}
|
|
struct qt_meta_stringdata_LabelControl_t {
|
|
QByteArrayData data[1];
|
|
char stringdata0[13];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_LabelControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_LabelControl_t qt_meta_stringdata_LabelControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 12) // "LabelControl"
|
|
|
|
},
|
|
"LabelControl"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_LabelControl[] = {
|
|
|
|
// 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 LabelControl::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 LabelControl::staticMetaObject = { {
|
|
&AbstractControl::staticMetaObject,
|
|
qt_meta_stringdata_LabelControl.data,
|
|
qt_meta_data_LabelControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *LabelControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *LabelControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_LabelControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return AbstractControl::qt_metacast(_clname);
|
|
}
|
|
|
|
int LabelControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = AbstractControl::qt_metacall(_c, _id, _a);
|
|
return _id;
|
|
}
|
|
struct qt_meta_stringdata_ButtonControl_t {
|
|
QByteArrayData data[5];
|
|
char stringdata0[42];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_ButtonControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_ButtonControl_t qt_meta_stringdata_ButtonControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 13), // "ButtonControl"
|
|
QT_MOC_LITERAL(1, 14, 7), // "clicked"
|
|
QT_MOC_LITERAL(2, 22, 0), // ""
|
|
QT_MOC_LITERAL(3, 23, 10), // "setEnabled"
|
|
QT_MOC_LITERAL(4, 34, 7) // "enabled"
|
|
|
|
},
|
|
"ButtonControl\0clicked\0\0setEnabled\0"
|
|
"enabled"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_ButtonControl[] = {
|
|
|
|
// content:
|
|
8, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
2, 14, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
1, // signalCount
|
|
|
|
// signals: name, argc, parameters, tag, flags
|
|
1, 0, 24, 2, 0x06 /* Public */,
|
|
|
|
// slots: name, argc, parameters, tag, flags
|
|
3, 1, 25, 2, 0x0a /* Public */,
|
|
|
|
// signals: parameters
|
|
QMetaType::Void,
|
|
|
|
// slots: parameters
|
|
QMetaType::Void, QMetaType::Bool, 4,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
void ButtonControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
auto *_t = static_cast<ButtonControl *>(_o);
|
|
Q_UNUSED(_t)
|
|
switch (_id) {
|
|
case 0: _t->clicked(); break;
|
|
case 1: _t->setEnabled((*reinterpret_cast< bool(*)>(_a[1]))); break;
|
|
default: ;
|
|
}
|
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
|
int *result = reinterpret_cast<int *>(_a[0]);
|
|
{
|
|
using _t = void (ButtonControl::*)();
|
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ButtonControl::clicked)) {
|
|
*result = 0;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
QT_INIT_METAOBJECT const QMetaObject ButtonControl::staticMetaObject = { {
|
|
&AbstractControl::staticMetaObject,
|
|
qt_meta_stringdata_ButtonControl.data,
|
|
qt_meta_data_ButtonControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *ButtonControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *ButtonControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_ButtonControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return AbstractControl::qt_metacast(_clname);
|
|
}
|
|
|
|
int ButtonControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = AbstractControl::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
if (_id < 2)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 2;
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
if (_id < 2)
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
_id -= 2;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void ButtonControl::clicked()
|
|
{
|
|
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
|
|
}
|
|
struct qt_meta_stringdata_ToggleControl_t {
|
|
QByteArrayData data[4];
|
|
char stringdata0[35];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_ToggleControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_ToggleControl_t qt_meta_stringdata_ToggleControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 13), // "ToggleControl"
|
|
QT_MOC_LITERAL(1, 14, 13), // "toggleFlipped"
|
|
QT_MOC_LITERAL(2, 28, 0), // ""
|
|
QT_MOC_LITERAL(3, 29, 5) // "state"
|
|
|
|
},
|
|
"ToggleControl\0toggleFlipped\0\0state"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_ToggleControl[] = {
|
|
|
|
// content:
|
|
8, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
1, 14, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
1, // signalCount
|
|
|
|
// signals: name, argc, parameters, tag, flags
|
|
1, 1, 19, 2, 0x06 /* Public */,
|
|
|
|
// signals: parameters
|
|
QMetaType::Void, QMetaType::Bool, 3,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
void ToggleControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
auto *_t = static_cast<ToggleControl *>(_o);
|
|
Q_UNUSED(_t)
|
|
switch (_id) {
|
|
case 0: _t->toggleFlipped((*reinterpret_cast< bool(*)>(_a[1]))); break;
|
|
default: ;
|
|
}
|
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
|
int *result = reinterpret_cast<int *>(_a[0]);
|
|
{
|
|
using _t = void (ToggleControl::*)(bool );
|
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&ToggleControl::toggleFlipped)) {
|
|
*result = 0;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
QT_INIT_METAOBJECT const QMetaObject ToggleControl::staticMetaObject = { {
|
|
&AbstractControl::staticMetaObject,
|
|
qt_meta_stringdata_ToggleControl.data,
|
|
qt_meta_data_ToggleControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *ToggleControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *ToggleControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_ToggleControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return AbstractControl::qt_metacast(_clname);
|
|
}
|
|
|
|
int ToggleControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = AbstractControl::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
if (_id < 1)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 1;
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
if (_id < 1)
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
_id -= 1;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void ToggleControl::toggleFlipped(bool _t1)
|
|
{
|
|
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|
QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
|
}
|
|
struct qt_meta_stringdata_ParamControl_t {
|
|
QByteArrayData data[1];
|
|
char stringdata0[13];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_ParamControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_ParamControl_t qt_meta_stringdata_ParamControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 12) // "ParamControl"
|
|
|
|
},
|
|
"ParamControl"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_ParamControl[] = {
|
|
|
|
// 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 ParamControl::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 ParamControl::staticMetaObject = { {
|
|
&ToggleControl::staticMetaObject,
|
|
qt_meta_stringdata_ParamControl.data,
|
|
qt_meta_data_ParamControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *ParamControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *ParamControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_ParamControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return ToggleControl::qt_metacast(_clname);
|
|
}
|
|
|
|
int ParamControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = ToggleControl::qt_metacall(_c, _id, _a);
|
|
return _id;
|
|
}
|
|
struct qt_meta_stringdata_MultiButtonControl_t {
|
|
QByteArrayData data[4];
|
|
char stringdata0[37];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_MultiButtonControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_MultiButtonControl_t qt_meta_stringdata_MultiButtonControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 18), // "MultiButtonControl"
|
|
QT_MOC_LITERAL(1, 19, 13), // "buttonClicked"
|
|
QT_MOC_LITERAL(2, 33, 0), // ""
|
|
QT_MOC_LITERAL(3, 34, 2) // "id"
|
|
|
|
},
|
|
"MultiButtonControl\0buttonClicked\0\0id"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_MultiButtonControl[] = {
|
|
|
|
// content:
|
|
8, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
1, 14, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
0, // flags
|
|
1, // signalCount
|
|
|
|
// signals: name, argc, parameters, tag, flags
|
|
1, 1, 19, 2, 0x06 /* Public */,
|
|
|
|
// signals: parameters
|
|
QMetaType::Void, QMetaType::Int, 3,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
void MultiButtonControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
auto *_t = static_cast<MultiButtonControl *>(_o);
|
|
Q_UNUSED(_t)
|
|
switch (_id) {
|
|
case 0: _t->buttonClicked((*reinterpret_cast< int(*)>(_a[1]))); break;
|
|
default: ;
|
|
}
|
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
|
int *result = reinterpret_cast<int *>(_a[0]);
|
|
{
|
|
using _t = void (MultiButtonControl::*)(int );
|
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&MultiButtonControl::buttonClicked)) {
|
|
*result = 0;
|
|
return;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
QT_INIT_METAOBJECT const QMetaObject MultiButtonControl::staticMetaObject = { {
|
|
&AbstractControl::staticMetaObject,
|
|
qt_meta_stringdata_MultiButtonControl.data,
|
|
qt_meta_data_MultiButtonControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *MultiButtonControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *MultiButtonControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_MultiButtonControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return AbstractControl::qt_metacast(_clname);
|
|
}
|
|
|
|
int MultiButtonControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = AbstractControl::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
if (_id < 1)
|
|
qt_static_metacall(this, _c, _id, _a);
|
|
_id -= 1;
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
if (_id < 1)
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
_id -= 1;
|
|
}
|
|
return _id;
|
|
}
|
|
|
|
// SIGNAL 0
|
|
void MultiButtonControl::buttonClicked(int _t1)
|
|
{
|
|
void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|
QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
|
}
|
|
struct qt_meta_stringdata_ButtonParamControl_t {
|
|
QByteArrayData data[1];
|
|
char stringdata0[19];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_ButtonParamControl_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_ButtonParamControl_t qt_meta_stringdata_ButtonParamControl = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 18) // "ButtonParamControl"
|
|
|
|
},
|
|
"ButtonParamControl"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_ButtonParamControl[] = {
|
|
|
|
// 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 ButtonParamControl::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 ButtonParamControl::staticMetaObject = { {
|
|
&MultiButtonControl::staticMetaObject,
|
|
qt_meta_stringdata_ButtonParamControl.data,
|
|
qt_meta_data_ButtonParamControl,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *ButtonParamControl::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *ButtonParamControl::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_ButtonParamControl.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return MultiButtonControl::qt_metacast(_clname);
|
|
}
|
|
|
|
int ButtonParamControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = MultiButtonControl::qt_metacall(_c, _id, _a);
|
|
return _id;
|
|
}
|
|
struct qt_meta_stringdata_ListWidget_t {
|
|
QByteArrayData data[1];
|
|
char stringdata0[11];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_ListWidget_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_ListWidget_t qt_meta_stringdata_ListWidget = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 10) // "ListWidget"
|
|
|
|
},
|
|
"ListWidget"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_ListWidget[] = {
|
|
|
|
// 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 ListWidget::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 ListWidget::staticMetaObject = { {
|
|
&QWidget::staticMetaObject,
|
|
qt_meta_stringdata_ListWidget.data,
|
|
qt_meta_data_ListWidget,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *ListWidget::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *ListWidget::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_ListWidget.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return QWidget::qt_metacast(_clname);
|
|
}
|
|
|
|
int ListWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QWidget::qt_metacall(_c, _id, _a);
|
|
return _id;
|
|
}
|
|
struct qt_meta_stringdata_LayoutWidget_t {
|
|
QByteArrayData data[1];
|
|
char stringdata0[13];
|
|
};
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
qptrdiff(offsetof(qt_meta_stringdata_LayoutWidget_t, stringdata0) + ofs \
|
|
- idx * sizeof(QByteArrayData)) \
|
|
)
|
|
static const qt_meta_stringdata_LayoutWidget_t qt_meta_stringdata_LayoutWidget = {
|
|
{
|
|
QT_MOC_LITERAL(0, 0, 12) // "LayoutWidget"
|
|
|
|
},
|
|
"LayoutWidget"
|
|
};
|
|
#undef QT_MOC_LITERAL
|
|
|
|
static const uint qt_meta_data_LayoutWidget[] = {
|
|
|
|
// 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 LayoutWidget::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 LayoutWidget::staticMetaObject = { {
|
|
&QWidget::staticMetaObject,
|
|
qt_meta_stringdata_LayoutWidget.data,
|
|
qt_meta_data_LayoutWidget,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
nullptr
|
|
} };
|
|
|
|
|
|
const QMetaObject *LayoutWidget::metaObject() const
|
|
{
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
}
|
|
|
|
void *LayoutWidget::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return nullptr;
|
|
if (!strcmp(_clname, qt_meta_stringdata_LayoutWidget.stringdata0))
|
|
return static_cast<void*>(this);
|
|
return QWidget::qt_metacast(_clname);
|
|
}
|
|
|
|
int LayoutWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QWidget::qt_metacall(_c, _id, _a);
|
|
return _id;
|
|
}
|
|
QT_WARNING_POP
|
|
QT_END_MOC_NAMESPACE
|