#include "qt_3d_core_c_global.h" #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr() { } Q_SIGNALS: void emit_(Qt3DCore::QJoint * arg0); }; #endif // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref() { } Q_SIGNALS: void emit_(QMatrix4x4 const & arg0); }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode() { } Q_SIGNALS: void emit_(Qt3DCore::QNode::PropertyTrackingMode arg0); }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr() { } Q_SIGNALS: void emit_(Qt3DCore::QEntity * arg0); }; #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr() { } Q_SIGNALS: void emit_(Qt3DCore::QAbstractSkeleton * arg0); }; #endif // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref() { } Q_SIGNALS: void emit_(QVector3D const & arg0); }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_float : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_float() { } Q_SIGNALS: void emit_(float arg0); }; #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status() { } Q_SIGNALS: void emit_(Qt3DCore::QSkeletonLoader::Status arg0); }; #endif // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_signal_wrapper.h". class ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref() { } Q_SIGNALS: void emit_(QQuaternion const & arg0); }; #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status(QObject* parent, void (*callback)(void *, Qt3DCore::QSkeletonLoader::Status), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, Qt3DCore::QSkeletonLoader::Status), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(Qt3DCore::QSkeletonLoader::Status arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), arg0); } } private: ritual::Callback m_callback; }; #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr(QObject* parent, void (*callback)(void *, Qt3DCore::QAbstractSkeleton *), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, Qt3DCore::QAbstractSkeleton *), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(Qt3DCore::QAbstractSkeleton * arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), arg0); } } private: ritual::Callback m_callback; }; #endif // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode(QObject* parent, void (*callback)(void *, Qt3DCore::QNode::PropertyTrackingMode), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, Qt3DCore::QNode::PropertyTrackingMode), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(Qt3DCore::QNode::PropertyTrackingMode arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), arg0); } } private: ritual::Callback m_callback; }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref(QObject* parent, void (*callback)(void *, QQuaternion const *), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, QQuaternion const *), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(QQuaternion const & arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), &arg0); } } private: ritual::Callback m_callback; }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr(QObject* parent, void (*callback)(void *, Qt3DCore::QEntity *), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, Qt3DCore::QEntity *), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(Qt3DCore::QEntity * arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), arg0); } } private: ritual::Callback m_callback; }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref(QObject* parent, void (*callback)(void *, QMatrix4x4 const *), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, QMatrix4x4 const *), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(QMatrix4x4 const & arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), &arg0); } } private: ritual::Callback m_callback; }; #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr(QObject* parent, void (*callback)(void *, Qt3DCore::QJoint *), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, Qt3DCore::QJoint *), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(Qt3DCore::QJoint * arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), arg0); } } private: ritual::Callback m_callback; }; #endif // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_float : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_float(QObject* parent, void (*callback)(void *, float), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, float), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(float arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), arg0); } } private: ritual::Callback m_callback; }; // Class generated by ritual. // See the template at "ritual/templates/c_lib/qt_slot_wrapper.h". class ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref : public QObject { Q_OBJECT public: ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref(QObject* parent, void (*callback)(void *, QVector3D const *), void (*deleter)(void*), void* data) : QObject(parent) { set(callback, deleter, data); } void set(void (*callback)(void *, QVector3D const *), void (*deleter)(void*), void* data) { m_callback.set(callback, deleter, data); } public Q_SLOTS: void slot_(QVector3D const & arg0) { auto callback = m_callback.get(); if (callback) { callback(m_callback.data(), &arg0); } } private: ritual::Callback m_callback; }; extern "C" { RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_staticMetaObject() { return &Qt3DCore::QAbstractAspect::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_staticMetaObject() { return &Qt3DCore::QAspectEngine::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QNode_staticMetaObject() { return &Qt3DCore::QNode::staticMetaObject; } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_id(Qt3DCore::QNodeIdTypePair const * this_ptr) { return &this_ptr->id; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_id_mut(Qt3DCore::QNodeIdTypePair * this_ptr) { return &this_ptr->id; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_set_Qt3DCore_QNodeIdTypePair_id(Qt3DCore::QNodeIdTypePair * this_ptr, Qt3DCore::QNodeId const * value) { this_ptr->id = *value; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_type(Qt3DCore::QNodeIdTypePair const * this_ptr) { return this_ptr->type; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_set_Qt3DCore_QNodeIdTypePair_type(Qt3DCore::QNodeIdTypePair * this_ptr, QMetaObject const * value) { this_ptr->type = value; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_staticMetaObject() { return &Qt3DCore::QComponent::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_staticMetaObject() { return &Qt3DCore::QEntity::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_staticMetaObject() { return &Qt3DCore::QTransform::staticMetaObject; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_QNodeId() { return new Qt3DCore::QNodeId(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_createId() { return new Qt3DCore::QNodeId(Qt3DCore::QNodeId::createId()); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_isNull(Qt3DCore::QNodeId const * this_ptr) { return this_ptr->isNull(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_operator__(Qt3DCore::QNodeId const * this_ptr, Qt3DCore::QNodeId const * other) { return this_ptr->operator==(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_operator_(Qt3DCore::QNodeId const * this_ptr, Qt3DCore::QNodeId const * other) { return this_ptr->operator<(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_operator_1(Qt3DCore::QNodeId const * this_ptr, Qt3DCore::QNodeId const * other) { return this_ptr->operator>(*other); } RITUAL_EXPORT quint64 ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_id(Qt3DCore::QNodeId const * this_ptr) { return this_ptr->id(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_operator_bool(Qt3DCore::QNodeId const * this_ptr) { return this_ptr->operator bool(); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_Qt3DCore_operator__(QDebug const * d, Qt3DCore::QNodeId const * id) { return new QDebug(Qt3DCore::operator<<(*d, *id)); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_Qt3DCore_qHash(Qt3DCore::QNodeId const * id, unsigned int seed) { return Qt3DCore::qHash(*id, seed); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_metaObject(Qt3DCore::QAbstractAspect const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_qt_metacast(Qt3DCore::QAbstractAspect * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_qt_metacall(Qt3DCore::QAbstractAspect * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QAbstractAspect::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QAbstractAspect::trUtf8(s, c, n)); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_QAbstractAspect(QObject * parent) { return new Qt3DCore::QAbstractAspect(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_dQAbstractAspect(Qt3DCore::QAbstractAspect * this_ptr) { delete this_ptr; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_metaObject(Qt3DCore::QAspectEngine const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_qt_metacast(Qt3DCore::QAspectEngine * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_qt_metacall(Qt3DCore::QAspectEngine * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QAspectEngine::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QAspectEngine::trUtf8(s, c, n)); } RITUAL_EXPORT Qt3DCore::QAspectEngine * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_QAspectEngine(QObject * parent) { return new Qt3DCore::QAspectEngine(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_dQAspectEngine(Qt3DCore::QAspectEngine * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_registerAspect(Qt3DCore::QAspectEngine * this_ptr, Qt3DCore::QAbstractAspect * aspect) { this_ptr->registerAspect(aspect); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_registerAspect1(Qt3DCore::QAspectEngine * this_ptr, QString const * name) { this_ptr->registerAspect(*name); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_unregisterAspect(Qt3DCore::QAspectEngine * this_ptr, Qt3DCore::QAbstractAspect * aspect) { this_ptr->unregisterAspect(aspect); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_unregisterAspect1(Qt3DCore::QAspectEngine * this_ptr, QString const * name) { this_ptr->unregisterAspect(*name); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_aspects(Qt3DCore::QAspectEngine const * this_ptr) { return new QVector< Qt3DCore::QAbstractAspect * >(this_ptr->aspects()); } RITUAL_EXPORT QVariant * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_executeCommand(Qt3DCore::QAspectEngine * this_ptr, QString const * command) { return new QVariant(this_ptr->executeCommand(*command)); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectJob_dQAspectJob(Qt3DCore::QAspectJob * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectJob_run(Qt3DCore::QAspectJob * this_ptr) { this_ptr->run(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSceneChange_dQSceneChange(Qt3DCore::QSceneChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::ChangeFlag ctr_qt_3d_core_ffi_Qt3DCore_QSceneChange_type(Qt3DCore::QSceneChange const * this_ptr) { return this_ptr->type(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSceneChange_setDeliveryFlags(Qt3DCore::QSceneChange * this_ptr, int flags) { this_ptr->setDeliveryFlags(QFlags< Qt3DCore::QSceneChange::DeliveryFlag >(flags)); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QSceneChange_deliveryFlags(Qt3DCore::QSceneChange const * this_ptr) { return int(this_ptr->deliveryFlags()); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QSceneChange_subjectId(Qt3DCore::QSceneChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->subjectId()); } RITUAL_EXPORT Qt3DCore::QNodeCreatedChangeBase * ctr_qt_3d_core_ffi_Qt3DCore_QNodeCreatedChangeBase_QNodeCreatedChangeBase(Qt3DCore::QNode const * node) { return new Qt3DCore::QNodeCreatedChangeBase(node); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeCreatedChangeBase_dQNodeCreatedChangeBase(Qt3DCore::QNodeCreatedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNodeCreatedChangeBase_parentId(Qt3DCore::QNodeCreatedChangeBase const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->parentId()); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QNodeCreatedChangeBase_metaObject(Qt3DCore::QNodeCreatedChangeBase const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNodeCreatedChangeBase_isNodeEnabled(Qt3DCore::QNodeCreatedChangeBase const * this_ptr) { return this_ptr->isNodeEnabled(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QBackendNodeMapper_dQBackendNodeMapper(Qt3DCore::QBackendNodeMapper * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QBackendNode * ctr_qt_3d_core_ffi_Qt3DCore_QBackendNodeMapper_get(Qt3DCore::QBackendNodeMapper const * this_ptr, Qt3DCore::QNodeId const * id) { return this_ptr->get(*id); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QBackendNodeMapper_destroy(Qt3DCore::QBackendNodeMapper const * this_ptr, Qt3DCore::QNodeId const * id) { this_ptr->destroy(*id); } RITUAL_EXPORT Qt3DCore::QBackendNode * ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_QBackendNode(Qt3DCore::QBackendNode::Mode mode) { return new Qt3DCore::QBackendNode(mode); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_dQBackendNode(Qt3DCore::QBackendNode * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_peerId(Qt3DCore::QBackendNode const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->peerId()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_setEnabled(Qt3DCore::QBackendNode * this_ptr, bool enabled) { this_ptr->setEnabled(enabled); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_isEnabled(Qt3DCore::QBackendNode const * this_ptr) { return this_ptr->isEnabled(); } RITUAL_EXPORT Qt3DCore::QBackendNode::Mode ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_mode(Qt3DCore::QBackendNode const * this_ptr) { return this_ptr->mode(); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QNode_metaObject(Qt3DCore::QNode const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QNode_qt_metacast(Qt3DCore::QNode * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QNode_qt_metacall(Qt3DCore::QNode * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QNode_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QNode::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QNode_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QNode::trUtf8(s, c, n)); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_Qt3DCore_QNode_QNode(Qt3DCore::QNode * parent) { return new Qt3DCore::QNode(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_dQNode(Qt3DCore::QNode * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNode_id(Qt3DCore::QNode const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->id()); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_Qt3DCore_QNode_parentNode(Qt3DCore::QNode const * this_ptr) { return this_ptr->parentNode(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNode_notificationsBlocked(Qt3DCore::QNode const * this_ptr) { return this_ptr->notificationsBlocked(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNode_blockNotifications(Qt3DCore::QNode * this_ptr, bool block) { return this_ptr->blockNotifications(block); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_Qt3DCore_QNode_childNodes(Qt3DCore::QNode const * this_ptr) { return new QVector< Qt3DCore::QNode * >(this_ptr->childNodes()); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QNode_isEnabled(Qt3DCore::QNode const * this_ptr) { return this_ptr->isEnabled(); } RITUAL_EXPORT Qt3DCore::QNode::PropertyTrackingMode ctr_qt_3d_core_ffi_Qt3DCore_QNode_defaultPropertyTrackingMode(Qt3DCore::QNode const * this_ptr) { return this_ptr->defaultPropertyTrackingMode(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_setPropertyTracking(Qt3DCore::QNode * this_ptr, QString const * propertyName, Qt3DCore::QNode::PropertyTrackingMode trackMode) { this_ptr->setPropertyTracking(*propertyName, trackMode); } RITUAL_EXPORT Qt3DCore::QNode::PropertyTrackingMode ctr_qt_3d_core_ffi_Qt3DCore_QNode_propertyTracking(Qt3DCore::QNode const * this_ptr, QString const * propertyName) { return this_ptr->propertyTracking(*propertyName); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_clearPropertyTracking(Qt3DCore::QNode * this_ptr, QString const * propertyName) { this_ptr->clearPropertyTracking(*propertyName); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_clearPropertyTrackings(Qt3DCore::QNode * this_ptr) { this_ptr->clearPropertyTrackings(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_setParent(Qt3DCore::QNode * this_ptr, Qt3DCore::QNode * parent) { this_ptr->setParent(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_setEnabled(Qt3DCore::QNode * this_ptr, bool isEnabled) { this_ptr->setEnabled(isEnabled); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNode_setDefaultPropertyTrackingMode(Qt3DCore::QNode * this_ptr, Qt3DCore::QNode::PropertyTrackingMode mode) { this_ptr->setDefaultPropertyTrackingMode(mode); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_qIdForNode(Qt3DCore::QNode * node) { return new Qt3DCore::QNodeId(Qt3DCore::qIdForNode(node)); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_QNodeIdTypePair() { return new Qt3DCore::QNodeIdTypePair(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_QNodeIdTypePair1(Qt3DCore::QNodeId const * _id, QMetaObject const * _type) { return new Qt3DCore::QNodeIdTypePair(*_id, _type); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_metaObject(Qt3DCore::QComponent const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_qt_metacast(Qt3DCore::QComponent * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QComponent_qt_metacall(Qt3DCore::QComponent * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QComponent::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QComponent::trUtf8(s, c, n)); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_QComponent(Qt3DCore::QNode * parent) { return new Qt3DCore::QComponent(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QComponent_dQComponent(Qt3DCore::QComponent * this_ptr) { delete this_ptr; } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QComponent_isShareable(Qt3DCore::QComponent const * this_ptr) { return this_ptr->isShareable(); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_entities(Qt3DCore::QComponent const * this_ptr) { return new QVector< Qt3DCore::QEntity * >(this_ptr->entities()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QComponent_setShareable(Qt3DCore::QComponent * this_ptr, bool isShareable) { this_ptr->setShareable(isShareable); } RITUAL_EXPORT Qt3DCore::QComponentAddedChange * ctr_qt_3d_core_ffi_Qt3DCore_QComponentAddedChange_QComponentAddedChange(Qt3DCore::QEntity const * entity, Qt3DCore::QComponent const * component) { return new Qt3DCore::QComponentAddedChange(entity, component); } RITUAL_EXPORT Qt3DCore::QComponentAddedChange * ctr_qt_3d_core_ffi_Qt3DCore_QComponentAddedChange_QComponentAddedChange1(Qt3DCore::QComponent const * component, Qt3DCore::QEntity const * entity) { return new Qt3DCore::QComponentAddedChange(component, entity); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QComponentAddedChange_dQComponentAddedChange(Qt3DCore::QComponentAddedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QComponentAddedChange_entityId(Qt3DCore::QComponentAddedChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->entityId()); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QComponentAddedChange_componentId(Qt3DCore::QComponentAddedChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->componentId()); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QComponentAddedChange_componentMetaObject(Qt3DCore::QComponentAddedChange const * this_ptr) { return this_ptr->componentMetaObject(); } RITUAL_EXPORT Qt3DCore::QComponentRemovedChange * ctr_qt_3d_core_ffi_Qt3DCore_QComponentRemovedChange_QComponentRemovedChange(Qt3DCore::QEntity const * entity, Qt3DCore::QComponent const * component) { return new Qt3DCore::QComponentRemovedChange(entity, component); } RITUAL_EXPORT Qt3DCore::QComponentRemovedChange * ctr_qt_3d_core_ffi_Qt3DCore_QComponentRemovedChange_QComponentRemovedChange1(Qt3DCore::QComponent const * component, Qt3DCore::QEntity const * entity) { return new Qt3DCore::QComponentRemovedChange(component, entity); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QComponentRemovedChange_dQComponentRemovedChange(Qt3DCore::QComponentRemovedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QComponentRemovedChange_entityId(Qt3DCore::QComponentRemovedChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->entityId()); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QComponentRemovedChange_componentId(Qt3DCore::QComponentRemovedChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->componentId()); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QComponentRemovedChange_componentMetaObject(Qt3DCore::QComponentRemovedChange const * this_ptr) { return this_ptr->componentMetaObject(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyUpdatedChangeBase_dQPropertyUpdatedChangeBase(Qt3DCore::QPropertyUpdatedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QDynamicPropertyUpdatedChange * ctr_qt_3d_core_ffi_Qt3DCore_QDynamicPropertyUpdatedChange_QDynamicPropertyUpdatedChange(Qt3DCore::QNodeId const * subjectId) { return new Qt3DCore::QDynamicPropertyUpdatedChange(*subjectId); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QDynamicPropertyUpdatedChange_dQDynamicPropertyUpdatedChange(Qt3DCore::QDynamicPropertyUpdatedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT QByteArray * ctr_qt_3d_core_ffi_Qt3DCore_QDynamicPropertyUpdatedChange_propertyName(Qt3DCore::QDynamicPropertyUpdatedChange const * this_ptr) { return new QByteArray(this_ptr->propertyName()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QDynamicPropertyUpdatedChange_setPropertyName(Qt3DCore::QDynamicPropertyUpdatedChange * this_ptr, QByteArray const * name) { this_ptr->setPropertyName(*name); } RITUAL_EXPORT QVariant * ctr_qt_3d_core_ffi_Qt3DCore_QDynamicPropertyUpdatedChange_value(Qt3DCore::QDynamicPropertyUpdatedChange const * this_ptr) { return new QVariant(this_ptr->value()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QDynamicPropertyUpdatedChange_setValue(Qt3DCore::QDynamicPropertyUpdatedChange * this_ptr, QVariant const * value) { this_ptr->setValue(*value); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_metaObject(Qt3DCore::QEntity const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_qt_metacast(Qt3DCore::QEntity * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QEntity_qt_metacall(Qt3DCore::QEntity * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QEntity::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QEntity::trUtf8(s, c, n)); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_QEntity(Qt3DCore::QNode * parent) { return new Qt3DCore::QEntity(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QEntity_dQEntity(Qt3DCore::QEntity * this_ptr) { delete this_ptr; } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_components(Qt3DCore::QEntity const * this_ptr) { return new QVector< Qt3DCore::QComponent * >(this_ptr->components()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QEntity_addComponent(Qt3DCore::QEntity * this_ptr, Qt3DCore::QComponent * comp) { this_ptr->addComponent(comp); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QEntity_removeComponent(Qt3DCore::QEntity * this_ptr, Qt3DCore::QComponent * comp) { this_ptr->removeComponent(comp); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_parentEntity(Qt3DCore::QEntity const * this_ptr) { return this_ptr->parentEntity(); } RITUAL_EXPORT Qt3DCore::QNodeDestroyedChange * ctr_qt_3d_core_ffi_Qt3DCore_QNodeDestroyedChange_QNodeDestroyedChange(Qt3DCore::QNode const * node, QVector< Qt3DCore::QNodeIdTypePair > const * subtreeIdsAndTypes) { return new Qt3DCore::QNodeDestroyedChange(node, *subtreeIdsAndTypes); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeDestroyedChange_dQNodeDestroyedChange(Qt3DCore::QNodeDestroyedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_Qt3DCore_QNodeDestroyedChange_subtreeIdsAndTypes(Qt3DCore::QNodeDestroyedChange const * this_ptr) { return new QVector< Qt3DCore::QNodeIdTypePair >(this_ptr->subtreeIdsAndTypes()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueAddedChangeBase_dQPropertyValueAddedChangeBase(Qt3DCore::QPropertyValueAddedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyValueAddedChangeBase_dQStaticPropertyValueAddedChangeBase(Qt3DCore::QStaticPropertyValueAddedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT char const * ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyValueAddedChangeBase_propertyName(Qt3DCore::QStaticPropertyValueAddedChangeBase const * this_ptr) { return this_ptr->propertyName(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyValueAddedChangeBase_setPropertyName(Qt3DCore::QStaticPropertyValueAddedChangeBase * this_ptr, char const * name) { this_ptr->setPropertyName(name); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeAddedChange_QPropertyNodeAddedChange(Qt3DCore::QNodeId const * subjectId, Qt3DCore::QNode * node) { return new Qt3DCore::QPropertyNodeAddedChange(*subjectId, node); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeAddedChange_dQPropertyNodeAddedChange(Qt3DCore::QPropertyNodeAddedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeAddedChange_addedNodeId(Qt3DCore::QPropertyNodeAddedChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->addedNodeId()); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeAddedChange_metaObject(Qt3DCore::QPropertyNodeAddedChange const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueRemovedChangeBase_dQPropertyValueRemovedChangeBase(Qt3DCore::QPropertyValueRemovedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyValueRemovedChangeBase_dQStaticPropertyValueRemovedChangeBase(Qt3DCore::QStaticPropertyValueRemovedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT char const * ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyValueRemovedChangeBase_propertyName(Qt3DCore::QStaticPropertyValueRemovedChangeBase const * this_ptr) { return this_ptr->propertyName(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyValueRemovedChangeBase_setPropertyName(Qt3DCore::QStaticPropertyValueRemovedChangeBase * this_ptr, char const * name) { this_ptr->setPropertyName(name); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeRemovedChange_QPropertyNodeRemovedChange(Qt3DCore::QNodeId const * subjectId, Qt3DCore::QNode * node) { return new Qt3DCore::QPropertyNodeRemovedChange(*subjectId, node); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeRemovedChange_dQPropertyNodeRemovedChange(Qt3DCore::QPropertyNodeRemovedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeRemovedChange_removedNodeId(Qt3DCore::QPropertyNodeRemovedChange const * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->removedNodeId()); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyNodeRemovedChange_metaObject(Qt3DCore::QPropertyNodeRemovedChange const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyUpdatedChangeBase_dQStaticPropertyUpdatedChangeBase(Qt3DCore::QStaticPropertyUpdatedChangeBase * this_ptr) { delete this_ptr; } RITUAL_EXPORT char const * ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyUpdatedChangeBase_propertyName(Qt3DCore::QStaticPropertyUpdatedChangeBase const * this_ptr) { return this_ptr->propertyName(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QStaticPropertyUpdatedChangeBase_setPropertyName(Qt3DCore::QStaticPropertyUpdatedChangeBase * this_ptr, char const * name) { this_ptr->setPropertyName(name); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyUpdatedChange_QPropertyUpdatedChange(Qt3DCore::QNodeId const * subjectId) { return new Qt3DCore::QPropertyUpdatedChange(*subjectId); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyUpdatedChange_dQPropertyUpdatedChange(Qt3DCore::QPropertyUpdatedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT QVariant * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyUpdatedChange_value(Qt3DCore::QPropertyUpdatedChange const * this_ptr) { return new QVariant(this_ptr->value()); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyUpdatedChange_setValue(Qt3DCore::QPropertyUpdatedChange * this_ptr, QVariant const * value) { this_ptr->setValue(*value); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueAddedChange_QPropertyValueAddedChange(Qt3DCore::QNodeId const * subjectId) { return new Qt3DCore::QPropertyValueAddedChange(*subjectId); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueAddedChange_dQPropertyValueAddedChange(Qt3DCore::QPropertyValueAddedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueAddedChange_setAddedValue(Qt3DCore::QPropertyValueAddedChange * this_ptr, QVariant const * value) { this_ptr->setAddedValue(*value); } RITUAL_EXPORT QVariant * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueAddedChange_addedValue(Qt3DCore::QPropertyValueAddedChange const * this_ptr) { return new QVariant(this_ptr->addedValue()); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueRemovedChange_QPropertyValueRemovedChange(Qt3DCore::QNodeId const * subjectId) { return new Qt3DCore::QPropertyValueRemovedChange(*subjectId); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueRemovedChange_dQPropertyValueRemovedChange(Qt3DCore::QPropertyValueRemovedChange * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueRemovedChange_setRemovedValue(Qt3DCore::QPropertyValueRemovedChange * this_ptr, QVariant const * value) { this_ptr->setRemovedValue(*value); } RITUAL_EXPORT QVariant * ctr_qt_3d_core_ffi_Qt3DCore_QPropertyValueRemovedChange_removedValue(Qt3DCore::QPropertyValueRemovedChange const * this_ptr) { return new QVariant(this_ptr->removedValue()); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_metaObject(Qt3DCore::QTransform const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_qt_metacast(Qt3DCore::QTransform * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QTransform_qt_metacall(Qt3DCore::QTransform * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QTransform::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QTransform::trUtf8(s, c, n)); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_QTransform(Qt3DCore::QNode * parent) { return new Qt3DCore::QTransform(parent); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_dQTransform(Qt3DCore::QTransform * this_ptr) { delete this_ptr; } RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QTransform_scale(Qt3DCore::QTransform const * this_ptr) { return this_ptr->scale(); } RITUAL_EXPORT QVector3D * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_scale3D(Qt3DCore::QTransform const * this_ptr) { return new QVector3D(this_ptr->scale3D()); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_rotation(Qt3DCore::QTransform const * this_ptr) { return new QQuaternion(this_ptr->rotation()); } RITUAL_EXPORT QVector3D * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_translation(Qt3DCore::QTransform const * this_ptr) { return new QVector3D(this_ptr->translation()); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromAxisAndAngle(QVector3D const * axis, float angle) { return new QQuaternion(Qt3DCore::QTransform::fromAxisAndAngle(*axis, angle)); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromAxisAndAngle1(float x, float y, float z, float angle) { return new QQuaternion(Qt3DCore::QTransform::fromAxisAndAngle(x, y, z, angle)); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromAxesAndAngles(QVector3D const * axis1, float angle1, QVector3D const * axis2, float angle2) { return new QQuaternion(Qt3DCore::QTransform::fromAxesAndAngles(*axis1, angle1, *axis2, angle2)); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromAxesAndAngles1(QVector3D const * axis1, float angle1, QVector3D const * axis2, float angle2, QVector3D const * axis3, float angle3) { return new QQuaternion(Qt3DCore::QTransform::fromAxesAndAngles(*axis1, angle1, *axis2, angle2, *axis3, angle3)); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromEulerAngles(QVector3D const * eulerAngles) { return new QQuaternion(Qt3DCore::QTransform::fromEulerAngles(*eulerAngles)); } RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromEulerAngles1(float pitch, float yaw, float roll) { return new QQuaternion(Qt3DCore::QTransform::fromEulerAngles(pitch, yaw, roll)); } RITUAL_EXPORT QMatrix4x4 * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_rotateAround(QVector3D const * point, float angle, QVector3D const * axis) { return new QMatrix4x4(Qt3DCore::QTransform::rotateAround(*point, angle, *axis)); } RITUAL_EXPORT QMatrix4x4 * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_matrix(Qt3DCore::QTransform const * this_ptr) { return new QMatrix4x4(this_ptr->matrix()); } RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QTransform_rotationX(Qt3DCore::QTransform const * this_ptr) { return this_ptr->rotationX(); } RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QTransform_rotationY(Qt3DCore::QTransform const * this_ptr) { return this_ptr->rotationY(); } RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QTransform_rotationZ(Qt3DCore::QTransform const * this_ptr) { return this_ptr->rotationZ(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setScale(Qt3DCore::QTransform * this_ptr, float scale) { this_ptr->setScale(scale); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setScale3D(Qt3DCore::QTransform * this_ptr, QVector3D const * scale) { this_ptr->setScale3D(*scale); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setRotation(Qt3DCore::QTransform * this_ptr, QQuaternion const * rotation) { this_ptr->setRotation(*rotation); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setTranslation(Qt3DCore::QTransform * this_ptr, QVector3D const * translation) { this_ptr->setTranslation(*translation); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setMatrix(Qt3DCore::QTransform * this_ptr, QMatrix4x4 const * matrix) { this_ptr->setMatrix(*matrix); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setRotationX(Qt3DCore::QTransform * this_ptr, float rotationX) { this_ptr->setRotationX(rotationX); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setRotationY(Qt3DCore::QTransform * this_ptr, float rotationY) { this_ptr->setRotationY(rotationY); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_setRotationZ(Qt3DCore::QTransform * this_ptr, float rotationZ) { this_ptr->setRotationZ(rotationZ); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_dQNodeId(Qt3DCore::QNodeId * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_QNodeId1(Qt3DCore::QNodeId const * other) { return new Qt3DCore::QNodeId(*other); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_Qt3DCore_QNodeId_operator_2(Qt3DCore::QNodeId * this_ptr, Qt3DCore::QNodeId const * other) { return &this_ptr->operator=(*other); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractAspect_QAbstractAspect1() { return new Qt3DCore::QAbstractAspect(); } RITUAL_EXPORT Qt3DCore::QAspectEngine * ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_QAspectEngine1() { return new Qt3DCore::QAspectEngine(); } RITUAL_EXPORT Qt3DCore::QBackendNodeMapper * ctr_qt_3d_core_ffi_Qt3DCore_QBackendNodeMapper_operator_(Qt3DCore::QBackendNodeMapper * this_ptr, Qt3DCore::QBackendNodeMapper const * other) { return &this_ptr->operator=(*other); } RITUAL_EXPORT Qt3DCore::QBackendNode * ctr_qt_3d_core_ffi_Qt3DCore_QBackendNode_QBackendNode1() { return new Qt3DCore::QBackendNode(); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_Qt3DCore_QNode_QNode1() { return new Qt3DCore::QNode(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_dQNodeIdTypePair(Qt3DCore::QNodeIdTypePair * this_ptr) { delete this_ptr; } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_QNodeIdTypePair2(Qt3DCore::QNodeIdTypePair const * other) { return new Qt3DCore::QNodeIdTypePair(*other); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_Qt3DCore_QNodeIdTypePair_operator_(Qt3DCore::QNodeIdTypePair * this_ptr, Qt3DCore::QNodeIdTypePair const * other) { return &this_ptr->operator=(*other); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_Qt3DCore_QComponent_QComponent1() { return new Qt3DCore::QComponent(); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_Qt3DCore_QEntity_QEntity1() { return new Qt3DCore::QEntity(); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_QTransform1() { return new Qt3DCore::QTransform(); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_QVector() { return new QVector< Qt3DCore::QAbstractAspect * >(); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_QVector() { return new QVector< Qt3DCore::QNode * >(); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_QVector() { return new QVector< Qt3DCore::QNodeId >(); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_QVector() { return new QVector< Qt3DCore::QEntity * >(); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_QVector() { return new QVector< Qt3DCore::QComponent * >(); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_QVector() { return new QVector< Qt3DCore::QNodeIdTypePair >(); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_QVector1(int size) { return new QVector< Qt3DCore::QAbstractAspect * >(size); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_QVector1(int size) { return new QVector< Qt3DCore::QNode * >(size); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_QVector1(int size) { return new QVector< Qt3DCore::QNodeId >(size); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_QVector1(int size) { return new QVector< Qt3DCore::QEntity * >(size); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_QVector1(int size) { return new QVector< Qt3DCore::QComponent * >(size); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_QVector1(int size) { return new QVector< Qt3DCore::QNodeIdTypePair >(size); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_QVector2(int size, Qt3DCore::QAbstractAspect * const * t) { return new QVector< Qt3DCore::QAbstractAspect * >(size, *t); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_QVector2(int size, Qt3DCore::QNode * const * t) { return new QVector< Qt3DCore::QNode * >(size, *t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_QVector2(int size, Qt3DCore::QNodeId const * t) { return new QVector< Qt3DCore::QNodeId >(size, *t); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_QVector2(int size, Qt3DCore::QEntity * const * t) { return new QVector< Qt3DCore::QEntity * >(size, *t); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_QVector2(int size, Qt3DCore::QComponent * const * t) { return new QVector< Qt3DCore::QComponent * >(size, *t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_QVector2(int size, Qt3DCore::QNodeIdTypePair const * t) { return new QVector< Qt3DCore::QNodeIdTypePair >(size, *t); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_QVector3(QVector< Qt3DCore::QAbstractAspect * > const * v) { return new QVector< Qt3DCore::QAbstractAspect * >(*v); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_QVector3(QVector< Qt3DCore::QNode * > const * v) { return new QVector< Qt3DCore::QNode * >(*v); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_QVector3(QVector< Qt3DCore::QNodeId > const * v) { return new QVector< Qt3DCore::QNodeId >(*v); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_QVector3(QVector< Qt3DCore::QEntity * > const * v) { return new QVector< Qt3DCore::QEntity * >(*v); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_QVector3(QVector< Qt3DCore::QComponent * > const * v) { return new QVector< Qt3DCore::QComponent * >(*v); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_QVector3(QVector< Qt3DCore::QNodeIdTypePair > const * v) { return new QVector< Qt3DCore::QNodeIdTypePair >(*v); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_dQVector(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_dQVector(QVector< Qt3DCore::QNode * > * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_dQVector(QVector< Qt3DCore::QNodeId > * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_dQVector(QVector< Qt3DCore::QEntity * > * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_dQVector(QVector< Qt3DCore::QComponent * > * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_dQVector(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { delete this_ptr; } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator_(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * v) { return &this_ptr->operator=(*v); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator_(QVector< Qt3DCore::QNode * > * this_ptr, QVector< Qt3DCore::QNode * > const * v) { return &this_ptr->operator=(*v); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator_(QVector< Qt3DCore::QNodeId > * this_ptr, QVector< Qt3DCore::QNodeId > const * v) { return &this_ptr->operator=(*v); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator_(QVector< Qt3DCore::QEntity * > * this_ptr, QVector< Qt3DCore::QEntity * > const * v) { return &this_ptr->operator=(*v); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator_(QVector< Qt3DCore::QComponent * > * this_ptr, QVector< Qt3DCore::QComponent * > const * v) { return &this_ptr->operator=(*v); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator_(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > const * v) { return &this_ptr->operator=(*v); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_swap(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, QVector< Qt3DCore::QAbstractAspect * > * other) { this_ptr->swap(*other); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_swap(QVector< Qt3DCore::QNode * > * this_ptr, QVector< Qt3DCore::QNode * > * other) { this_ptr->swap(*other); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_swap(QVector< Qt3DCore::QNodeId > * this_ptr, QVector< Qt3DCore::QNodeId > * other) { this_ptr->swap(*other); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_swap(QVector< Qt3DCore::QEntity * > * this_ptr, QVector< Qt3DCore::QEntity * > * other) { this_ptr->swap(*other); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_swap(QVector< Qt3DCore::QComponent * > * this_ptr, QVector< Qt3DCore::QComponent * > * other) { this_ptr->swap(*other); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_swap(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > * other) { this_ptr->swap(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * v) { return this_ptr->operator==(*v); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__(QVector< Qt3DCore::QNode * > const * this_ptr, QVector< Qt3DCore::QNode * > const * v) { return this_ptr->operator==(*v); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__(QVector< Qt3DCore::QNodeId > const * this_ptr, QVector< Qt3DCore::QNodeId > const * v) { return this_ptr->operator==(*v); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__(QVector< Qt3DCore::QEntity * > const * this_ptr, QVector< Qt3DCore::QEntity * > const * v) { return this_ptr->operator==(*v); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__(QVector< Qt3DCore::QComponent * > const * this_ptr, QVector< Qt3DCore::QComponent * > const * v) { return this_ptr->operator==(*v); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_size(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->size(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_size(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->size(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_size(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->size(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_size(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->size(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_size(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->size(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_size(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->size(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_isEmpty(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->isEmpty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_isEmpty(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->isEmpty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_isEmpty(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->isEmpty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_isEmpty(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->isEmpty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_isEmpty(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->isEmpty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_isEmpty(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->isEmpty(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_resize(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int size) { this_ptr->resize(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_resize(QVector< Qt3DCore::QNode * > * this_ptr, int size) { this_ptr->resize(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_resize(QVector< Qt3DCore::QNodeId > * this_ptr, int size) { this_ptr->resize(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_resize(QVector< Qt3DCore::QEntity * > * this_ptr, int size) { this_ptr->resize(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_resize(QVector< Qt3DCore::QComponent * > * this_ptr, int size) { this_ptr->resize(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_resize(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int size) { this_ptr->resize(size); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_capacity(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->capacity(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_capacity(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->capacity(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_capacity(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->capacity(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_capacity(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->capacity(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_capacity(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->capacity(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_capacity(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->capacity(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_reserve(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int size) { this_ptr->reserve(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_reserve(QVector< Qt3DCore::QNode * > * this_ptr, int size) { this_ptr->reserve(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_reserve(QVector< Qt3DCore::QNodeId > * this_ptr, int size) { this_ptr->reserve(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_reserve(QVector< Qt3DCore::QEntity * > * this_ptr, int size) { this_ptr->reserve(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_reserve(QVector< Qt3DCore::QComponent * > * this_ptr, int size) { this_ptr->reserve(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_reserve(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int size) { this_ptr->reserve(size); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_squeeze(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->squeeze(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_squeeze(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->squeeze(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_squeeze(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->squeeze(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_squeeze(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->squeeze(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_squeeze(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->squeeze(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_squeeze(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->squeeze(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_detach(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->detach(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_detach(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->detach(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_detach(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->detach(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_detach(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->detach(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_detach(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->detach(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_detach(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->detach(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_isDetached(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->isDetached(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_isDetached(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->isDetached(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_isDetached(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->isDetached(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_isDetached(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->isDetached(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_isDetached(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->isDetached(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_isDetached(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->isDetached(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_setSharable(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_setSharable(QVector< Qt3DCore::QNode * > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_setSharable(QVector< Qt3DCore::QNodeId > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_setSharable(QVector< Qt3DCore::QEntity * > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_setSharable(QVector< Qt3DCore::QComponent * > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_setSharable(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_isSharedWith(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * other) { return this_ptr->isSharedWith(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_isSharedWith(QVector< Qt3DCore::QNode * > const * this_ptr, QVector< Qt3DCore::QNode * > const * other) { return this_ptr->isSharedWith(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_isSharedWith(QVector< Qt3DCore::QNodeId > const * this_ptr, QVector< Qt3DCore::QNodeId > const * other) { return this_ptr->isSharedWith(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_isSharedWith(QVector< Qt3DCore::QEntity * > const * this_ptr, QVector< Qt3DCore::QEntity * > const * other) { return this_ptr->isSharedWith(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_isSharedWith(QVector< Qt3DCore::QComponent * > const * this_ptr, QVector< Qt3DCore::QComponent * > const * other) { return this_ptr->isSharedWith(*other); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_isSharedWith(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > const * other) { return this_ptr->isSharedWith(*other); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_data(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QNode * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_data(QVector< Qt3DCore::QNode * > * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_data(QVector< Qt3DCore::QNodeId > * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QEntity * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_data(QVector< Qt3DCore::QEntity * > * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QComponent * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_data(QVector< Qt3DCore::QComponent * > * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_data(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_data1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_data1(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_data1(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_data1(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_data1(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_data1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->data(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_constData(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->constData(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_constData(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->constData(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_constData(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->constData(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_constData(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->constData(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_constData(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->constData(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_constData(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->constData(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_clear(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->clear(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_clear(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->clear(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_clear(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->clear(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_clear(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->clear(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_clear(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->clear(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_clear(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->clear(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_at(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, int i) { return &this_ptr->at(i); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_at(QVector< Qt3DCore::QNode * > const * this_ptr, int i) { return &this_ptr->at(i); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_at(QVector< Qt3DCore::QNodeId > const * this_ptr, int i) { return &this_ptr->at(i); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_at(QVector< Qt3DCore::QEntity * > const * this_ptr, int i) { return &this_ptr->at(i); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_at(QVector< Qt3DCore::QComponent * > const * this_ptr, int i) { return &this_ptr->at(i); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_at(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, int i) { return &this_ptr->at(i); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__2(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QNode * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__2(QVector< Qt3DCore::QNode * > * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__2(QVector< Qt3DCore::QNodeId > * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QEntity * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__2(QVector< Qt3DCore::QEntity * > * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QComponent * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__2(QVector< Qt3DCore::QComponent * > * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator__2(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__3(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__3(QVector< Qt3DCore::QNode * > const * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__3(QVector< Qt3DCore::QNodeId > const * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__3(QVector< Qt3DCore::QEntity * > const * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__3(QVector< Qt3DCore::QComponent * > const * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator__3(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, int i) { return &this_ptr->operator[](i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_append(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { this_ptr->append(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_append(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { this_ptr->append(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_append(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { this_ptr->append(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_append(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { this_ptr->append(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_append(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { this_ptr->append(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_append(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->append(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_append2(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * l) { this_ptr->append(*l); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_append2(QVector< Qt3DCore::QNode * > * this_ptr, QVector< Qt3DCore::QNode * > const * l) { this_ptr->append(*l); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_append2(QVector< Qt3DCore::QNodeId > * this_ptr, QVector< Qt3DCore::QNodeId > const * l) { this_ptr->append(*l); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_append2(QVector< Qt3DCore::QEntity * > * this_ptr, QVector< Qt3DCore::QEntity * > const * l) { this_ptr->append(*l); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_append2(QVector< Qt3DCore::QComponent * > * this_ptr, QVector< Qt3DCore::QComponent * > const * l) { this_ptr->append(*l); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_append2(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > const * l) { this_ptr->append(*l); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_prepend(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { this_ptr->prepend(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_prepend(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { this_ptr->prepend(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_prepend(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { this_ptr->prepend(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_prepend(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { this_ptr->prepend(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_prepend(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { this_ptr->prepend(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_prepend(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->prepend(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_insert(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i, Qt3DCore::QAbstractAspect * const * t) { this_ptr->insert(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_insert(QVector< Qt3DCore::QNode * > * this_ptr, int i, Qt3DCore::QNode * const * t) { this_ptr->insert(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_insert(QVector< Qt3DCore::QNodeId > * this_ptr, int i, Qt3DCore::QNodeId const * t) { this_ptr->insert(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_insert(QVector< Qt3DCore::QEntity * > * this_ptr, int i, Qt3DCore::QEntity * const * t) { this_ptr->insert(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_insert(QVector< Qt3DCore::QComponent * > * this_ptr, int i, Qt3DCore::QComponent * const * t) { this_ptr->insert(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_insert(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->insert(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_insert1(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i, int n, Qt3DCore::QAbstractAspect * const * t) { this_ptr->insert(i, n, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_insert1(QVector< Qt3DCore::QNode * > * this_ptr, int i, int n, Qt3DCore::QNode * const * t) { this_ptr->insert(i, n, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_insert1(QVector< Qt3DCore::QNodeId > * this_ptr, int i, int n, Qt3DCore::QNodeId const * t) { this_ptr->insert(i, n, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_insert1(QVector< Qt3DCore::QEntity * > * this_ptr, int i, int n, Qt3DCore::QEntity * const * t) { this_ptr->insert(i, n, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_insert1(QVector< Qt3DCore::QComponent * > * this_ptr, int i, int n, Qt3DCore::QComponent * const * t) { this_ptr->insert(i, n, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_insert1(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i, int n, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->insert(i, n, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_replace(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i, Qt3DCore::QAbstractAspect * const * t) { this_ptr->replace(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_replace(QVector< Qt3DCore::QNode * > * this_ptr, int i, Qt3DCore::QNode * const * t) { this_ptr->replace(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_replace(QVector< Qt3DCore::QNodeId > * this_ptr, int i, Qt3DCore::QNodeId const * t) { this_ptr->replace(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_replace(QVector< Qt3DCore::QEntity * > * this_ptr, int i, Qt3DCore::QEntity * const * t) { this_ptr->replace(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_replace(QVector< Qt3DCore::QComponent * > * this_ptr, int i, Qt3DCore::QComponent * const * t) { this_ptr->replace(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_replace(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->replace(i, *t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_remove(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i) { this_ptr->remove(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_remove(QVector< Qt3DCore::QNode * > * this_ptr, int i) { this_ptr->remove(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_remove(QVector< Qt3DCore::QNodeId > * this_ptr, int i) { this_ptr->remove(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_remove(QVector< Qt3DCore::QEntity * > * this_ptr, int i) { this_ptr->remove(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_remove(QVector< Qt3DCore::QComponent * > * this_ptr, int i) { this_ptr->remove(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_remove(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i) { this_ptr->remove(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_remove1(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i, int n) { this_ptr->remove(i, n); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_remove1(QVector< Qt3DCore::QNode * > * this_ptr, int i, int n) { this_ptr->remove(i, n); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_remove1(QVector< Qt3DCore::QNodeId > * this_ptr, int i, int n) { this_ptr->remove(i, n); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_remove1(QVector< Qt3DCore::QEntity * > * this_ptr, int i, int n) { this_ptr->remove(i, n); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_remove1(QVector< Qt3DCore::QComponent * > * this_ptr, int i, int n) { this_ptr->remove(i, n); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_remove1(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i, int n) { this_ptr->remove(i, n); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_removeFirst(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->removeFirst(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_removeFirst(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->removeFirst(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_removeFirst(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->removeFirst(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_removeFirst(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->removeFirst(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_removeFirst(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->removeFirst(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_removeFirst(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->removeFirst(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_removeLast(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->removeLast(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_removeLast(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->removeLast(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_removeLast(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->removeLast(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_removeLast(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->removeLast(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_removeLast(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->removeLast(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_removeLast(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->removeLast(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_takeFirst(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return this_ptr->takeFirst(); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_takeFirst(QVector< Qt3DCore::QNode * > * this_ptr) { return this_ptr->takeFirst(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_takeFirst(QVector< Qt3DCore::QNodeId > * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->takeFirst()); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_takeFirst(QVector< Qt3DCore::QEntity * > * this_ptr) { return this_ptr->takeFirst(); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_takeFirst(QVector< Qt3DCore::QComponent * > * this_ptr) { return this_ptr->takeFirst(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_takeFirst(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return new Qt3DCore::QNodeIdTypePair(this_ptr->takeFirst()); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_takeLast(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return this_ptr->takeLast(); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_takeLast(QVector< Qt3DCore::QNode * > * this_ptr) { return this_ptr->takeLast(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_takeLast(QVector< Qt3DCore::QNodeId > * this_ptr) { return new Qt3DCore::QNodeId(this_ptr->takeLast()); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_takeLast(QVector< Qt3DCore::QEntity * > * this_ptr) { return this_ptr->takeLast(); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_takeLast(QVector< Qt3DCore::QComponent * > * this_ptr) { return this_ptr->takeLast(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_takeLast(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return new Qt3DCore::QNodeIdTypePair(this_ptr->takeLast()); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_fill(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t, int size) { return &this_ptr->fill(*t, size); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_fill(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t, int size) { return &this_ptr->fill(*t, size); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_fill(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t, int size) { return &this_ptr->fill(*t, size); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_fill(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t, int size) { return &this_ptr->fill(*t, size); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_fill(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t, int size) { return &this_ptr->fill(*t, size); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_fill(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t, int size) { return &this_ptr->fill(*t, size); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_indexOf(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t, int from) { return this_ptr->indexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_indexOf(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t, int from) { return this_ptr->indexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_indexOf(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t, int from) { return this_ptr->indexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_indexOf(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t, int from) { return this_ptr->indexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_indexOf(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t, int from) { return this_ptr->indexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_lastIndexOf(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t, int from) { return this_ptr->lastIndexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_lastIndexOf(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t, int from) { return this_ptr->lastIndexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_lastIndexOf(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t, int from) { return this_ptr->lastIndexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_lastIndexOf(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t, int from) { return this_ptr->lastIndexOf(*t, from); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_lastIndexOf(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t, int from) { return this_ptr->lastIndexOf(*t, from); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_contains(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->contains(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_contains(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->contains(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_contains(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->contains(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_contains(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->contains(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_contains(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->contains(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_count(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->count(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_count(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->count(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_count(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->count(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_count(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->count(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_count(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->count(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_removeAt(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i) { this_ptr->removeAt(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_removeAt(QVector< Qt3DCore::QNode * > * this_ptr, int i) { this_ptr->removeAt(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_removeAt(QVector< Qt3DCore::QNodeId > * this_ptr, int i) { this_ptr->removeAt(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_removeAt(QVector< Qt3DCore::QEntity * > * this_ptr, int i) { this_ptr->removeAt(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_removeAt(QVector< Qt3DCore::QComponent * > * this_ptr, int i) { this_ptr->removeAt(i); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_removeAt(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i) { this_ptr->removeAt(i); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_removeAll(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->removeAll(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_removeAll(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->removeAll(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_removeAll(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->removeAll(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_removeAll(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->removeAll(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_removeAll(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->removeAll(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_removeOne(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->removeOne(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_removeOne(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->removeOne(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_removeOne(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->removeOne(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_removeOne(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->removeOne(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_removeOne(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->removeOne(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_length(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->length(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_length(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->length(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_length(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->length(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_length(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->length(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_length(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->length(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_length(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->length(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_takeAt(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i) { return this_ptr->takeAt(i); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_takeAt(QVector< Qt3DCore::QNode * > * this_ptr, int i) { return this_ptr->takeAt(i); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_takeAt(QVector< Qt3DCore::QNodeId > * this_ptr, int i) { return new Qt3DCore::QNodeId(this_ptr->takeAt(i)); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_takeAt(QVector< Qt3DCore::QEntity * > * this_ptr, int i) { return this_ptr->takeAt(i); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_takeAt(QVector< Qt3DCore::QComponent * > * this_ptr, int i) { return this_ptr->takeAt(i); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_takeAt(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i) { return new Qt3DCore::QNodeIdTypePair(this_ptr->takeAt(i)); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_move(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int from, int to) { this_ptr->move(from, to); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_move(QVector< Qt3DCore::QNode * > * this_ptr, int from, int to) { this_ptr->move(from, to); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_move(QVector< Qt3DCore::QNodeId > * this_ptr, int from, int to) { this_ptr->move(from, to); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_move(QVector< Qt3DCore::QEntity * > * this_ptr, int from, int to) { this_ptr->move(from, to); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_move(QVector< Qt3DCore::QComponent * > * this_ptr, int from, int to) { this_ptr->move(from, to); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_move(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int from, int to) { this_ptr->move(from, to); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_count1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->count(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_count1(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->count(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_count1(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->count(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_count1(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->count(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_count1(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->count(); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_count1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->count(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_first(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QNode * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_first(QVector< Qt3DCore::QNode * > * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_first(QVector< Qt3DCore::QNodeId > * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QEntity * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_first(QVector< Qt3DCore::QEntity * > * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QComponent * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_first(QVector< Qt3DCore::QComponent * > * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_first(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_first1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_first1(QVector< Qt3DCore::QNode * > const * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_first1(QVector< Qt3DCore::QNodeId > const * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_first1(QVector< Qt3DCore::QEntity * > const * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_first1(QVector< Qt3DCore::QComponent * > const * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_first1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return &this_ptr->first(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_constFirst(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return &this_ptr->constFirst(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_constFirst(QVector< Qt3DCore::QNode * > const * this_ptr) { return &this_ptr->constFirst(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_constFirst(QVector< Qt3DCore::QNodeId > const * this_ptr) { return &this_ptr->constFirst(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_constFirst(QVector< Qt3DCore::QEntity * > const * this_ptr) { return &this_ptr->constFirst(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_constFirst(QVector< Qt3DCore::QComponent * > const * this_ptr) { return &this_ptr->constFirst(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_constFirst(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return &this_ptr->constFirst(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_last(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QNode * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_last(QVector< Qt3DCore::QNode * > * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_last(QVector< Qt3DCore::QNodeId > * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QEntity * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_last(QVector< Qt3DCore::QEntity * > * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QComponent * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_last(QVector< Qt3DCore::QComponent * > * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_last(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_last1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_last1(QVector< Qt3DCore::QNode * > const * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_last1(QVector< Qt3DCore::QNodeId > const * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_last1(QVector< Qt3DCore::QEntity * > const * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_last1(QVector< Qt3DCore::QComponent * > const * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_last1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return &this_ptr->last(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_constLast(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return &this_ptr->constLast(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_constLast(QVector< Qt3DCore::QNode * > const * this_ptr) { return &this_ptr->constLast(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_constLast(QVector< Qt3DCore::QNodeId > const * this_ptr) { return &this_ptr->constLast(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_constLast(QVector< Qt3DCore::QEntity * > const * this_ptr) { return &this_ptr->constLast(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_constLast(QVector< Qt3DCore::QComponent * > const * this_ptr) { return &this_ptr->constLast(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_constLast(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return &this_ptr->constLast(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_startsWith(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->startsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_startsWith(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->startsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_startsWith(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->startsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_startsWith(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->startsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_startsWith(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->startsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_endsWith(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->endsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_endsWith(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->endsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_endsWith(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->endsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_endsWith(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->endsWith(*t); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_endsWith(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->endsWith(*t); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_mid(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QAbstractAspect * >(this_ptr->mid(pos, len)); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_mid(QVector< Qt3DCore::QNode * > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QNode * >(this_ptr->mid(pos, len)); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_mid(QVector< Qt3DCore::QNodeId > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QNodeId >(this_ptr->mid(pos, len)); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_mid(QVector< Qt3DCore::QEntity * > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QEntity * >(this_ptr->mid(pos, len)); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_mid(QVector< Qt3DCore::QComponent * > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QComponent * >(this_ptr->mid(pos, len)); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_mid(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QNodeIdTypePair >(this_ptr->mid(pos, len)); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_value(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, int i) { return this_ptr->value(i); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_value(QVector< Qt3DCore::QNode * > const * this_ptr, int i) { return this_ptr->value(i); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_value(QVector< Qt3DCore::QNodeId > const * this_ptr, int i) { return new Qt3DCore::QNodeId(this_ptr->value(i)); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_value(QVector< Qt3DCore::QEntity * > const * this_ptr, int i) { return this_ptr->value(i); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_value(QVector< Qt3DCore::QComponent * > const * this_ptr, int i) { return this_ptr->value(i); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_value(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, int i) { return new Qt3DCore::QNodeIdTypePair(this_ptr->value(i)); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_value1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, int i, Qt3DCore::QAbstractAspect * const * defaultValue) { return this_ptr->value(i, *defaultValue); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_value1(QVector< Qt3DCore::QNode * > const * this_ptr, int i, Qt3DCore::QNode * const * defaultValue) { return this_ptr->value(i, *defaultValue); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_value1(QVector< Qt3DCore::QNodeId > const * this_ptr, int i, Qt3DCore::QNodeId const * defaultValue) { return new Qt3DCore::QNodeId(this_ptr->value(i, *defaultValue)); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_value1(QVector< Qt3DCore::QEntity * > const * this_ptr, int i, Qt3DCore::QEntity * const * defaultValue) { return this_ptr->value(i, *defaultValue); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_value1(QVector< Qt3DCore::QComponent * > const * this_ptr, int i, Qt3DCore::QComponent * const * defaultValue) { return this_ptr->value(i, *defaultValue); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_value1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, int i, Qt3DCore::QNodeIdTypePair const * defaultValue) { return new Qt3DCore::QNodeIdTypePair(this_ptr->value(i, *defaultValue)); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_push_back(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { this_ptr->push_back(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_push_back(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { this_ptr->push_back(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_push_back(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { this_ptr->push_back(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_push_back(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { this_ptr->push_back(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_push_back(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { this_ptr->push_back(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_push_back(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->push_back(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_push_front(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { this_ptr->push_front(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_push_front(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { this_ptr->push_front(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_push_front(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { this_ptr->push_front(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_push_front(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { this_ptr->push_front(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_push_front(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { this_ptr->push_front(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_push_front(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { this_ptr->push_front(*t); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_pop_back(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->pop_back(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_pop_back(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->pop_back(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_pop_back(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->pop_back(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_pop_back(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->pop_back(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_pop_back(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->pop_back(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_pop_back(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->pop_back(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_pop_front(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->pop_front(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_pop_front(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->pop_front(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_pop_front(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->pop_front(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_pop_front(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->pop_front(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_pop_front(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->pop_front(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_pop_front(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->pop_front(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_empty(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return this_ptr->empty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_empty(QVector< Qt3DCore::QNode * > const * this_ptr) { return this_ptr->empty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_empty(QVector< Qt3DCore::QNodeId > const * this_ptr) { return this_ptr->empty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_empty(QVector< Qt3DCore::QEntity * > const * this_ptr) { return this_ptr->empty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_empty(QVector< Qt3DCore::QComponent * > const * this_ptr) { return this_ptr->empty(); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_empty(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return this_ptr->empty(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_front(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QNode * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_front(QVector< Qt3DCore::QNode * > * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_front(QVector< Qt3DCore::QNodeId > * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QEntity * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_front(QVector< Qt3DCore::QEntity * > * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QComponent * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_front(QVector< Qt3DCore::QComponent * > * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_front(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_front1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_front1(QVector< Qt3DCore::QNode * > const * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_front1(QVector< Qt3DCore::QNodeId > const * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_front1(QVector< Qt3DCore::QEntity * > const * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_front1(QVector< Qt3DCore::QComponent * > const * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_front1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return &this_ptr->front(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_back(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QNode * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_back(QVector< Qt3DCore::QNode * > * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QNodeId * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_back(QVector< Qt3DCore::QNodeId > * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QEntity * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_back(QVector< Qt3DCore::QEntity * > * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QComponent * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_back(QVector< Qt3DCore::QComponent * > * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_back(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_back1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QNode * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_back1(QVector< Qt3DCore::QNode * > const * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QNodeId const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_back1(QVector< Qt3DCore::QNodeId > const * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QEntity * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_back1(QVector< Qt3DCore::QEntity * > const * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QComponent * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_back1(QVector< Qt3DCore::QComponent * > const * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT Qt3DCore::QNodeIdTypePair const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_back1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr) { return &this_ptr->back(); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__4(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * l) { return &this_ptr->operator+=(*l); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__4(QVector< Qt3DCore::QNode * > * this_ptr, QVector< Qt3DCore::QNode * > const * l) { return &this_ptr->operator+=(*l); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__4(QVector< Qt3DCore::QNodeId > * this_ptr, QVector< Qt3DCore::QNodeId > const * l) { return &this_ptr->operator+=(*l); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__4(QVector< Qt3DCore::QEntity * > * this_ptr, QVector< Qt3DCore::QEntity * > const * l) { return &this_ptr->operator+=(*l); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__4(QVector< Qt3DCore::QComponent * > * this_ptr, QVector< Qt3DCore::QComponent * > const * l) { return &this_ptr->operator+=(*l); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator__4(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > const * l) { return &this_ptr->operator+=(*l); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator_2(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * l) { return new QVector< Qt3DCore::QAbstractAspect * >(this_ptr->operator+(*l)); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator_2(QVector< Qt3DCore::QNode * > const * this_ptr, QVector< Qt3DCore::QNode * > const * l) { return new QVector< Qt3DCore::QNode * >(this_ptr->operator+(*l)); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator_2(QVector< Qt3DCore::QNodeId > const * this_ptr, QVector< Qt3DCore::QNodeId > const * l) { return new QVector< Qt3DCore::QNodeId >(this_ptr->operator+(*l)); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator_2(QVector< Qt3DCore::QEntity * > const * this_ptr, QVector< Qt3DCore::QEntity * > const * l) { return new QVector< Qt3DCore::QEntity * >(this_ptr->operator+(*l)); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator_2(QVector< Qt3DCore::QComponent * > const * this_ptr, QVector< Qt3DCore::QComponent * > const * l) { return new QVector< Qt3DCore::QComponent * >(this_ptr->operator+(*l)); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator_2(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > const * l) { return new QVector< Qt3DCore::QNodeIdTypePair >(this_ptr->operator+(*l)); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__5(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return &this_ptr->operator+=(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__5(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { return &this_ptr->operator+=(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__5(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { return &this_ptr->operator+=(*t); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__5(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { return &this_ptr->operator+=(*t); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__5(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { return &this_ptr->operator+=(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator__5(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { return &this_ptr->operator+=(*t); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__6(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return &this_ptr->operator<<(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__6(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { return &this_ptr->operator<<(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__6(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { return &this_ptr->operator<<(*t); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__6(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { return &this_ptr->operator<<(*t); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__6(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { return &this_ptr->operator<<(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator__6(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { return &this_ptr->operator<<(*t); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_operator__7(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, QVector< Qt3DCore::QAbstractAspect * > const * l) { return &this_ptr->operator<<(*l); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_operator__7(QVector< Qt3DCore::QNode * > * this_ptr, QVector< Qt3DCore::QNode * > const * l) { return &this_ptr->operator<<(*l); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_operator__7(QVector< Qt3DCore::QNodeId > * this_ptr, QVector< Qt3DCore::QNodeId > const * l) { return &this_ptr->operator<<(*l); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_operator__7(QVector< Qt3DCore::QEntity * > * this_ptr, QVector< Qt3DCore::QEntity * > const * l) { return &this_ptr->operator<<(*l); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_operator__7(QVector< Qt3DCore::QComponent * > * this_ptr, QVector< Qt3DCore::QComponent * > const * l) { return &this_ptr->operator<<(*l); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_operator__7(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, QVector< Qt3DCore::QNodeIdTypePair > const * l) { return &this_ptr->operator<<(*l); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash(QVector< Qt3DCore::QAbstractAspect * > const * key, unsigned int seed) { return qHash(*key, seed); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash1(QVector< Qt3DCore::QNode * > const * key, unsigned int seed) { return qHash(*key, seed); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash2(QVector< Qt3DCore::QNodeId > const * key, unsigned int seed) { return qHash(*key, seed); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash3(QVector< Qt3DCore::QEntity * > const * key, unsigned int seed) { return qHash(*key, seed); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash4(QVector< Qt3DCore::QComponent * > const * key, unsigned int seed) { return qHash(*key, seed); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_(QVector< Qt3DCore::QAbstractAspect * > const * lhs, QVector< Qt3DCore::QAbstractAspect * > const * rhs) { return operator<(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_1(QVector< Qt3DCore::QNode * > const * lhs, QVector< Qt3DCore::QNode * > const * rhs) { return operator<(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_2(QVector< Qt3DCore::QNodeId > const * lhs, QVector< Qt3DCore::QNodeId > const * rhs) { return operator<(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_3(QVector< Qt3DCore::QEntity * > const * lhs, QVector< Qt3DCore::QEntity * > const * rhs) { return operator<(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_4(QVector< Qt3DCore::QComponent * > const * lhs, QVector< Qt3DCore::QComponent * > const * rhs) { return operator<(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_6(QVector< Qt3DCore::QAbstractAspect * > const * lhs, QVector< Qt3DCore::QAbstractAspect * > const * rhs) { return operator>(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_7(QVector< Qt3DCore::QNode * > const * lhs, QVector< Qt3DCore::QNode * > const * rhs) { return operator>(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_8(QVector< Qt3DCore::QNodeId > const * lhs, QVector< Qt3DCore::QNodeId > const * rhs) { return operator>(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_9(QVector< Qt3DCore::QEntity * > const * lhs, QVector< Qt3DCore::QEntity * > const * rhs) { return operator>(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_10(QVector< Qt3DCore::QComponent * > const * lhs, QVector< Qt3DCore::QComponent * > const * rhs) { return operator>(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__(QVector< Qt3DCore::QAbstractAspect * > const * lhs, QVector< Qt3DCore::QAbstractAspect * > const * rhs) { return operator<=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__1(QVector< Qt3DCore::QNode * > const * lhs, QVector< Qt3DCore::QNode * > const * rhs) { return operator<=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__2(QVector< Qt3DCore::QNodeId > const * lhs, QVector< Qt3DCore::QNodeId > const * rhs) { return operator<=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__3(QVector< Qt3DCore::QEntity * > const * lhs, QVector< Qt3DCore::QEntity * > const * rhs) { return operator<=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__4(QVector< Qt3DCore::QComponent * > const * lhs, QVector< Qt3DCore::QComponent * > const * rhs) { return operator<=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__6(QVector< Qt3DCore::QAbstractAspect * > const * lhs, QVector< Qt3DCore::QAbstractAspect * > const * rhs) { return operator>=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__7(QVector< Qt3DCore::QNode * > const * lhs, QVector< Qt3DCore::QNode * > const * rhs) { return operator>=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__8(QVector< Qt3DCore::QNodeId > const * lhs, QVector< Qt3DCore::QNodeId > const * rhs) { return operator>=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__9(QVector< Qt3DCore::QEntity * > const * lhs, QVector< Qt3DCore::QEntity * > const * rhs) { return operator>=(*lhs, *rhs); } RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__10(QVector< Qt3DCore::QComponent * > const * lhs, QVector< Qt3DCore::QComponent * > const * rhs) { return operator>=(*lhs, *rhs); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__12(QDataStream * s, int e) { return &operator<<(*s, QFlags< Qt3DCore::ChangeFlag >(e)); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__13(QDataStream * s, int e) { return &operator<<(*s, QFlags< Qt3DCore::QSceneChange::DeliveryFlag >(e)); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__22(QDataStream * s, QVector< Qt3DCore::QAbstractAspect * > const * v) { return &operator<<(*s, *v); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__23(QDataStream * s, QVector< Qt3DCore::QNode * > const * v) { return &operator<<(*s, *v); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__24(QDataStream * s, QVector< Qt3DCore::QNodeId > const * v) { return &operator<<(*s, *v); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__25(QDataStream * s, QVector< Qt3DCore::QEntity * > const * v) { return &operator<<(*s, *v); } RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__26(QDataStream * s, QVector< Qt3DCore::QComponent * > const * v) { return &operator<<(*s, *v); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__28(QDebug const * debug, QVector< Qt3DCore::QAbstractAspect * > const * vec) { return new QDebug(operator<<(*debug, *vec)); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__29(QDebug const * debug, QVector< Qt3DCore::QNode * > const * vec) { return new QDebug(operator<<(*debug, *vec)); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__30(QDebug const * debug, QVector< Qt3DCore::QNodeId > const * vec) { return new QDebug(operator<<(*debug, *vec)); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__31(QDebug const * debug, QVector< Qt3DCore::QEntity * > const * vec) { return new QDebug(operator<<(*debug, *vec)); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__32(QDebug const * debug, QVector< Qt3DCore::QComponent * > const * vec) { return new QDebug(operator<<(*debug, *vec)); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__34(QDebug const * debug, int flags) { return new QDebug(operator<<(*debug, QFlags< Qt3DCore::ChangeFlag >(flags))); } RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__35(QDebug const * debug, int flags) { return new QDebug(operator<<(*debug, QFlags< Qt3DCore::QSceneChange::DeliveryFlag >(flags))); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_fill1(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return &this_ptr->fill(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_fill1(QVector< Qt3DCore::QNode * > * this_ptr, Qt3DCore::QNode * const * t) { return &this_ptr->fill(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_fill1(QVector< Qt3DCore::QNodeId > * this_ptr, Qt3DCore::QNodeId const * t) { return &this_ptr->fill(*t); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_fill1(QVector< Qt3DCore::QEntity * > * this_ptr, Qt3DCore::QEntity * const * t) { return &this_ptr->fill(*t); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_fill1(QVector< Qt3DCore::QComponent * > * this_ptr, Qt3DCore::QComponent * const * t) { return &this_ptr->fill(*t); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_fill1(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, Qt3DCore::QNodeIdTypePair const * t) { return &this_ptr->fill(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_indexOf1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->indexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_indexOf1(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->indexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_indexOf1(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->indexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_indexOf1(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->indexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_indexOf1(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->indexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_lastIndexOf1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, Qt3DCore::QAbstractAspect * const * t) { return this_ptr->lastIndexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_lastIndexOf1(QVector< Qt3DCore::QNode * > const * this_ptr, Qt3DCore::QNode * const * t) { return this_ptr->lastIndexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_lastIndexOf1(QVector< Qt3DCore::QNodeId > const * this_ptr, Qt3DCore::QNodeId const * t) { return this_ptr->lastIndexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_lastIndexOf1(QVector< Qt3DCore::QEntity * > const * this_ptr, Qt3DCore::QEntity * const * t) { return this_ptr->lastIndexOf(*t); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_lastIndexOf1(QVector< Qt3DCore::QComponent * > const * this_ptr, Qt3DCore::QComponent * const * t) { return this_ptr->lastIndexOf(*t); } RITUAL_EXPORT QVector< Qt3DCore::QAbstractAspect * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_mid1(QVector< Qt3DCore::QAbstractAspect * > const * this_ptr, int pos) { return new QVector< Qt3DCore::QAbstractAspect * >(this_ptr->mid(pos)); } RITUAL_EXPORT QVector< Qt3DCore::QNode * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_mid1(QVector< Qt3DCore::QNode * > const * this_ptr, int pos) { return new QVector< Qt3DCore::QNode * >(this_ptr->mid(pos)); } RITUAL_EXPORT QVector< Qt3DCore::QNodeId > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_mid1(QVector< Qt3DCore::QNodeId > const * this_ptr, int pos) { return new QVector< Qt3DCore::QNodeId >(this_ptr->mid(pos)); } RITUAL_EXPORT QVector< Qt3DCore::QEntity * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_mid1(QVector< Qt3DCore::QEntity * > const * this_ptr, int pos) { return new QVector< Qt3DCore::QEntity * >(this_ptr->mid(pos)); } RITUAL_EXPORT QVector< Qt3DCore::QComponent * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_mid1(QVector< Qt3DCore::QComponent * > const * this_ptr, int pos) { return new QVector< Qt3DCore::QComponent * >(this_ptr->mid(pos)); } RITUAL_EXPORT QVector< Qt3DCore::QNodeIdTypePair > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_mid1(QVector< Qt3DCore::QNodeIdTypePair > const * this_ptr, int pos) { return new QVector< Qt3DCore::QNodeIdTypePair >(this_ptr->mid(pos)); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash6(QVector< Qt3DCore::QAbstractAspect * > const * key) { return qHash(*key); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash7(QVector< Qt3DCore::QNode * > const * key) { return qHash(*key); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash8(QVector< Qt3DCore::QNodeId > const * key) { return qHash(*key); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash9(QVector< Qt3DCore::QEntity * > const * key) { return qHash(*key); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash10(QVector< Qt3DCore::QComponent * > const * key) { return qHash(*key); } RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_Qt3DCore_qHash1(Qt3DCore::QNodeId const * id) { return Qt3DCore::qHash(*id); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QAbstractAspect_ptr(QObject * ptr) { return static_cast< Qt3DCore::QAbstractAspect * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr(Qt3DCore::QAbstractAspect * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT Qt3DCore::QAbstractAspect * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QAbstractAspect_ptr(QObject * ptr) { return dynamic_cast< Qt3DCore::QAbstractAspect * >(ptr); } RITUAL_EXPORT Qt3DCore::QAspectEngine * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QAspectEngine_ptr(QObject * ptr) { return static_cast< Qt3DCore::QAspectEngine * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr1(Qt3DCore::QAspectEngine * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT Qt3DCore::QAspectEngine * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QAspectEngine_ptr(QObject * ptr) { return dynamic_cast< Qt3DCore::QAspectEngine * >(ptr); } RITUAL_EXPORT Qt3DCore::QNodeCreatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNodeCreatedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QNodeCreatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr(Qt3DCore::QNodeCreatedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QNodeCreatedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QNodeCreatedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QNodeCreatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr(QObject * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr2(Qt3DCore::QNode * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QNode_ptr(QObject * ptr) { return dynamic_cast< Qt3DCore::QNode * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QComponent_ptr(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QComponent * >(ptr); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr1(Qt3DCore::QComponent * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QComponent_ptr(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QComponent * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QComponent_ptr1(QObject * ptr) { return static_cast< Qt3DCore::QComponent * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr3(Qt3DCore::QComponent * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QComponent_ptr1(QObject * ptr) { return dynamic_cast< Qt3DCore::QComponent * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponentAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QComponentAddedChange_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QComponentAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr1(Qt3DCore::QComponentAddedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponentAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QComponentAddedChange_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QComponentAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponentRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QComponentRemovedChange_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QComponentRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr2(Qt3DCore::QComponentRemovedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponentRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QComponentRemovedChange_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QComponentRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr3(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyUpdatedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QDynamicPropertyUpdatedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QDynamicPropertyUpdatedChange_ptr(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QDynamicPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChangeBase_ptr1(Qt3DCore::QDynamicPropertyUpdatedChange * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QDynamicPropertyUpdatedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QDynamicPropertyUpdatedChange_ptr(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QDynamicPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QDynamicPropertyUpdatedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QDynamicPropertyUpdatedChange_ptr1(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QDynamicPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr4(Qt3DCore::QDynamicPropertyUpdatedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QDynamicPropertyUpdatedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QDynamicPropertyUpdatedChange_ptr1(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QDynamicPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QEntity_ptr(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QEntity * >(ptr); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr2(Qt3DCore::QEntity * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QEntity_ptr(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QEntity * >(ptr); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QEntity_ptr1(QObject * ptr) { return static_cast< Qt3DCore::QEntity * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr4(Qt3DCore::QEntity * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT Qt3DCore::QEntity * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QEntity_ptr1(QObject * ptr) { return dynamic_cast< Qt3DCore::QEntity * >(ptr); } RITUAL_EXPORT Qt3DCore::QNodeDestroyedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNodeDestroyedChange_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QNodeDestroyedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr5(Qt3DCore::QNodeDestroyedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QNodeDestroyedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QNodeDestroyedChange_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QNodeDestroyedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr6(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueAddedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueAddedChangeBase_ptr(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChangeBase_ptr1(Qt3DCore::QStaticPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QStaticPropertyValueAddedChangeBase_ptr(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QStaticPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueAddedChangeBase_ptr1(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr7(Qt3DCore::QStaticPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QStaticPropertyValueAddedChangeBase_ptr1(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QStaticPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyNodeAddedChange_ptr(Qt3DCore::QStaticPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyNodeAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueAddedChangeBase_ptr2(Qt3DCore::QPropertyNodeAddedChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyNodeAddedChange_ptr(Qt3DCore::QStaticPropertyValueAddedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyNodeAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyNodeAddedChange_ptr1(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyNodeAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChangeBase_ptr2(Qt3DCore::QPropertyNodeAddedChange * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyNodeAddedChange_ptr1(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyNodeAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyNodeAddedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyNodeAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr8(Qt3DCore::QPropertyNodeAddedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyNodeAddedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyNodeAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr9(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueRemovedChangeBase_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueRemovedChangeBase_ptr(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChangeBase_ptr1(Qt3DCore::QStaticPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QStaticPropertyValueRemovedChangeBase_ptr(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QStaticPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueRemovedChangeBase_ptr1(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr10(Qt3DCore::QStaticPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QStaticPropertyValueRemovedChangeBase_ptr1(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QStaticPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyNodeRemovedChange_ptr(Qt3DCore::QStaticPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyNodeRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueRemovedChangeBase_ptr2(Qt3DCore::QPropertyNodeRemovedChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyNodeRemovedChange_ptr(Qt3DCore::QStaticPropertyValueRemovedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyNodeRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyNodeRemovedChange_ptr1(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyNodeRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChangeBase_ptr2(Qt3DCore::QPropertyNodeRemovedChange * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyNodeRemovedChange_ptr1(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyNodeRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyNodeRemovedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyNodeRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr11(Qt3DCore::QPropertyNodeRemovedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyNodeRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyNodeRemovedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyNodeRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyUpdatedChangeBase_ptr(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QStaticPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChangeBase_ptr2(Qt3DCore::QStaticPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QStaticPropertyUpdatedChangeBase_ptr(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QStaticPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyUpdatedChangeBase_ptr1(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr12(Qt3DCore::QStaticPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QStaticPropertyUpdatedChangeBase_ptr1(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QStaticPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChange_ptr(Qt3DCore::QStaticPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyUpdatedChangeBase_ptr2(Qt3DCore::QPropertyUpdatedChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyUpdatedChange_ptr(Qt3DCore::QStaticPropertyUpdatedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChange_ptr1(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChangeBase_ptr3(Qt3DCore::QPropertyUpdatedChange * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyUpdatedChange_ptr1(Qt3DCore::QPropertyUpdatedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyUpdatedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr13(Qt3DCore::QPropertyUpdatedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyUpdatedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyUpdatedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyUpdatedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChange_ptr(Qt3DCore::QStaticPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueAddedChangeBase_ptr3(Qt3DCore::QPropertyValueAddedChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueAddedChange_ptr(Qt3DCore::QStaticPropertyValueAddedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChange_ptr1(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChangeBase_ptr3(Qt3DCore::QPropertyValueAddedChange * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueAddedChange_ptr1(Qt3DCore::QPropertyValueAddedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueAddedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyValueAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr14(Qt3DCore::QPropertyValueAddedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueAddedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueAddedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueAddedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChange_ptr(Qt3DCore::QStaticPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QStaticPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QStaticPropertyValueRemovedChangeBase_ptr3(Qt3DCore::QPropertyValueRemovedChange * ptr) { return static_cast< Qt3DCore::QStaticPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueRemovedChange_ptr(Qt3DCore::QStaticPropertyValueRemovedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChange_ptr1(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChangeBase * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChangeBase_ptr3(Qt3DCore::QPropertyValueRemovedChange * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChangeBase * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueRemovedChange_ptr1(Qt3DCore::QPropertyValueRemovedChangeBase * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QPropertyValueRemovedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QPropertyValueRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr15(Qt3DCore::QPropertyValueRemovedChange * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QPropertyValueRemovedChange * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QPropertyValueRemovedChange_ptr2(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QPropertyValueRemovedChange * >(ptr); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QTransform_ptr(Qt3DCore::QComponent * ptr) { return static_cast< Qt3DCore::QTransform * >(ptr); } RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QComponent_ptr2(Qt3DCore::QTransform * ptr) { return static_cast< Qt3DCore::QComponent * >(ptr); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QTransform_ptr(Qt3DCore::QComponent * ptr) { return dynamic_cast< Qt3DCore::QTransform * >(ptr); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QTransform_ptr1(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QTransform * >(ptr); } RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr3(Qt3DCore::QTransform * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QTransform_ptr1(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QTransform * >(ptr); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QTransform_ptr2(QObject * ptr) { return static_cast< Qt3DCore::QTransform * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr5(Qt3DCore::QTransform * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT Qt3DCore::QTransform * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QTransform_ptr2(QObject * ptr) { return dynamic_cast< Qt3DCore::QTransform * >(ptr); } #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_staticMetaObject() { return &Qt3DCore::QAbstractSkeleton::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_staticMetaObject() { return &Qt3DCore::QArmature::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_staticMetaObject() { return &Qt3DCore::QJoint::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_staticMetaObject() { return &Qt3DCore::QSkeleton::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_staticMetaObject() { return &Qt3DCore::QSkeletonLoader::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNodeCommand * ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_QNodeCommand(Qt3DCore::QNodeId const * id) { return new Qt3DCore::QNodeCommand(*id); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_dQNodeCommand(Qt3DCore::QNodeCommand * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned long long ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_commandId(Qt3DCore::QNodeCommand const * this_ptr) { return this_ptr->commandId(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_name(Qt3DCore::QNodeCommand const * this_ptr) { return new QString(this_ptr->name()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_setName(Qt3DCore::QNodeCommand * this_ptr, QString const * name) { this_ptr->setName(*name); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVariant * ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_data(Qt3DCore::QNodeCommand const * this_ptr) { return new QVariant(this_ptr->data()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_setData(Qt3DCore::QNodeCommand * this_ptr, QVariant const * data) { this_ptr->setData(*data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned long long ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_inReplyTo(Qt3DCore::QNodeCommand const * this_ptr) { return this_ptr->inReplyTo(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QNodeCommand_setReplyToCommandId(Qt3DCore::QNodeCommand * this_ptr, unsigned long long id) { this_ptr->setReplyToCommandId(id); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned long long ctr_qt_3d_core_ffi_Qt3DCore_QNode_sendCommand(Qt3DCore::QNode * this_ptr, QString const * name, QVariant const * data, unsigned long long replyTo) { return this_ptr->sendCommand(*name, *data, replyTo); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_metaObject(Qt3DCore::QAbstractSkeleton const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_qt_metacast(Qt3DCore::QAbstractSkeleton * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_qt_metacall(Qt3DCore::QAbstractSkeleton * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QAbstractSkeleton::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QAbstractSkeleton::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_dQAbstractSkeleton(Qt3DCore::QAbstractSkeleton * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QAbstractSkeleton_jointCount(Qt3DCore::QAbstractSkeleton const * this_ptr) { return this_ptr->jointCount(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_metaObject(Qt3DCore::QArmature const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_qt_metacast(Qt3DCore::QArmature * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QArmature_qt_metacall(Qt3DCore::QArmature * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QArmature::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QArmature::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_QArmature(Qt3DCore::QNode * parent) { return new Qt3DCore::QArmature(parent); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QArmature_dQArmature(Qt3DCore::QArmature * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_skeleton(Qt3DCore::QArmature const * this_ptr) { return this_ptr->skeleton(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QArmature_setSkeleton(Qt3DCore::QArmature * this_ptr, Qt3DCore::QAbstractSkeleton * skeleton) { this_ptr->setSkeleton(skeleton); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_metaObject(Qt3DCore::QJoint const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_qt_metacast(Qt3DCore::QJoint * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QJoint_qt_metacall(Qt3DCore::QJoint * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QJoint::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QJoint::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_QJoint(Qt3DCore::QNode * parent) { return new Qt3DCore::QJoint(parent); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_dQJoint(Qt3DCore::QJoint * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector3D * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_scale(Qt3DCore::QJoint const * this_ptr) { return new QVector3D(this_ptr->scale()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_rotation(Qt3DCore::QJoint const * this_ptr) { return new QQuaternion(this_ptr->rotation()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector3D * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_translation(Qt3DCore::QJoint const * this_ptr) { return new QVector3D(this_ptr->translation()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMatrix4x4 * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_inverseBindMatrix(Qt3DCore::QJoint const * this_ptr) { return new QMatrix4x4(this_ptr->inverseBindMatrix()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QJoint_rotationX(Qt3DCore::QJoint const * this_ptr) { return this_ptr->rotationX(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QJoint_rotationY(Qt3DCore::QJoint const * this_ptr) { return this_ptr->rotationY(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT float ctr_qt_3d_core_ffi_Qt3DCore_QJoint_rotationZ(Qt3DCore::QJoint const * this_ptr) { return this_ptr->rotationZ(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_name(Qt3DCore::QJoint const * this_ptr) { return new QString(this_ptr->name()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_addChildJoint(Qt3DCore::QJoint * this_ptr, Qt3DCore::QJoint * joint) { this_ptr->addChildJoint(joint); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_removeChildJoint(Qt3DCore::QJoint * this_ptr, Qt3DCore::QJoint * joint) { this_ptr->removeChildJoint(joint); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_childJoints(Qt3DCore::QJoint const * this_ptr) { return new QVector< Qt3DCore::QJoint * >(this_ptr->childJoints()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setScale(Qt3DCore::QJoint * this_ptr, QVector3D const * scale) { this_ptr->setScale(*scale); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setRotation(Qt3DCore::QJoint * this_ptr, QQuaternion const * rotation) { this_ptr->setRotation(*rotation); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setTranslation(Qt3DCore::QJoint * this_ptr, QVector3D const * translation) { this_ptr->setTranslation(*translation); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setInverseBindMatrix(Qt3DCore::QJoint * this_ptr, QMatrix4x4 const * inverseBindMatrix) { this_ptr->setInverseBindMatrix(*inverseBindMatrix); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setRotationX(Qt3DCore::QJoint * this_ptr, float rotationX) { this_ptr->setRotationX(rotationX); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setRotationY(Qt3DCore::QJoint * this_ptr, float rotationY) { this_ptr->setRotationY(rotationY); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setRotationZ(Qt3DCore::QJoint * this_ptr, float rotationZ) { this_ptr->setRotationZ(rotationZ); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setName(Qt3DCore::QJoint * this_ptr, QString const * name) { this_ptr->setName(*name); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QJoint_setToIdentity(Qt3DCore::QJoint * this_ptr) { this_ptr->setToIdentity(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_metaObject(Qt3DCore::QSkeleton const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_qt_metacast(Qt3DCore::QSkeleton * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_qt_metacall(Qt3DCore::QSkeleton * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QSkeleton::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QSkeleton::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_QSkeleton(Qt3DCore::QNode * parent) { return new Qt3DCore::QSkeleton(parent); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_dQSkeleton(Qt3DCore::QSkeleton * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_rootJoint(Qt3DCore::QSkeleton const * this_ptr) { return this_ptr->rootJoint(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_setRootJoint(Qt3DCore::QSkeleton * this_ptr, Qt3DCore::QJoint * rootJoint) { this_ptr->setRootJoint(rootJoint); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_metaObject(Qt3DCore::QSkeletonLoader const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_qt_metacast(Qt3DCore::QSkeletonLoader * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_qt_metacall(Qt3DCore::QSkeletonLoader * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_tr(char const * s, char const * c, int n) { return new QString(Qt3DCore::QSkeletonLoader::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_trUtf8(char const * s, char const * c, int n) { return new QString(Qt3DCore::QSkeletonLoader::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_QSkeletonLoader(Qt3DCore::QNode * parent) { return new Qt3DCore::QSkeletonLoader(parent); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_QSkeletonLoader1(QUrl const * source, Qt3DCore::QNode * parent) { return new Qt3DCore::QSkeletonLoader(*source, parent); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_dQSkeletonLoader(Qt3DCore::QSkeletonLoader * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QUrl * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_source(Qt3DCore::QSkeletonLoader const * this_ptr) { return new QUrl(this_ptr->source()); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader::Status ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_status(Qt3DCore::QSkeletonLoader const * this_ptr) { return this_ptr->status(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_isCreateJointsEnabled(Qt3DCore::QSkeletonLoader const * this_ptr) { return this_ptr->isCreateJointsEnabled(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_rootJoint(Qt3DCore::QSkeletonLoader const * this_ptr) { return this_ptr->rootJoint(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_setSource(Qt3DCore::QSkeletonLoader * this_ptr, QUrl const * source) { this_ptr->setSource(*source); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_setCreateJointsEnabled(Qt3DCore::QSkeletonLoader * this_ptr, bool enabled) { this_ptr->setCreateJointsEnabled(enabled); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QQuaternion * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_fromAxes(QVector3D const * xAxis, QVector3D const * yAxis, QVector3D const * zAxis) { return new QQuaternion(Qt3DCore::QTransform::fromAxes(*xAxis, *yAxis, *zAxis)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QMatrix4x4 * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_rotateFromAxes(QVector3D const * xAxis, QVector3D const * yAxis, QVector3D const * zAxis) { return new QMatrix4x4(Qt3DCore::QTransform::rotateFromAxes(*xAxis, *yAxis, *zAxis)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_Qt3DCore_QArmature_QArmature1() { return new Qt3DCore::QArmature(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_Qt3DCore_QJoint_QJoint1() { return new Qt3DCore::QJoint(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_Qt3DCore_QSkeleton_QSkeleton1() { return new Qt3DCore::QSkeleton(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_QSkeletonLoader2() { return new Qt3DCore::QSkeletonLoader(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_QVector() { return new QVector< Qt3DCore::QJoint * >(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_QVector1(int size) { return new QVector< Qt3DCore::QJoint * >(size); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_QVector2(int size, Qt3DCore::QJoint * const * t) { return new QVector< Qt3DCore::QJoint * >(size, *t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_QVector3(QVector< Qt3DCore::QJoint * > const * v) { return new QVector< Qt3DCore::QJoint * >(*v); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_dQVector(QVector< Qt3DCore::QJoint * > * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator_(QVector< Qt3DCore::QJoint * > * this_ptr, QVector< Qt3DCore::QJoint * > const * v) { return &this_ptr->operator=(*v); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_swap(QVector< Qt3DCore::QJoint * > * this_ptr, QVector< Qt3DCore::QJoint * > * other) { this_ptr->swap(*other); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__(QVector< Qt3DCore::QJoint * > const * this_ptr, QVector< Qt3DCore::QJoint * > const * v) { return this_ptr->operator==(*v); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_size(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->size(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_isEmpty(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->isEmpty(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_resize(QVector< Qt3DCore::QJoint * > * this_ptr, int size) { this_ptr->resize(size); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_capacity(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->capacity(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_reserve(QVector< Qt3DCore::QJoint * > * this_ptr, int size) { this_ptr->reserve(size); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_squeeze(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->squeeze(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_detach(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->detach(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_isDetached(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->isDetached(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_setSharable(QVector< Qt3DCore::QJoint * > * this_ptr, bool sharable) { this_ptr->setSharable(sharable); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_isSharedWith(QVector< Qt3DCore::QJoint * > const * this_ptr, QVector< Qt3DCore::QJoint * > const * other) { return this_ptr->isSharedWith(*other); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_data(QVector< Qt3DCore::QJoint * > * this_ptr) { return this_ptr->data(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_data1(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->data(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_constData(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->constData(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_clear(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->clear(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_at(QVector< Qt3DCore::QJoint * > const * this_ptr, int i) { return &this_ptr->at(i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__2(QVector< Qt3DCore::QJoint * > * this_ptr, int i) { return &this_ptr->operator[](i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__3(QVector< Qt3DCore::QJoint * > const * this_ptr, int i) { return &this_ptr->operator[](i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_append(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { this_ptr->append(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_append2(QVector< Qt3DCore::QJoint * > * this_ptr, QVector< Qt3DCore::QJoint * > const * l) { this_ptr->append(*l); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_prepend(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { this_ptr->prepend(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_insert(QVector< Qt3DCore::QJoint * > * this_ptr, int i, Qt3DCore::QJoint * const * t) { this_ptr->insert(i, *t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_insert1(QVector< Qt3DCore::QJoint * > * this_ptr, int i, int n, Qt3DCore::QJoint * const * t) { this_ptr->insert(i, n, *t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_replace(QVector< Qt3DCore::QJoint * > * this_ptr, int i, Qt3DCore::QJoint * const * t) { this_ptr->replace(i, *t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_remove(QVector< Qt3DCore::QJoint * > * this_ptr, int i) { this_ptr->remove(i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_remove1(QVector< Qt3DCore::QJoint * > * this_ptr, int i, int n) { this_ptr->remove(i, n); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_removeFirst(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->removeFirst(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_removeLast(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->removeLast(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_takeFirst(QVector< Qt3DCore::QJoint * > * this_ptr) { return this_ptr->takeFirst(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_takeLast(QVector< Qt3DCore::QJoint * > * this_ptr) { return this_ptr->takeLast(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_fill(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t, int size) { return &this_ptr->fill(*t, size); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_indexOf(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t, int from) { return this_ptr->indexOf(*t, from); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_lastIndexOf(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t, int from) { return this_ptr->lastIndexOf(*t, from); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_contains(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->contains(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_count(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->count(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_removeAt(QVector< Qt3DCore::QJoint * > * this_ptr, int i) { this_ptr->removeAt(i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_removeAll(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->removeAll(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_removeOne(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->removeOne(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_length(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->length(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_takeAt(QVector< Qt3DCore::QJoint * > * this_ptr, int i) { return this_ptr->takeAt(i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_move(QVector< Qt3DCore::QJoint * > * this_ptr, int from, int to) { this_ptr->move(from, to); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_count1(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->count(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_first(QVector< Qt3DCore::QJoint * > * this_ptr) { return &this_ptr->first(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_first1(QVector< Qt3DCore::QJoint * > const * this_ptr) { return &this_ptr->first(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_constFirst(QVector< Qt3DCore::QJoint * > const * this_ptr) { return &this_ptr->constFirst(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_last(QVector< Qt3DCore::QJoint * > * this_ptr) { return &this_ptr->last(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_last1(QVector< Qt3DCore::QJoint * > const * this_ptr) { return &this_ptr->last(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_constLast(QVector< Qt3DCore::QJoint * > const * this_ptr) { return &this_ptr->constLast(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_startsWith(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->startsWith(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_endsWith(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->endsWith(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_mid(QVector< Qt3DCore::QJoint * > const * this_ptr, int pos, int len) { return new QVector< Qt3DCore::QJoint * >(this_ptr->mid(pos, len)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_value(QVector< Qt3DCore::QJoint * > const * this_ptr, int i) { return this_ptr->value(i); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_value1(QVector< Qt3DCore::QJoint * > const * this_ptr, int i, Qt3DCore::QJoint * const * defaultValue) { return this_ptr->value(i, *defaultValue); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_push_back(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { this_ptr->push_back(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_push_front(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { this_ptr->push_front(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_pop_back(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->pop_back(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_pop_front(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->pop_front(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_empty(QVector< Qt3DCore::QJoint * > const * this_ptr) { return this_ptr->empty(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_front(QVector< Qt3DCore::QJoint * > * this_ptr) { return &this_ptr->front(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_front1(QVector< Qt3DCore::QJoint * > const * this_ptr) { return &this_ptr->front(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_back(QVector< Qt3DCore::QJoint * > * this_ptr) { return &this_ptr->back(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * const * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_back1(QVector< Qt3DCore::QJoint * > const * this_ptr) { return &this_ptr->back(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__4(QVector< Qt3DCore::QJoint * > * this_ptr, QVector< Qt3DCore::QJoint * > const * l) { return &this_ptr->operator+=(*l); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator_2(QVector< Qt3DCore::QJoint * > const * this_ptr, QVector< Qt3DCore::QJoint * > const * l) { return new QVector< Qt3DCore::QJoint * >(this_ptr->operator+(*l)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__5(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { return &this_ptr->operator+=(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__6(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { return &this_ptr->operator<<(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_operator__7(QVector< Qt3DCore::QJoint * > * this_ptr, QVector< Qt3DCore::QJoint * > const * l) { return &this_ptr->operator<<(*l); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash24(QVector< Qt3DCore::QJoint * > const * key, unsigned int seed) { return qHash(*key, seed); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_24(QVector< Qt3DCore::QJoint * > const * lhs, QVector< Qt3DCore::QJoint * > const * rhs) { return operator<(*lhs, *rhs); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator_25(QVector< Qt3DCore::QJoint * > const * lhs, QVector< Qt3DCore::QJoint * > const * rhs) { return operator>(*lhs, *rhs); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__72(QVector< Qt3DCore::QJoint * > const * lhs, QVector< Qt3DCore::QJoint * > const * rhs) { return operator<=(*lhs, *rhs); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT bool ctr_qt_3d_core_ffi_operator__73(QVector< Qt3DCore::QJoint * > const * lhs, QVector< Qt3DCore::QJoint * > const * rhs) { return operator>=(*lhs, *rhs); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QDataStream * ctr_qt_3d_core_ffi_operator__75(QDataStream * s, QVector< Qt3DCore::QJoint * > const * v) { return &operator<<(*s, *v); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QDebug * ctr_qt_3d_core_ffi_operator__76(QDebug const * debug, QVector< Qt3DCore::QJoint * > const * vec) { return new QDebug(operator<<(*debug, *vec)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_fill1(QVector< Qt3DCore::QJoint * > * this_ptr, Qt3DCore::QJoint * const * t) { return &this_ptr->fill(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_indexOf1(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->indexOf(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT int ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_lastIndexOf1(QVector< Qt3DCore::QJoint * > const * this_ptr, Qt3DCore::QJoint * const * t) { return this_ptr->lastIndexOf(*t); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QVector< Qt3DCore::QJoint * > * ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_mid1(QVector< Qt3DCore::QJoint * > const * this_ptr, int pos) { return new QVector< Qt3DCore::QJoint * >(this_ptr->mid(pos)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned int ctr_qt_3d_core_ffi_qHash25(QVector< Qt3DCore::QJoint * > const * key) { return qHash(*key); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_shrink_to_fit(QVector< Qt3DCore::QAbstractAspect * > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_shrink_to_fit(QVector< Qt3DCore::QNode * > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_shrink_to_fit(QVector< Qt3DCore::QNodeId > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_shrink_to_fit(QVector< Qt3DCore::QEntity * > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_shrink_to_fit(QVector< Qt3DCore::QComponent * > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_shrink_to_fit(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_shrink_to_fit(QVector< Qt3DCore::QJoint * > * this_ptr) { this_ptr->shrink_to_fit(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned long long ctr_qt_3d_core_ffi_Qt3DCore_QNode_sendCommand1(Qt3DCore::QNode * this_ptr, QString const * name, QVariant const * data) { return this_ptr->sendCommand(*name, *data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT unsigned long long ctr_qt_3d_core_ffi_Qt3DCore_QNode_sendCommand2(Qt3DCore::QNode * this_ptr, QString const * name) { return this_ptr->sendCommand(*name); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_Qt3DCore_QSkeletonLoader_QSkeletonLoader4(QUrl const * source) { return new Qt3DCore::QSkeletonLoader(*source); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNodeCommand * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNodeCommand_ptr(Qt3DCore::QSceneChange * ptr) { return static_cast< Qt3DCore::QNodeCommand * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSceneChange * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSceneChange_ptr32(Qt3DCore::QNodeCommand * ptr) { return static_cast< Qt3DCore::QSceneChange * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNodeCommand * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QNodeCommand_ptr(Qt3DCore::QSceneChange * ptr) { return dynamic_cast< Qt3DCore::QNodeCommand * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QAbstractSkeleton_ptr(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QAbstractSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr8(Qt3DCore::QAbstractSkeleton * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QAbstractSkeleton_ptr(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QAbstractSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QAbstractSkeleton_ptr1(QObject * ptr) { return static_cast< Qt3DCore::QAbstractSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr22(Qt3DCore::QAbstractSkeleton * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QAbstractSkeleton_ptr1(QObject * ptr) { return dynamic_cast< Qt3DCore::QAbstractSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QArmature_ptr(Qt3DCore::QComponent * ptr) { return static_cast< Qt3DCore::QArmature * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QComponent * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QComponent_ptr6(Qt3DCore::QArmature * ptr) { return static_cast< Qt3DCore::QComponent * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QArmature_ptr(Qt3DCore::QComponent * ptr) { return dynamic_cast< Qt3DCore::QArmature * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QArmature_ptr1(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QArmature * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr9(Qt3DCore::QArmature * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QArmature_ptr1(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QArmature * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QArmature_ptr2(QObject * ptr) { return static_cast< Qt3DCore::QArmature * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr23(Qt3DCore::QArmature * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QArmature * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QArmature_ptr2(QObject * ptr) { return dynamic_cast< Qt3DCore::QArmature * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QJoint_ptr(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QJoint * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr10(Qt3DCore::QJoint * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QJoint_ptr(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QJoint * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QJoint_ptr1(QObject * ptr) { return static_cast< Qt3DCore::QJoint * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr24(Qt3DCore::QJoint * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QJoint * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QJoint_ptr1(QObject * ptr) { return dynamic_cast< Qt3DCore::QJoint * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSkeleton_ptr(Qt3DCore::QAbstractSkeleton * ptr) { return static_cast< Qt3DCore::QSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QAbstractSkeleton_ptr2(Qt3DCore::QSkeleton * ptr) { return static_cast< Qt3DCore::QAbstractSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QSkeleton_ptr(Qt3DCore::QAbstractSkeleton * ptr) { return dynamic_cast< Qt3DCore::QSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSkeleton_ptr1(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr11(Qt3DCore::QSkeleton * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QSkeleton_ptr1(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSkeleton_ptr2(QObject * ptr) { return static_cast< Qt3DCore::QSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr25(Qt3DCore::QSkeleton * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeleton * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QSkeleton_ptr2(QObject * ptr) { return dynamic_cast< Qt3DCore::QSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSkeletonLoader_ptr(Qt3DCore::QAbstractSkeleton * ptr) { return static_cast< Qt3DCore::QSkeletonLoader * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QAbstractSkeleton * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QAbstractSkeleton_ptr3(Qt3DCore::QSkeletonLoader * ptr) { return static_cast< Qt3DCore::QAbstractSkeleton * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QSkeletonLoader_ptr(Qt3DCore::QAbstractSkeleton * ptr) { return dynamic_cast< Qt3DCore::QSkeletonLoader * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSkeletonLoader_ptr1(Qt3DCore::QNode * ptr) { return static_cast< Qt3DCore::QSkeletonLoader * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QNode * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QNode_ptr12(Qt3DCore::QSkeletonLoader * ptr) { return static_cast< Qt3DCore::QNode * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QSkeletonLoader_ptr1(Qt3DCore::QNode * ptr) { return dynamic_cast< Qt3DCore::QSkeletonLoader * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_static_cast_Qt3DCore_QSkeletonLoader_ptr2(QObject * ptr) { return static_cast< Qt3DCore::QSkeletonLoader * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr26(Qt3DCore::QSkeletonLoader * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300)||(RITUAL_CPP_LIB_VERSION == 51400) RITUAL_EXPORT Qt3DCore::QSkeletonLoader * ctr_qt_3d_core_ffi_dynamic_cast_Qt3DCore_QSkeletonLoader_ptr2(QObject * ptr) { return dynamic_cast< Qt3DCore::QSkeletonLoader * >(ptr); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_setRunMode(Qt3DCore::QAspectEngine * this_ptr, Qt3DCore::QAspectEngine::RunMode mode) { this_ptr->setRunMode(mode); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT Qt3DCore::QAspectEngine::RunMode ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_runMode(Qt3DCore::QAspectEngine const * this_ptr) { return this_ptr->runMode(); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QAspectEngine_processFrame(Qt3DCore::QAspectEngine * this_ptr) { this_ptr->processFrame(); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT QMatrix4x4 * ctr_qt_3d_core_ffi_Qt3DCore_QTransform_worldMatrix(Qt3DCore::QTransform const * this_ptr) { return new QMatrix4x4(this_ptr->worldMatrix()); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_Qt3DCore_QTransform_worldMatrixChanged(Qt3DCore::QTransform * this_ptr, QMatrix4x4 const * worldMatrix) { this_ptr->worldMatrixChanged(*worldMatrix); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QAbstractAspect_ptr_swapItemsAt(QVector< Qt3DCore::QAbstractAspect * > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNode_ptr_swapItemsAt(QVector< Qt3DCore::QNode * > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeId_swapItemsAt(QVector< Qt3DCore::QNodeId > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QEntity_ptr_swapItemsAt(QVector< Qt3DCore::QEntity * > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QComponent_ptr_swapItemsAt(QVector< Qt3DCore::QComponent * > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QNodeIdTypePair_swapItemsAt(QVector< Qt3DCore::QNodeIdTypePair > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if RITUAL_CPP_LIB_VERSION == 51400 RITUAL_EXPORT void ctr_qt_3d_core_ffi_QVector_Qt3DCore_QJoint_ptr_swapItemsAt(QVector< Qt3DCore::QJoint * > * this_ptr, int i, int j) { this_ptr->swapItemsAt(i, j); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr() { return new ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_emit_(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * this_ptr, Qt3DCore::QJoint * arg0) { this_ptr->emit_(arg0); } #endif RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref() { return new ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_emit_(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * this_ptr, QMatrix4x4 const * arg0) { this_ptr->emit_(*arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode() { return new ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_emit_(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, Qt3DCore::QNode::PropertyTrackingMode arg0) { this_ptr->emit_(arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr() { return new ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_emit_(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * this_ptr, Qt3DCore::QEntity * arg0) { this_ptr->emit_(arg0); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr() { return new ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_emit_(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, Qt3DCore::QAbstractSkeleton * arg0) { this_ptr->emit_(arg0); } #endif RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref() { return new ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_emit_(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * this_ptr, QVector3D const * arg0) { this_ptr->emit_(*arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_float::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_float const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_float * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_float * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_float::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_float::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_float * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_ctr_qt_3d_core_ffi_signal_wrapper_float() { return new ctr_qt_3d_core_ffi_signal_wrapper_float(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_emit_(ctr_qt_3d_core_ffi_signal_wrapper_float * this_ptr, float arg0) { this_ptr->emit_(arg0); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status() { return new ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_emit_(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, Qt3DCore::QSkeletonLoader::Status arg0) { this_ptr->emit_(arg0); } #endif RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_staticMetaObject() { return &ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_metaObject(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_qt_metacast(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_qt_metacall(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref() { return new ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref(); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_emit_(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * this_ptr, QQuaternion const * arg0) { this_ptr->emit_(*arg0); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_dctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * this_ptr) { delete this_ptr; } #endif RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_dctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_dctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_dctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * this_ptr) { delete this_ptr; } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_dctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr) { delete this_ptr; } #endif RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_dctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_float_dctr_qt_3d_core_ffi_signal_wrapper_float(ctr_qt_3d_core_ffi_signal_wrapper_float * this_ptr) { delete this_ptr; } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_dctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr) { delete this_ptr; } #endif RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_dctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * this_ptr) { delete this_ptr; } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr18(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QJoint_ptr * >(ptr); } #endif RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr20(ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_QMatrix4x4_const_ref * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr27(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QNode_PropertyTrackingMode * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr29(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QEntity_ptr * >(ptr); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr31(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QAbstractSkeleton_ptr * >(ptr); } #endif RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr33(ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_QVector3D_const_ref * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_float * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_float_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_float * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr35(ctr_qt_3d_core_ffi_signal_wrapper_float * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_float * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_float_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_float * >(ptr); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr37(ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_Qt3DCore_QSkeletonLoader_Status * >(ptr); } #endif RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr39(ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_signal_wrapper_QQuaternion_const_ref * >(ptr); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status(QObject * parent, void (*callback)(void *, Qt3DCore::QSkeletonLoader::Status), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status(parent, callback, deleter, data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_set(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, void (*callback)(void *, Qt3DCore::QSkeletonLoader::Status), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_slot_(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr, Qt3DCore::QSkeletonLoader::Status arg0) { this_ptr->slot_(arg0); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr(QObject * parent, void (*callback)(void *, Qt3DCore::QAbstractSkeleton *), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr(parent, callback, deleter, data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_set(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, void (*callback)(void *, Qt3DCore::QAbstractSkeleton *), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_slot_(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr, Qt3DCore::QAbstractSkeleton * arg0) { this_ptr->slot_(arg0); } #endif RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode(QObject * parent, void (*callback)(void *, Qt3DCore::QNode::PropertyTrackingMode), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode(parent, callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_set(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, void (*callback)(void *, Qt3DCore::QNode::PropertyTrackingMode), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_slot_(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr, Qt3DCore::QNode::PropertyTrackingMode arg0) { this_ptr->slot_(arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref(QObject * parent, void (*callback)(void *, QQuaternion const *), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref(parent, callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_set(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * this_ptr, void (*callback)(void *, QQuaternion const *), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_slot_(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * this_ptr, QQuaternion const * arg0) { this_ptr->slot_(*arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr(QObject * parent, void (*callback)(void *, Qt3DCore::QEntity *), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr(parent, callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_set(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * this_ptr, void (*callback)(void *, Qt3DCore::QEntity *), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_slot_(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * this_ptr, Qt3DCore::QEntity * arg0) { this_ptr->slot_(arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref(QObject * parent, void (*callback)(void *, QMatrix4x4 const *), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref(parent, callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_set(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * this_ptr, void (*callback)(void *, QMatrix4x4 const *), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_slot_(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * this_ptr, QMatrix4x4 const * arg0) { this_ptr->slot_(*arg0); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr::staticMetaObject; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr const * this_ptr) { return this_ptr->metaObject(); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr::tr(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr::trUtf8(s, c, n)); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr(QObject * parent, void (*callback)(void *, Qt3DCore::QJoint *), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr(parent, callback, deleter, data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_set(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * this_ptr, void (*callback)(void *, Qt3DCore::QJoint *), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_slot_(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * this_ptr, Qt3DCore::QJoint * arg0) { this_ptr->slot_(arg0); } #endif RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_float::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_float const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_float * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_float * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_float::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_float::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_float * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_ctr_qt_3d_core_ffi_slot_wrapper_float(QObject * parent, void (*callback)(void *, float), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_float(parent, callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_set(ctr_qt_3d_core_ffi_slot_wrapper_float * this_ptr, void (*callback)(void *, float), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_slot_(ctr_qt_3d_core_ffi_slot_wrapper_float * this_ptr, float arg0) { this_ptr->slot_(arg0); } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_staticMetaObject() { return &ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref::staticMetaObject; } RITUAL_EXPORT QMetaObject const * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_metaObject(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref const * this_ptr) { return this_ptr->metaObject(); } RITUAL_EXPORT void * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_qt_metacast(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * this_ptr, char const * arg1) { return this_ptr->qt_metacast(arg1); } RITUAL_EXPORT int ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_qt_metacall(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * this_ptr, QMetaObject::Call arg1, int arg2, void * * arg3) { return this_ptr->qt_metacall(arg1, arg2, arg3); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_tr(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref::tr(s, c, n)); } RITUAL_EXPORT QString * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_trUtf8(char const * s, char const * c, int n) { return new QString(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref::trUtf8(s, c, n)); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref(QObject * parent, void (*callback)(void *, QVector3D const *), void (*deleter)(void *), void * data) { return new ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref(parent, callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_set(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * this_ptr, void (*callback)(void *, QVector3D const *), void (*deleter)(void *), void * data) { this_ptr->set(callback, deleter, data); } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_slot_(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * this_ptr, QVector3D const * arg0) { this_ptr->slot_(*arg0); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_dctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * this_ptr) { delete this_ptr; } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_dctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * this_ptr) { delete this_ptr; } #endif RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_dctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_dctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_dctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_dctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * this_ptr) { delete this_ptr; } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_dctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * this_ptr) { delete this_ptr; } #endif RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_float_dctr_qt_3d_core_ffi_slot_wrapper_float(ctr_qt_3d_core_ffi_slot_wrapper_float * this_ptr) { delete this_ptr; } RITUAL_EXPORT void ctr_qt_3d_core_ffi_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_dctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * this_ptr) { delete this_ptr; } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr40(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QSkeletonLoader_Status * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr41(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QAbstractSkeleton_ptr * >(ptr); } #endif RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr42(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QNode_PropertyTrackingMode * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr43(ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_QQuaternion_const_ref * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr44(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QEntity_ptr * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr45(ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_QMatrix4x4_const_ref * >(ptr); } #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr46(ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * ptr) { return static_cast< QObject * >(ptr); } #endif #if (RITUAL_CPP_LIB_VERSION == 51400)||(RITUAL_CPP_LIB_VERSION == 51103)||(RITUAL_CPP_LIB_VERSION == 51202)||(RITUAL_CPP_LIB_VERSION == 51300) RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_Qt3DCore_QJoint_ptr * >(ptr); } #endif RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_float * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_float_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_float * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr47(ctr_qt_3d_core_ffi_slot_wrapper_float * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_float * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_float_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_float * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * ctr_qt_3d_core_ffi_static_cast_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_ptr(QObject * ptr) { return static_cast< ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * >(ptr); } RITUAL_EXPORT QObject * ctr_qt_3d_core_ffi_static_cast_QObject_ptr48(ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * ptr) { return static_cast< QObject * >(ptr); } RITUAL_EXPORT ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * ctr_qt_3d_core_ffi_dynamic_cast_ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref_ptr(QObject * ptr) { return dynamic_cast< ctr_qt_3d_core_ffi_slot_wrapper_QVector3D_const_ref * >(ptr); } } // extern "C" #include "file1.moc"