#include #include #include #include #include #include #include #include #include #include #include "qgraphicstransform.h" #include "gen_qgraphicstransform.h" #include "_cgo_export.h" QMetaObject* QGraphicsTransform_MetaObject(const QGraphicsTransform* self) { return (QMetaObject*) self->metaObject(); } struct miqt_string* QGraphicsTransform_Tr(const char* s) { QString _ret = QGraphicsTransform::tr(s); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsTransform_TrUtf8(const char* s) { QString _ret = QGraphicsTransform::trUtf8(s); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } void QGraphicsTransform_ApplyTo(const QGraphicsTransform* self, QMatrix4x4* matrix) { self->applyTo(matrix); } struct miqt_string* QGraphicsTransform_Tr2(const char* s, const char* c) { QString _ret = QGraphicsTransform::tr(s, c); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsTransform_Tr3(const char* s, const char* c, int n) { QString _ret = QGraphicsTransform::tr(s, c, static_cast(n)); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsTransform_TrUtf82(const char* s, const char* c) { QString _ret = QGraphicsTransform::trUtf8(s, c); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsTransform_TrUtf83(const char* s, const char* c, int n) { QString _ret = QGraphicsTransform::trUtf8(s, c, static_cast(n)); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } void QGraphicsTransform_Delete(QGraphicsTransform* self) { delete self; } QGraphicsScale* QGraphicsScale_new() { return new QGraphicsScale(); } QGraphicsScale* QGraphicsScale_new2(QObject* parent) { return new QGraphicsScale(parent); } QMetaObject* QGraphicsScale_MetaObject(const QGraphicsScale* self) { return (QMetaObject*) self->metaObject(); } struct miqt_string* QGraphicsScale_Tr(const char* s) { QString _ret = QGraphicsScale::tr(s); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsScale_TrUtf8(const char* s) { QString _ret = QGraphicsScale::trUtf8(s); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } QVector3D* QGraphicsScale_Origin(const QGraphicsScale* self) { return new QVector3D(self->origin()); } void QGraphicsScale_SetOrigin(QGraphicsScale* self, QVector3D* point) { self->setOrigin(*point); } double QGraphicsScale_XScale(const QGraphicsScale* self) { return self->xScale(); } void QGraphicsScale_SetXScale(QGraphicsScale* self, double xScale) { self->setXScale(static_cast(xScale)); } double QGraphicsScale_YScale(const QGraphicsScale* self) { return self->yScale(); } void QGraphicsScale_SetYScale(QGraphicsScale* self, double yScale) { self->setYScale(static_cast(yScale)); } double QGraphicsScale_ZScale(const QGraphicsScale* self) { return self->zScale(); } void QGraphicsScale_SetZScale(QGraphicsScale* self, double zScale) { self->setZScale(static_cast(zScale)); } void QGraphicsScale_ApplyTo(const QGraphicsScale* self, QMatrix4x4* matrix) { self->applyTo(matrix); } void QGraphicsScale_OriginChanged(QGraphicsScale* self) { self->originChanged(); } void QGraphicsScale_connect_OriginChanged(QGraphicsScale* self, void* slot) { QGraphicsScale::connect(self, static_cast(&QGraphicsScale::originChanged), self, [=]() { miqt_exec_callback_QGraphicsScale_OriginChanged(slot); }); } void QGraphicsScale_XScaleChanged(QGraphicsScale* self) { self->xScaleChanged(); } void QGraphicsScale_connect_XScaleChanged(QGraphicsScale* self, void* slot) { QGraphicsScale::connect(self, static_cast(&QGraphicsScale::xScaleChanged), self, [=]() { miqt_exec_callback_QGraphicsScale_XScaleChanged(slot); }); } void QGraphicsScale_YScaleChanged(QGraphicsScale* self) { self->yScaleChanged(); } void QGraphicsScale_connect_YScaleChanged(QGraphicsScale* self, void* slot) { QGraphicsScale::connect(self, static_cast(&QGraphicsScale::yScaleChanged), self, [=]() { miqt_exec_callback_QGraphicsScale_YScaleChanged(slot); }); } void QGraphicsScale_ZScaleChanged(QGraphicsScale* self) { self->zScaleChanged(); } void QGraphicsScale_connect_ZScaleChanged(QGraphicsScale* self, void* slot) { QGraphicsScale::connect(self, static_cast(&QGraphicsScale::zScaleChanged), self, [=]() { miqt_exec_callback_QGraphicsScale_ZScaleChanged(slot); }); } void QGraphicsScale_ScaleChanged(QGraphicsScale* self) { self->scaleChanged(); } void QGraphicsScale_connect_ScaleChanged(QGraphicsScale* self, void* slot) { QGraphicsScale::connect(self, static_cast(&QGraphicsScale::scaleChanged), self, [=]() { miqt_exec_callback_QGraphicsScale_ScaleChanged(slot); }); } struct miqt_string* QGraphicsScale_Tr2(const char* s, const char* c) { QString _ret = QGraphicsScale::tr(s, c); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsScale_Tr3(const char* s, const char* c, int n) { QString _ret = QGraphicsScale::tr(s, c, static_cast(n)); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsScale_TrUtf82(const char* s, const char* c) { QString _ret = QGraphicsScale::trUtf8(s, c); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsScale_TrUtf83(const char* s, const char* c, int n) { QString _ret = QGraphicsScale::trUtf8(s, c, static_cast(n)); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } void QGraphicsScale_Delete(QGraphicsScale* self) { delete self; } QGraphicsRotation* QGraphicsRotation_new() { return new QGraphicsRotation(); } QGraphicsRotation* QGraphicsRotation_new2(QObject* parent) { return new QGraphicsRotation(parent); } QMetaObject* QGraphicsRotation_MetaObject(const QGraphicsRotation* self) { return (QMetaObject*) self->metaObject(); } struct miqt_string* QGraphicsRotation_Tr(const char* s) { QString _ret = QGraphicsRotation::tr(s); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsRotation_TrUtf8(const char* s) { QString _ret = QGraphicsRotation::trUtf8(s); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } QVector3D* QGraphicsRotation_Origin(const QGraphicsRotation* self) { return new QVector3D(self->origin()); } void QGraphicsRotation_SetOrigin(QGraphicsRotation* self, QVector3D* point) { self->setOrigin(*point); } double QGraphicsRotation_Angle(const QGraphicsRotation* self) { return self->angle(); } void QGraphicsRotation_SetAngle(QGraphicsRotation* self, double angle) { self->setAngle(static_cast(angle)); } QVector3D* QGraphicsRotation_Axis(const QGraphicsRotation* self) { return new QVector3D(self->axis()); } void QGraphicsRotation_SetAxis(QGraphicsRotation* self, QVector3D* axis) { self->setAxis(*axis); } void QGraphicsRotation_SetAxisWithAxis(QGraphicsRotation* self, uintptr_t axis) { self->setAxis(static_cast(axis)); } void QGraphicsRotation_ApplyTo(const QGraphicsRotation* self, QMatrix4x4* matrix) { self->applyTo(matrix); } void QGraphicsRotation_OriginChanged(QGraphicsRotation* self) { self->originChanged(); } void QGraphicsRotation_connect_OriginChanged(QGraphicsRotation* self, void* slot) { QGraphicsRotation::connect(self, static_cast(&QGraphicsRotation::originChanged), self, [=]() { miqt_exec_callback_QGraphicsRotation_OriginChanged(slot); }); } void QGraphicsRotation_AngleChanged(QGraphicsRotation* self) { self->angleChanged(); } void QGraphicsRotation_connect_AngleChanged(QGraphicsRotation* self, void* slot) { QGraphicsRotation::connect(self, static_cast(&QGraphicsRotation::angleChanged), self, [=]() { miqt_exec_callback_QGraphicsRotation_AngleChanged(slot); }); } void QGraphicsRotation_AxisChanged(QGraphicsRotation* self) { self->axisChanged(); } void QGraphicsRotation_connect_AxisChanged(QGraphicsRotation* self, void* slot) { QGraphicsRotation::connect(self, static_cast(&QGraphicsRotation::axisChanged), self, [=]() { miqt_exec_callback_QGraphicsRotation_AxisChanged(slot); }); } struct miqt_string* QGraphicsRotation_Tr2(const char* s, const char* c) { QString _ret = QGraphicsRotation::tr(s, c); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsRotation_Tr3(const char* s, const char* c, int n) { QString _ret = QGraphicsRotation::tr(s, c, static_cast(n)); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsRotation_TrUtf82(const char* s, const char* c) { QString _ret = QGraphicsRotation::trUtf8(s, c); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } struct miqt_string* QGraphicsRotation_TrUtf83(const char* s, const char* c, int n) { QString _ret = QGraphicsRotation::trUtf8(s, c, static_cast(n)); // Convert QString from UTF-16 in C++ RAII memory to UTF-8 in manually-managed C memory QByteArray _b = _ret.toUtf8(); return miqt_strdup(_b.data(), _b.length()); } void QGraphicsRotation_Delete(QGraphicsRotation* self) { delete self; }