93 lines
2.7 KiB
C++
93 lines
2.7 KiB
C++
/****************************************************************************
|
|
** Meta object code from reading C++ file 'smartchargingstate.h'
|
|
**
|
|
** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.2)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
|
|
#include "../../energyplugin/types/smartchargingstate.h"
|
|
#include <QtCore/qmetatype.h>
|
|
|
|
#include <QtCore/qtmochelpers.h>
|
|
|
|
#include <memory>
|
|
|
|
|
|
#include <QtCore/qxptype_traits.h>
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#error "The header file 'smartchargingstate.h' doesn't include <QObject>."
|
|
#elif Q_MOC_OUTPUT_REVISION != 68
|
|
#error "This file was generated using the moc from 6.8.2. It"
|
|
#error "cannot be used with the include files from this version of Qt."
|
|
#error "(The moc has changed too much.)"
|
|
#endif
|
|
|
|
#ifndef Q_CONSTINIT
|
|
#define Q_CONSTINIT
|
|
#endif
|
|
|
|
QT_WARNING_PUSH
|
|
QT_WARNING_DISABLE_DEPRECATED
|
|
QT_WARNING_DISABLE_GCC("-Wuseless-cast")
|
|
namespace {
|
|
struct qt_meta_tag_ZN18SmartChargingStateE_t {};
|
|
} // unnamed namespace
|
|
|
|
|
|
#ifdef QT_MOC_HAS_STRINGDATA
|
|
static constexpr auto qt_meta_stringdata_ZN18SmartChargingStateE = QtMocHelpers::stringData(
|
|
"SmartChargingState",
|
|
"overloadProtectionActive"
|
|
);
|
|
#else // !QT_MOC_HAS_STRINGDATA
|
|
#error "qtmochelpers.h not found or too old."
|
|
#endif // !QT_MOC_HAS_STRINGDATA
|
|
|
|
Q_CONSTINIT static const uint qt_meta_data_ZN18SmartChargingStateE[] = {
|
|
|
|
// content:
|
|
12, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
0, 0, // methods
|
|
1, 14, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
4, // flags
|
|
0, // signalCount
|
|
|
|
// properties: name, type, flags, notifyId, revision
|
|
1, QMetaType::Bool, 0x00015001, uint(-1), 0,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
Q_CONSTINIT const QMetaObject SmartChargingState::staticMetaObject = { {
|
|
nullptr,
|
|
qt_meta_stringdata_ZN18SmartChargingStateE.offsetsAndSizes,
|
|
qt_meta_data_ZN18SmartChargingStateE,
|
|
qt_static_metacall,
|
|
nullptr,
|
|
qt_incomplete_metaTypeArray<qt_meta_tag_ZN18SmartChargingStateE_t,
|
|
// property 'overloadProtectionActive'
|
|
QtPrivate::TypeAndForceComplete<bool, std::true_type>,
|
|
// Q_OBJECT / Q_GADGET
|
|
QtPrivate::TypeAndForceComplete<SmartChargingState, std::true_type>
|
|
>,
|
|
nullptr
|
|
} };
|
|
|
|
void SmartChargingState::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
auto *_t = reinterpret_cast<SmartChargingState *>(_o);
|
|
if (_c == QMetaObject::ReadProperty) {
|
|
void *_v = _a[0];
|
|
switch (_id) {
|
|
case 0: *reinterpret_cast< bool*>(_v) = _t->overloadProtectionActive(); break;
|
|
default: break;
|
|
}
|
|
}
|
|
}
|
|
QT_WARNING_POP
|