| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickopenglshadereffectnode_p.cpp |
| Source code | Switch to Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | /**************************************************************************** | - |
| 2 | ** Meta object code from reading C++ file 'qquickopenglshadereffectnode_p.h' | - |
| 3 | ** | - |
| 4 | ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.0) | - |
| 5 | ** | - |
| 6 | ** WARNING! All changes made in this file will be lost! | - |
| 7 | *****************************************************************************/ | - |
| 8 | - | |
| 9 | #include "../items/qquickopenglshadereffectnode_p.h" | - |
| 10 | #include <QtCore/qbytearray.h> | - |
| 11 | #include <QtCore/qmetatype.h> | - |
| 12 | #if !defined(Q_MOC_OUTPUT_REVISION) | - |
| 13 | #error "The header file 'qquickopenglshadereffectnode_p.h' doesn't include <QObject>." | - |
| 14 | #elif Q_MOC_OUTPUT_REVISION != 67 | - |
| 15 | #error "This file was generated using the moc from 5.12.0. It" | - |
| 16 | #error "cannot be used with the include files from this version of Qt." | - |
| 17 | #error "(The moc has changed too much.)" | - |
| 18 | #endif | - |
| 19 | - | |
| 20 | QT_BEGIN_MOC_NAMESPACE | - |
| 21 | QT_WARNING_PUSH | - |
| 22 | QT_WARNING_DISABLE_DEPRECATED | - |
| 23 | struct qt_meta_stringdata_QQuickOpenGLShaderEffectNode_t { | - |
| 24 | QByteArrayData data[8]; | - |
| 25 | char stringdata0[119]; | - |
| 26 | }; | - |
| 27 | #define QT_MOC_LITERAL(idx, ofs, len) \ | - |
| 28 | Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ | - |
| 29 | qptrdiff(offsetof(qt_meta_stringdata_QQuickOpenGLShaderEffectNode_t, stringdata0) + ofs \ | - |
| 30 | - idx * sizeof(QByteArrayData)) \ | - |
| 31 | ) | - |
| 32 | static const qt_meta_stringdata_QQuickOpenGLShaderEffectNode_t qt_meta_stringdata_QQuickOpenGLShaderEffectNode = { | - |
| 33 | { | - |
| 34 | QT_MOC_LITERAL(0, 0, 28), // "QQuickOpenGLShaderEffectNode" | - |
| 35 | QT_MOC_LITERAL(1, 29, 19), // "logAndStatusChanged" | - |
| 36 | QT_MOC_LITERAL(2, 49, 0), // "" | - |
| 37 | QT_MOC_LITERAL(3, 50, 6), // "status" | - |
| 38 | QT_MOC_LITERAL(4, 57, 12), // "dirtyTexture" | - |
| 39 | QT_MOC_LITERAL(5, 70, 16), // "markDirtyTexture" | - |
| 40 | QT_MOC_LITERAL(6, 87, 24), // "textureProviderDestroyed" | - |
| 41 | QT_MOC_LITERAL(7, 112, 6) // "object" | - |
| 42 | - | |
| 43 | }, | - |
| 44 | "QQuickOpenGLShaderEffectNode\0" | - |
| 45 | "logAndStatusChanged\0\0status\0dirtyTexture\0" | - |
| 46 | "markDirtyTexture\0textureProviderDestroyed\0" | - |
| 47 | "object" | - |
| 48 | }; | - |
| 49 | #undef QT_MOC_LITERAL | - |
| 50 | - | |
| 51 | static const uint qt_meta_data_QQuickOpenGLShaderEffectNode[] = { | - |
| 52 | - | |
| 53 | // content: | - |
| 54 | 7, // revision | - |
| 55 | 0, // classname | - |
| 56 | 0, 0, // classinfo | - |
| 57 | 4, 14, // methods | - |
| 58 | 0, 0, // properties | - |
| 59 | 0, 0, // enums/sets | - |
| 60 | 0, 0, // constructors | - |
| 61 | 0, // flags | - |
| 62 | 2, // signalCount | - |
| 63 | - | |
| 64 | // signals: name, argc, parameters, tag, flags | - |
| 65 | 1, 2, 34, 2, 0x06 /* Public */, | - |
| 66 | 4, 0, 39, 2, 0x06 /* Public */, | - |
| 67 | - | |
| 68 | // slots: name, argc, parameters, tag, flags | - |
| 69 | 5, 0, 40, 2, 0x08 /* Private */, | - |
| 70 | 6, 1, 41, 2, 0x08 /* Private */, | - |
| 71 | - | |
| 72 | // signals: parameters | - |
| 73 | QMetaType::Void, QMetaType::QString, QMetaType::Int, 2, 3, | - |
| 74 | QMetaType::Void, | - |
| 75 | - | |
| 76 | // slots: parameters | - |
| 77 | QMetaType::Void, | - |
| 78 | QMetaType::Void, QMetaType::QObjectStar, 7, | - |
| 79 | - | |
| 80 | 0 // eod | - |
| 81 | }; | - |
| 82 | - | |
| 83 | void QQuickOpenGLShaderEffectNode::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | - |
| 84 | { | - |
| 85 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 86 | QQuickOpenGLShaderEffectNode *_t = static_cast<QQuickOpenGLShaderEffectNode *>(_o); | - |
| 87 | Q_UNUSED(_t) | - |
| 88 | switch (_id) { | - |
| 89 | case 0: _t->logAndStatusChanged((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; | - |
| 90 | case 1: _t->dirtyTexture(); break; | - |
| 91 | case 2: _t->markDirtyTexture(); break; | - |
| 92 | case 3: _t->textureProviderDestroyed((*reinterpret_cast< QObject*(*)>(_a[1]))); break; | - |
| 93 | default: ; | - |
| 94 | } | - |
| 95 | } else if (_c == QMetaObject::IndexOfMethod) { | - |
| 96 | int *result = reinterpret_cast<int *>(_a[0]); | - |
| 97 | { | - |
| 98 | using _t = void (QQuickOpenGLShaderEffectNode::*)(const QString & , int ); | - |
| 99 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickOpenGLShaderEffectNode::logAndStatusChanged)) { | - |
| 100 | *result = 0; | - |
| 101 | return; | - |
| 102 | } | - |
| 103 | } | - |
| 104 | { | - |
| 105 | using _t = void (QQuickOpenGLShaderEffectNode::*)(); | - |
| 106 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickOpenGLShaderEffectNode::dirtyTexture)) { | - |
| 107 | *result = 1; | - |
| 108 | return; | - |
| 109 | } | - |
| 110 | } | - |
| 111 | } | - |
| 112 | } | - |
| 113 | - | |
| 114 | QT_INIT_METAOBJECT const QMetaObject QQuickOpenGLShaderEffectNode::staticMetaObject = { | - |
| 115 | { &QObject::staticMetaObject, qt_meta_stringdata_QQuickOpenGLShaderEffectNode.data, | - |
| 116 | qt_meta_data_QQuickOpenGLShaderEffectNode, qt_static_metacall, nullptr, nullptr} | - |
| 117 | }; | - |
| 118 | - | |
| 119 | - | |
| 120 | const QMetaObject *QQuickOpenGLShaderEffectNode::metaObject() const | - |
| 121 | { | - |
| 122 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | - |
| 123 | } | - |
| 124 | - | |
| 125 | void *QQuickOpenGLShaderEffectNode::qt_metacast(const char *_clname) | - |
| 126 | { | - |
| 127 | if (!_clname) return nullptr; | - |
| 128 | if (!strcmp(_clname, qt_meta_stringdata_QQuickOpenGLShaderEffectNode.stringdata0)) | - |
| 129 | return static_cast<void*>(this); | - |
| 130 | if (!strcmp(_clname, "QSGGeometryNode")) | - |
| 131 | return static_cast< QSGGeometryNode*>(this); | - |
| 132 | return QObject::qt_metacast(_clname); | - |
| 133 | } | - |
| 134 | - | |
| 135 | int QQuickOpenGLShaderEffectNode::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | - |
| 136 | { | - |
| 137 | _id = QObject::qt_metacall(_c, _id, _a); | - |
| 138 | if (_id < 0) | - |
| 139 | return _id; | - |
| 140 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 141 | if (_id < 4) | - |
| 142 | qt_static_metacall(this, _c, _id, _a); | - |
| 143 | _id -= 4; | - |
| 144 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { | - |
| 145 | if (_id < 4) | - |
| 146 | *reinterpret_cast<int*>(_a[0]) = -1; | - |
| 147 | _id -= 4; | - |
| 148 | } | - |
| 149 | return _id; | - |
| 150 | } | - |
| 151 | - | |
| 152 | // SIGNAL 0 | - |
| 153 | void QQuickOpenGLShaderEffectNode::logAndStatusChanged(const QString & _t1, int _t2) | - |
| 154 | { | - |
| 155 | void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) }; | - |
| 156 | QMetaObject::activate(this, &staticMetaObject, 0, _a); | - |
| 157 | } executed 54 times by 5 tests: end of blockExecuted by:
| 54 |
| 158 | - | |
| 159 | // SIGNAL 1 | - |
| 160 | void QQuickOpenGLShaderEffectNode::dirtyTexture() | - |
| 161 | { | - |
| 162 | QMetaObject::activate(this, &staticMetaObject, 1, nullptr); | - |
| 163 | } executed 266 times by 3 tests: end of blockExecuted by:
| 266 |
| 164 | QT_WARNING_POP | - |
| 165 | QT_END_MOC_NAMESPACE | - |
| Source code | Switch to Preprocessed file |