/**************************************************************************** ** Meta object code from reading C++ file 'widget.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../../npcomplete/widget.h" #include #include #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'widget.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 67 #error "This file was generated using the moc from 5.4.0. 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 struct qt_meta_stringdata_Widget_t { QByteArrayData data[13]; char stringdata[125]; }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ qptrdiff(offsetof(qt_meta_stringdata_Widget_t, stringdata) + ofs \ - idx * sizeof(QByteArrayData)) \ ) static const qt_meta_stringdata_Widget_t qt_meta_stringdata_Widget = { { QT_MOC_LITERAL(0, 0, 6), // "Widget" QT_MOC_LITERAL(1, 7, 15), // "nickNameChanged" QT_MOC_LITERAL(2, 23, 0), // "" QT_MOC_LITERAL(3, 24, 10), // "strNewName" QT_MOC_LITERAL(4, 35, 12), // "countChanged" QT_MOC_LITERAL(5, 48, 9), // "nNewCount" QT_MOC_LITERAL(6, 58, 12), // "valueChanged" QT_MOC_LITERAL(7, 71, 11), // "dblNewValue" QT_MOC_LITERAL(8, 83, 11), // "setNickName" QT_MOC_LITERAL(9, 95, 8), // "setCount" QT_MOC_LITERAL(10, 104, 8), // "nickName" QT_MOC_LITERAL(11, 113, 5), // "count" QT_MOC_LITERAL(12, 119, 5) // "value" }, "Widget\0nickNameChanged\0\0strNewName\0" "countChanged\0nNewCount\0valueChanged\0" "dblNewValue\0setNickName\0setCount\0" "nickName\0count\0value" }; #undef QT_MOC_LITERAL static const uint qt_meta_data_Widget[] = { // content: 7, // revision 0, // classname 0, 0, // classinfo 5, 14, // methods 3, 54, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 3, // signalCount // signals: name, argc, parameters, tag, flags 1, 1, 39, 2, 0x06 /* Public */, 4, 1, 42, 2, 0x06 /* Public */, 6, 1, 45, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags 8, 1, 48, 2, 0x0a /* Public */, 9, 1, 51, 2, 0x0a /* Public */, // signals: parameters QMetaType::Void, QMetaType::QString, 3, QMetaType::Void, QMetaType::Int, 5, QMetaType::Void, QMetaType::Double, 7, // slots: parameters QMetaType::Void, QMetaType::QString, 3, QMetaType::Void, QMetaType::Int, 5, // properties: name, type, flags 10, QMetaType::QString, 0x00495103, 11, QMetaType::Int, 0x00495103, 12, QMetaType::Double, 0x00495003, // properties: notify_signal_id 0, 1, 2, 0 // eod }; void Widget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) { if (_c == QMetaObject::InvokeMetaMethod) { Widget *_t = static_cast(_o); switch (_id) { case 0: _t->nickNameChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 1: _t->countChanged((*reinterpret_cast< int(*)>(_a[1]))); break; case 2: _t->valueChanged((*reinterpret_cast< double(*)>(_a[1]))); break; case 3: _t->setNickName((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 4: _t->setCount((*reinterpret_cast< int(*)>(_a[1]))); break; default: ; } } else if (_c == QMetaObject::IndexOfMethod) { int *result = reinterpret_cast(_a[0]); void **func = reinterpret_cast(_a[1]); { typedef void (Widget::*_t)(const QString & ); if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Widget::nickNameChanged)) { *result = 0; } } { typedef void (Widget::*_t)(int ); if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Widget::countChanged)) { *result = 1; } } { typedef void (Widget::*_t)(double ); if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Widget::valueChanged)) { *result = 2; } } } } const QMetaObject Widget::staticMetaObject = { { &QWidget::staticMetaObject, qt_meta_stringdata_Widget.data, qt_meta_data_Widget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} }; const QMetaObject *Widget::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; } void *Widget::qt_metacast(const char *_clname) { if (!_clname) return Q_NULLPTR; if (!strcmp(_clname, qt_meta_stringdata_Widget.stringdata)) return static_cast(const_cast< Widget*>(this)); return QWidget::qt_metacast(_clname); } int Widget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QWidget::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { if (_id < 5) qt_static_metacall(this, _c, _id, _a); _id -= 5; } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { if (_id < 5) *reinterpret_cast(_a[0]) = -1; _id -= 5; } #ifndef QT_NO_PROPERTIES else if (_c == QMetaObject::ReadProperty) { void *_v = _a[0]; switch (_id) { case 0: *reinterpret_cast< QString*>(_v) = nickName(); break; case 1: *reinterpret_cast< int*>(_v) = count(); break; case 2: *reinterpret_cast< double*>(_v) = m_value; break; default: break; } _id -= 3; } else if (_c == QMetaObject::WriteProperty) { void *_v = _a[0]; switch (_id) { case 0: setNickName(*reinterpret_cast< QString*>(_v)); break; case 1: setCount(*reinterpret_cast< int*>(_v)); break; case 2: if (m_value != *reinterpret_cast< double*>(_v)) { m_value = *reinterpret_cast< double*>(_v); Q_EMIT valueChanged(m_value); } break; default: break; } _id -= 3; } else if (_c == QMetaObject::ResetProperty) { _id -= 3; } else if (_c == QMetaObject::QueryPropertyDesignable) { _id -= 3; } else if (_c == QMetaObject::QueryPropertyScriptable) { _id -= 3; } else if (_c == QMetaObject::QueryPropertyStored) { _id -= 3; } else if (_c == QMetaObject::QueryPropertyEditable) { _id -= 3; } else if (_c == QMetaObject::QueryPropertyUser) { _id -= 3; } else if (_c == QMetaObject::RegisterPropertyMetaType) { if (_id < 3) *reinterpret_cast(_a[0]) = -1; _id -= 3; } #endif // QT_NO_PROPERTIES return _id; } // SIGNAL 0 void Widget::nickNameChanged(const QString & _t1) { void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void Widget::countChanged(int _t1) { void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } // SIGNAL 2 void Widget::valueChanged(double _t1) { void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 2, _a); } QT_END_MOC_NAMESPACE