10#include "../../../deconz/aps_controller.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'aps_controller.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.10. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[18];
26 char stringdata0[328];
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_deCONZ__ApsController_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
35QT_MOC_LITERAL(0, 0, 21),
36QT_MOC_LITERAL(1, 22, 16),
37QT_MOC_LITERAL(2, 39, 0),
38QT_MOC_LITERAL(3, 40, 22),
39QT_MOC_LITERAL(4, 63, 19),
40QT_MOC_LITERAL(5, 83, 25),
41QT_MOC_LITERAL(6, 109, 24),
42QT_MOC_LITERAL(7, 134, 22),
43QT_MOC_LITERAL(8, 157, 9),
44QT_MOC_LITERAL(9, 167, 17),
45QT_MOC_LITERAL(10, 185, 20),
46QT_MOC_LITERAL(11, 206, 25),
47QT_MOC_LITERAL(12, 232, 18),
48QT_MOC_LITERAL(13, 251, 19),
49QT_MOC_LITERAL(14, 271, 18),
50QT_MOC_LITERAL(15, 290, 18),
51QT_MOC_LITERAL(16, 309, 4),
52QT_MOC_LITERAL(17, 314, 13)
55 "deCONZ::ApsController\0apsdeDataConfirm\0"
56 "\0deCONZ::ApsDataConfirm\0apsdeDataIndication\0"
57 "deCONZ::ApsDataIndication\0"
58 "apsdeDataRequestEnqueued\0"
59 "deCONZ::ApsDataRequest\0nodeEvent\0"
60 "deCONZ::NodeEvent\0configurationChanged\0"
61 "networkStateChangeRequest\0sourceRouteCreated\0"
62 "deCONZ::SourceRoute\0sourceRouteChanged\0"
63 "sourceRouteDeleted\0uuid\0nodesRestored"
67static const uint qt_meta_data_deCONZ__ApsController[] = {
93 QMetaType::Void, 0x80000000 | 3, 2,
94 QMetaType::Void, 0x80000000 | 5, 2,
95 QMetaType::Void, 0x80000000 | 7, 2,
96 QMetaType::Void, 0x80000000 | 9, 2,
98 QMetaType::Void, QMetaType::Bool, 2,
99 QMetaType::Void, 0x80000000 | 13, 2,
100 QMetaType::Void, 0x80000000 | 13, 2,
101 QMetaType::Void, QMetaType::QString, 16,
107void deCONZ::ApsController::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
109 if (_c == QMetaObject::InvokeMetaMethod) {
115 case 2: _t->apsdeDataRequestEnqueued((*
reinterpret_cast< const deCONZ::ApsDataRequest(*)
>(_a[1])));
break;
116 case 3: _t->nodeEvent((*
reinterpret_cast< const deCONZ::NodeEvent(*)
>(_a[1])));
break;
117 case 4: _t->configurationChanged();
break;
118 case 5: _t->networkStateChangeRequest((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
119 case 6: _t->sourceRouteCreated((*
reinterpret_cast< const deCONZ::SourceRoute(*)
>(_a[1])));
break;
120 case 7: _t->sourceRouteChanged((*
reinterpret_cast< const deCONZ::SourceRoute(*)
>(_a[1])));
break;
121 case 8: _t->sourceRouteDeleted((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
122 case 9: _t->nodesRestored();
break;
125 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
127 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
129 switch (*
reinterpret_cast<int*
>(_a[1])) {
130 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
132 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< deCONZ::ApsDataConfirm >();
break;
136 switch (*
reinterpret_cast<int*
>(_a[1])) {
137 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
139 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< deCONZ::ApsDataIndication >();
break;
143 switch (*
reinterpret_cast<int*
>(_a[1])) {
144 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
146 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< deCONZ::ApsDataRequest >();
break;
150 }
else if (_c == QMetaObject::IndexOfMethod) {
151 int *result =
reinterpret_cast<int *
>(_a[0]);
153 using _t = void (ApsController::*)(const
deCONZ::ApsDataConfirm & );
160 using _t = void (ApsController::*)(const
deCONZ::ApsDataIndication & );
167 using _t = void (ApsController::*)(const
deCONZ::ApsDataRequest & );
174 using _t = void (ApsController::*)(const
deCONZ::NodeEvent & );
181 using _t = void (ApsController::*)();
188 using _t = void (ApsController::*)(bool );
195 using _t = void (ApsController::*)(const
deCONZ::SourceRoute & );
202 using _t = void (ApsController::*)(const
deCONZ::SourceRoute & );
209 using _t = void (ApsController::*)(const QString & );
216 using _t = void (ApsController::*)();
225QT_INIT_METAOBJECT
const QMetaObject deCONZ::ApsController::staticMetaObject = { {
226 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
227 qt_meta_stringdata_deCONZ__ApsController.data,
228 qt_meta_data_deCONZ__ApsController,
235const QMetaObject *deCONZ::ApsController::metaObject()
const
237 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
240void *deCONZ::ApsController::qt_metacast(
const char *_clname)
242 if (!_clname)
return nullptr;
243 if (!strcmp(_clname, qt_meta_stringdata_deCONZ__ApsController.stringdata0))
244 return static_cast<void*
>(
this);
245 return QObject::qt_metacast(_clname);
248int deCONZ::ApsController::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
250 _id = QObject::qt_metacall(_c, _id, _a);
253 if (_c == QMetaObject::InvokeMetaMethod) {
255 qt_static_metacall(
this, _c, _id, _a);
257 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
259 qt_static_metacall(
this, _c, _id, _a);
268 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
269 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
275 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
276 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
282 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
283 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
289 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
290 QMetaObject::activate(
this, &staticMetaObject, 3, _a);
296 QMetaObject::activate(
this, &staticMetaObject, 4,
nullptr);
302 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
303 QMetaObject::activate(
this, &staticMetaObject, 5, _a);
309 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
310 QMetaObject::activate(
this, &staticMetaObject, 6, _a);
316 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
317 QMetaObject::activate(
this, &staticMetaObject, 7, _a);
323 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
324 QMetaObject::activate(
this, &staticMetaObject, 8, _a);
330 QMetaObject::activate(
this, &staticMetaObject, 9,
nullptr);
void sourceRouteCreated(const deCONZ::SourceRoute &)
Is emitted when a new source route is created.
Definition moc_aps_controller.cpp:307
void sourceRouteDeleted(const QString &uuid)
Is emitted when a source route is deleted.
Definition moc_aps_controller.cpp:321
void networkStateChangeRequest(bool)
Is emitted when the user requested network state change.
Definition moc_aps_controller.cpp:300
void apsdeDataConfirm(const deCONZ::ApsDataConfirm &)
Is emitted on the reception of a APSDE-DATA.confirm primitive.
Definition moc_aps_controller.cpp:266
void apsdeDataRequestEnqueued(const deCONZ::ApsDataRequest &)
Is emitted when a APSDE-DATA.request primitive was added to the queue.
Definition moc_aps_controller.cpp:280
void nodesRestored()
Is emitted when the controller has restored all nodes from database.
Definition moc_aps_controller.cpp:328
void nodeEvent(const deCONZ::NodeEvent &)
Is emitted on changes in the nodecache or user interactions.
Definition moc_aps_controller.cpp:287
void sourceRouteChanged(const deCONZ::SourceRoute &)
Is emitted when a source route was changed.
Definition moc_aps_controller.cpp:314
ApsController(QObject *parent)
Constructor.
void configurationChanged()
Is emitted when the configuration changed via deCONZ network settings or any other means.
Definition moc_aps_controller.cpp:294
void apsdeDataIndication(const deCONZ::ApsDataIndication &)
Is emitted on the reception of a APSDE-DATA.indication primitive.
Definition moc_aps_controller.cpp:273
APSDE-DATA.confirm primitive.
Definition aps.h:352
APSDE-DATA.indication primitive.
Definition aps.h:408
APSDE-DATA.request primitive.
Definition aps.h:227
The deCONZ namespace.
Definition aps.cpp:19