9 #include "../rlistwidget.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'rlistwidget.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.7.1. It"
16 #error "cannot be used with the include files from this version of Qt."
17 #error "(The moc has changed too much.)"
20 QT_BEGIN_MOC_NAMESPACE
25 #define QT_MOC_LITERAL(idx, ofs, len) \
26 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27 qptrdiff(offsetof(qt_meta_stringdata_RListWidget_t, stringdata0) + ofs \
28 - idx * sizeof(QByteArrayData)) \
42 "RListWidget\0orderChanged\0\0timerTick\0"
43 "enter\0QListWidgetItem*\0item\0change"
73 QMetaType::Void, 0x80000000 | 5, 6,
74 QMetaType::Void, 0x80000000 | 5, 6,
79 void RListWidget::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
81 if (_c == QMetaObject::InvokeMetaMethod) {
87 case 2: _t->
enter((*
reinterpret_cast< QListWidgetItem*(*)
>(_a[1])));
break;
88 case 3: _t->
change((*
reinterpret_cast< QListWidgetItem*(*)
>(_a[1])));
break;
91 }
else if (_c == QMetaObject::IndexOfMethod) {
92 int *result =
reinterpret_cast<int *
>(_a[0]);
93 void **func =
reinterpret_cast<void **
>(_a[1]);
104 const QMetaObject RListWidget::staticMetaObject = {
105 { &QListWidget::staticMetaObject, qt_meta_stringdata_RListWidget.
data,
110 const QMetaObject *RListWidget::metaObject()
const
112 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115 void *RListWidget::qt_metacast(
const char *_clname)
117 if (!_clname)
return Q_NULLPTR;
118 if (!strcmp(_clname, qt_meta_stringdata_RListWidget.
stringdata0))
119 return static_cast<void*
>(
const_cast< RListWidget*
>(
this));
120 return QListWidget::qt_metacast(_clname);
123 int RListWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
125 _id = QListWidget::qt_metacall(_c, _id, _a);
128 if (_c == QMetaObject::InvokeMetaMethod) {
130 qt_static_metacall(
this, _c, _id, _a);
132 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
134 *
reinterpret_cast<int*
>(_a[0]) = -1;
143 QMetaObject::activate(
this, &staticMetaObject, 0, Q_NULLPTR);