flutter: Regenerate bindings
This time without readability tags so we can reduce diff size
This commit is contained in:
@@ -27,330 +27,223 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
ClassicIndicatorWindowViewInterface_wrapper::ClassicIndicatorWindowViewInterface_wrapper()
|
||||
: ::KDDockWidgets::Views::ClassicIndicatorWindowViewInterface()
|
||||
{
|
||||
}
|
||||
KDDockWidgets::DropLocation ClassicIndicatorWindowViewInterface_wrapper::hover(QPoint arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_hoverCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_hoverCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::DropLocation ClassicIndicatorWindowViewInterface_wrapper::hover_nocallback(QPoint arg__1)
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
bool ClassicIndicatorWindowViewInterface_wrapper::isWindow() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_isWindowCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_isWindowCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool ClassicIndicatorWindowViewInterface_wrapper::isWindow_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
QPoint ClassicIndicatorWindowViewInterface_wrapper::posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_posForIndicatorCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return *m_posForIndicatorCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
QPoint ClassicIndicatorWindowViewInterface_wrapper::posForIndicator_nocallback(KDDockWidgets::DropLocation arg__1) const
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::raise()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_raiseCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_raiseCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::raise_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::resize(QSize arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_resizeCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_resizeCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::resize_nocallback(QSize arg__1)
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::setGeometry(QRect arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setGeometryCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setGeometryCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::setGeometry_nocallback(QRect arg__1)
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::setObjectName(const QString &arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setObjectNameCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setObjectNameCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::setObjectName_nocallback(const QString &arg__1)
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::setVisible(bool arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setVisibleCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setVisibleCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::setVisible_nocallback(bool arg__1)
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::updatePositions()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_updatePositionsCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_updatePositionsCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicatorWindowViewInterface_wrapper::updatePositions_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return;
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
ClassicIndicatorWindowViewInterface_wrapper::~ClassicIndicatorWindowViewInterface_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// hover(QPoint arg__1)
|
||||
int c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__hover_QPoint(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QPoint *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->hover_nocallback(arg__1);} else { return targetPtr->hover(arg__1);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->hover_nocallback(arg__1);} else { return targetPtr->hover(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isWindow() const
|
||||
bool c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__isWindow(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->isWindow_nocallback();} else { return targetPtr->isWindow();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->isWindow_nocallback();} else { return targetPtr->isWindow();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
void *c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__posForIndicator_DropLocation(void *thisObj, int arg__1)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QPoint> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->posForIndicator_nocallback(static_cast<KDDockWidgets::DropLocation>(arg__1));} else { return targetPtr->posForIndicator(static_cast<KDDockWidgets::DropLocation>(arg__1));} }() };
|
||||
return new Dartagnan::ValueWrapper<QPoint> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->posForIndicator_nocallback(static_cast<KDDockWidgets::DropLocation>(arg__1));} else { return targetPtr->posForIndicator(static_cast<KDDockWidgets::DropLocation>(arg__1));} }() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// raise()
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__raise(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->raise_nocallback();} else { return targetPtr->raise();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// resize(QSize arg__1)
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__resize_QSize(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QSize *>(arg__1_);
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->resize_nocallback(arg__1);} else { return targetPtr->resize(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setGeometry(QRect arg__1)
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setGeometry_QRect(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QRect *>(arg__1_);
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->setGeometry_nocallback(arg__1);} else { return targetPtr->setGeometry(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setObjectName(const QString & arg__1)
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setObjectName_QString(void *thisObj, const char *arg__1_)
|
||||
{
|
||||
const auto arg__1 = QString::fromUtf8(arg__1_);
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->setObjectName_nocallback(arg__1);} else { return targetPtr->setObjectName(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setVisible(bool arg__1)
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setVisible_bool(void *thisObj, bool arg__1)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->setVisible_nocallback(arg__1);} else { return targetPtr->setVisible(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// updatePositions()
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__updatePositions(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->updatePositions_nocallback();} else { return targetPtr->updatePositions();} }();
|
||||
}
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 669:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <ClassicIndicatorWindowViewInterface.h>
|
||||
#include <qstring.h>
|
||||
@@ -18,125 +16,71 @@
|
||||
#include <qrect.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class ClassicIndicatorWindowViewInterface_wrapper : public ::KDDockWidgets::Views::ClassicIndicatorWindowViewInterface
|
||||
{
|
||||
public:
|
||||
~ClassicIndicatorWindowViewInterface_wrapper();
|
||||
// tag=1041
|
||||
ClassicIndicatorWindowViewInterface_wrapper();
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::DropLocation hover(QPoint arg__1);
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::DropLocation hover_nocallback(QPoint arg__1);
|
||||
// tag=1041
|
||||
virtual bool isWindow() const;
|
||||
// tag=1008
|
||||
virtual bool isWindow_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QPoint posForIndicator(KDDockWidgets::DropLocation arg__1) const;
|
||||
// tag=1008
|
||||
virtual QPoint posForIndicator_nocallback(KDDockWidgets::DropLocation arg__1) const;
|
||||
// tag=1041
|
||||
virtual void raise();
|
||||
// tag=1008
|
||||
virtual void raise_nocallback();
|
||||
// tag=1041
|
||||
virtual void resize(QSize arg__1);
|
||||
// tag=1008
|
||||
virtual void resize_nocallback(QSize arg__1);
|
||||
// tag=1041
|
||||
virtual void setGeometry(QRect arg__1);
|
||||
// tag=1008
|
||||
virtual void setGeometry_nocallback(QRect arg__1);
|
||||
// tag=1041
|
||||
virtual void setObjectName(const QString &arg__1);
|
||||
// tag=1008
|
||||
virtual void setObjectName_nocallback(const QString &arg__1);
|
||||
// tag=1041
|
||||
virtual void setVisible(bool arg__1);
|
||||
// tag=1008
|
||||
virtual void setVisible_nocallback(bool arg__1);
|
||||
// tag=1041
|
||||
virtual void updatePositions();
|
||||
// tag=1008
|
||||
virtual void updatePositions_nocallback();
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::DropLocation (*Callback_hover)(void *, QPoint arg__1);
|
||||
Callback_hover m_hoverCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isWindow)(void *);
|
||||
Callback_isWindow m_isWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_posForIndicator)(void *, KDDockWidgets::DropLocation arg__1);
|
||||
Callback_posForIndicator m_posForIndicatorCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_raise)(void *);
|
||||
Callback_raise m_raiseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_resize)(void *, QSize arg__1);
|
||||
Callback_resize m_resizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setGeometry)(void *, QRect arg__1);
|
||||
Callback_setGeometry m_setGeometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setObjectName)(void *, const QString &arg__1);
|
||||
Callback_setObjectName m_setObjectNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setVisible)(void *, bool arg__1);
|
||||
Callback_setVisible m_setVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_updatePositions)(void *);
|
||||
Callback_updatePositions m_updatePositionsCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::ClassicIndicatorWindowViewInterface()
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::ClassicIndicatorWindowViewInterface()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__constructor();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::hover(QPoint arg__1)
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::hover(QPoint arg__1)
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__hover_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::isWindow() const
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::isWindow() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__isWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__posForIndicator_DropLocation(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::raise()
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::raise()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__raise(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::resize(QSize arg__1)
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::resize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__resize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::setGeometry(QRect arg__1)
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::setGeometry(QRect arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setGeometry_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::setObjectName(const QString & arg__1)
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::setObjectName(const QString & arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setObjectName_QString(void *thisObj, const char *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::setVisible(bool arg__1)
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::setVisible(bool arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setVisible_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::updatePositions()
|
||||
// KDDockWidgets::Views::ClassicIndicatorWindowViewInterface::updatePositions()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__updatePositions(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,113 +27,79 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
ClassicIndicators_wrapper::ClassicIndicators_wrapper(KDDockWidgets::Controllers::DropArea *dropArea)
|
||||
: ::KDDockWidgets::Controllers::ClassicIndicators(dropArea)
|
||||
{
|
||||
}
|
||||
KDDockWidgets::DropLocation ClassicIndicators_wrapper::hover_impl(QPoint globalPos)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_hover_implCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_hover_implCallback(const_cast<void *>(thisPtr), globalPos);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controllers::ClassicIndicators::hover_impl(globalPos);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::DropLocation ClassicIndicators_wrapper::hover_impl_nocallback(QPoint globalPos)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controllers::ClassicIndicators::hover_impl(globalPos);
|
||||
}
|
||||
void ClassicIndicators_wrapper::indicatorsVisibleChanged()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::ClassicIndicators::indicatorsVisibleChanged();
|
||||
}
|
||||
bool ClassicIndicators_wrapper::onResize(QSize newSize)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::ClassicIndicators::onResize(newSize);
|
||||
}
|
||||
QPoint ClassicIndicators_wrapper::posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_posForIndicatorCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return *m_posForIndicatorCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controllers::ClassicIndicators::posForIndicator(arg__1);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
QPoint ClassicIndicators_wrapper::posForIndicator_nocallback(KDDockWidgets::DropLocation arg__1) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controllers::ClassicIndicators::posForIndicator(arg__1);
|
||||
}
|
||||
void ClassicIndicators_wrapper::setDropLocation(KDDockWidgets::DropLocation arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::ClassicIndicators::setDropLocation(arg__1);
|
||||
}
|
||||
QString ClassicIndicators_wrapper::tr(const char *s, const char *c, int n)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::ClassicIndicators::tr(s, c, n);
|
||||
}
|
||||
void ClassicIndicators_wrapper::updateVisibility()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_updateVisibilityCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_updateVisibilityCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controllers::ClassicIndicators::updateVisibility();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ClassicIndicators_wrapper::updateVisibility_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controllers::ClassicIndicators::updateVisibility();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
ClassicIndicators_wrapper::~ClassicIndicators_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Controllers::ClassicIndicators *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Controllers::ClassicIndicators *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Controllers__ClassicIndicators_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper *>(cppObj);
|
||||
@@ -141,85 +107,52 @@ void c_KDDockWidgets__Controllers__ClassicIndicators_Finalizer(void *, void *cpp
|
||||
void *c_KDDockWidgets__Controllers__ClassicIndicators__constructor_DropArea(void *dropArea_)
|
||||
{
|
||||
auto dropArea = reinterpret_cast<KDDockWidgets::Controllers::DropArea *>(dropArea_);
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper(dropArea);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// hover_impl(QPoint globalPos)
|
||||
int c_KDDockWidgets__Controllers__ClassicIndicators__hover_impl_QPoint(void *thisObj, void *globalPos_)
|
||||
{
|
||||
auto &globalPos = *reinterpret_cast<QPoint *>(globalPos_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->hover_impl_nocallback(globalPos);} else { return targetPtr->hover_impl(globalPos);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->hover_impl_nocallback(globalPos);} else { return targetPtr->hover_impl(globalPos);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// indicatorsVisibleChanged()
|
||||
void c_KDDockWidgets__Controllers__ClassicIndicators__indicatorsVisibleChanged(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->indicatorsVisibleChanged();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// onResize(QSize newSize)
|
||||
bool c_KDDockWidgets__Controllers__ClassicIndicators__onResize_QSize(void *thisObj, void *newSize_)
|
||||
{
|
||||
auto &newSize = *reinterpret_cast<QSize *>(newSize_);
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->onResize(newSize);
|
||||
return fromPtr(thisObj)->onResize(newSize);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
void *c_KDDockWidgets__Controllers__ClassicIndicators__posForIndicator_DropLocation(void *thisObj, int arg__1)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QPoint> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->posForIndicator_nocallback(static_cast<KDDockWidgets::DropLocation>(arg__1));} else { return targetPtr->posForIndicator(static_cast<KDDockWidgets::DropLocation>(arg__1));} }() };
|
||||
return new Dartagnan::ValueWrapper<QPoint> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->posForIndicator_nocallback(static_cast<KDDockWidgets::DropLocation>(arg__1));} else { return targetPtr->posForIndicator(static_cast<KDDockWidgets::DropLocation>(arg__1));} }() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setDropLocation(KDDockWidgets::DropLocation arg__1)
|
||||
void c_KDDockWidgets__Controllers__ClassicIndicators__setDropLocation_DropLocation(void *thisObj, int arg__1)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setDropLocation(static_cast<KDDockWidgets::DropLocation>(arg__1));
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__Controllers__ClassicIndicators__tr_char_char_int(const char *s, const char *c, int n)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper::tr(s, c, n) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper::tr(s, c, n) };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// updateVisibility()
|
||||
void c_KDDockWidgets__Controllers__ClassicIndicators__updateVisibility(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->updateVisibility_nocallback();} else { return targetPtr->updateVisibility();} }();
|
||||
}
|
||||
void c_KDDockWidgets__Controllers__ClassicIndicators__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__Controllers__ClassicIndicators__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 753:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <ClassicIndicators.h>
|
||||
#include <qstring.h>
|
||||
@@ -19,85 +17,47 @@
|
||||
#include <qrect.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class ClassicIndicators_wrapper : public ::KDDockWidgets::Controllers::ClassicIndicators
|
||||
{
|
||||
public:
|
||||
~ClassicIndicators_wrapper();
|
||||
// tag=1041
|
||||
ClassicIndicators_wrapper(KDDockWidgets::Controllers::DropArea *dropArea);
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::DropLocation hover_impl(QPoint globalPos);
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::DropLocation hover_impl_nocallback(QPoint globalPos);
|
||||
// tag=1041
|
||||
void indicatorsVisibleChanged();
|
||||
// tag=1041
|
||||
bool onResize(QSize newSize);
|
||||
// tag=1041
|
||||
virtual QPoint posForIndicator(KDDockWidgets::DropLocation arg__1) const;
|
||||
// tag=1008
|
||||
virtual QPoint posForIndicator_nocallback(KDDockWidgets::DropLocation arg__1) const;
|
||||
// tag=1041
|
||||
void setDropLocation(KDDockWidgets::DropLocation arg__1);
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1041
|
||||
virtual void updateVisibility();
|
||||
// tag=1008
|
||||
virtual void updateVisibility_nocallback();
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::DropLocation (*Callback_hover_impl)(void *, QPoint globalPos);
|
||||
Callback_hover_impl m_hover_implCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_posForIndicator)(void *, KDDockWidgets::DropLocation arg__1);
|
||||
Callback_posForIndicator m_posForIndicatorCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_updateVisibility)(void *);
|
||||
Callback_updateVisibility m_updateVisibilityCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::ClassicIndicators(KDDockWidgets::Controllers::DropArea * dropArea)
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::ClassicIndicators(KDDockWidgets::Controllers::DropArea * dropArea)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__ClassicIndicators__constructor_DropArea(void *dropArea_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::hover_impl(QPoint globalPos)
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::hover_impl(QPoint globalPos)
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__ClassicIndicators__hover_impl_QPoint(void *thisObj, void *globalPos_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::indicatorsVisibleChanged()
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::indicatorsVisibleChanged()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__indicatorsVisibleChanged(void *thisObj);
|
||||
|
||||
// tag=1078
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__onIndicatorsVisibleChanged(void *thisObj, void *contextQObject, void *callback);
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::onResize(QSize newSize)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__onIndicatorsVisibleChanged(void *thisObj, void *contextQObject, void *callback); // KDDockWidgets::Controllers::ClassicIndicators::onResize(QSize newSize)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__ClassicIndicators__onResize_QSize(void *thisObj, void *newSize_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__ClassicIndicators__posForIndicator_DropLocation(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::setDropLocation(KDDockWidgets::DropLocation arg__1)
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::setDropLocation(KDDockWidgets::DropLocation arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__setDropLocation_DropLocation(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::tr(const char * s, const char * c, int n)
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__Controllers__ClassicIndicators__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::updateVisibility()
|
||||
// KDDockWidgets::Controllers::ClassicIndicators::updateVisibility()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__updateVisibility(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__ClassicIndicators_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -29,304 +29,179 @@ struct ValueWrapper
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
QSize Config_wrapper::absoluteWidgetMaxSize() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::absoluteWidgetMaxSize();
|
||||
}
|
||||
QSize Config_wrapper::absoluteWidgetMinSize() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::absoluteWidgetMinSize();
|
||||
}
|
||||
qreal Config_wrapper::draggedWindowOpacity() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::draggedWindowOpacity();
|
||||
}
|
||||
bool Config_wrapper::dropIndicatorsInhibited() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::dropIndicatorsInhibited();
|
||||
}
|
||||
int Config_wrapper::mdiPopupThreshold() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::mdiPopupThreshold();
|
||||
}
|
||||
KDDockWidgets::Config &Config_wrapper::self()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::self();
|
||||
}
|
||||
int Config_wrapper::separatorThickness() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::separatorThickness();
|
||||
}
|
||||
void Config_wrapper::setAbsoluteWidgetMaxSize(QSize size)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setAbsoluteWidgetMaxSize(size);
|
||||
}
|
||||
void Config_wrapper::setAbsoluteWidgetMinSize(QSize size)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setAbsoluteWidgetMinSize(size);
|
||||
}
|
||||
void Config_wrapper::setDraggedWindowOpacity(qreal opacity)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setDraggedWindowOpacity(opacity);
|
||||
}
|
||||
void Config_wrapper::setDropIndicatorsInhibited(bool inhibit) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setDropIndicatorsInhibited(inhibit);
|
||||
}
|
||||
void Config_wrapper::setMDIPopupThreshold(int arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setMDIPopupThreshold(arg__1);
|
||||
}
|
||||
void Config_wrapper::setSeparatorThickness(int value)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setSeparatorThickness(value);
|
||||
}
|
||||
void Config_wrapper::setStartDragDistance(int arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setStartDragDistance(arg__1);
|
||||
}
|
||||
void Config_wrapper::setViewFactory(KDDockWidgets::ViewFactory *arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Config::setViewFactory(arg__1);
|
||||
}
|
||||
int Config_wrapper::startDragDistance() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::startDragDistance();
|
||||
}
|
||||
KDDockWidgets::ViewFactory *Config_wrapper::viewFactory() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Config::viewFactory();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
Config_wrapper::~Config_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Config *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Config *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::Config_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Config_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Config_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Config_wrapper *>(cppObj);
|
||||
}
|
||||
// tag=1050
|
||||
// absoluteWidgetMaxSize() const
|
||||
} // absoluteWidgetMaxSize() const
|
||||
void *c_KDDockWidgets__Config__absoluteWidgetMaxSize(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->absoluteWidgetMaxSize() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->absoluteWidgetMaxSize() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// absoluteWidgetMinSize() const
|
||||
void *c_KDDockWidgets__Config__absoluteWidgetMinSize(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->absoluteWidgetMinSize() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->absoluteWidgetMinSize() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// draggedWindowOpacity() const
|
||||
qreal c_KDDockWidgets__Config__draggedWindowOpacity(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->draggedWindowOpacity();
|
||||
return fromPtr(thisObj)->draggedWindowOpacity();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// dropIndicatorsInhibited() const
|
||||
bool c_KDDockWidgets__Config__dropIndicatorsInhibited(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->dropIndicatorsInhibited();
|
||||
return fromPtr(thisObj)->dropIndicatorsInhibited();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// mdiPopupThreshold() const
|
||||
int c_KDDockWidgets__Config__mdiPopupThreshold(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->mdiPopupThreshold();
|
||||
return fromPtr(thisObj)->mdiPopupThreshold();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// self()
|
||||
void *c_static_KDDockWidgets__Config__self()
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1070
|
||||
&KDDockWidgetsBindings_wrappersNS::Config_wrapper::self();
|
||||
return &KDDockWidgetsBindings_wrappersNS::Config_wrapper::self();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// separatorThickness() const
|
||||
int c_KDDockWidgets__Config__separatorThickness(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->separatorThickness();
|
||||
return fromPtr(thisObj)->separatorThickness();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setAbsoluteWidgetMaxSize(QSize size)
|
||||
void c_KDDockWidgets__Config__setAbsoluteWidgetMaxSize_QSize(void *thisObj, void *size_)
|
||||
{
|
||||
auto &size = *reinterpret_cast<QSize *>(size_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setAbsoluteWidgetMaxSize(size);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setAbsoluteWidgetMinSize(QSize size)
|
||||
void c_KDDockWidgets__Config__setAbsoluteWidgetMinSize_QSize(void *thisObj, void *size_)
|
||||
{
|
||||
auto &size = *reinterpret_cast<QSize *>(size_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setAbsoluteWidgetMinSize(size);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setDraggedWindowOpacity(qreal opacity)
|
||||
void c_KDDockWidgets__Config__setDraggedWindowOpacity_qreal(void *thisObj, qreal opacity)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setDraggedWindowOpacity(opacity);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setDropIndicatorsInhibited(bool inhibit) const
|
||||
void c_KDDockWidgets__Config__setDropIndicatorsInhibited_bool(void *thisObj, bool inhibit)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setDropIndicatorsInhibited(inhibit);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setMDIPopupThreshold(int arg__1)
|
||||
void c_KDDockWidgets__Config__setMDIPopupThreshold_int(void *thisObj, int arg__1)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setMDIPopupThreshold(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setSeparatorThickness(int value)
|
||||
void c_KDDockWidgets__Config__setSeparatorThickness_int(void *thisObj, int value)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setSeparatorThickness(value);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setStartDragDistance(int arg__1)
|
||||
void c_KDDockWidgets__Config__setStartDragDistance_int(void *thisObj, int arg__1)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setStartDragDistance(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setViewFactory(KDDockWidgets::ViewFactory * arg__1)
|
||||
void c_KDDockWidgets__Config__setViewFactory_ViewFactory(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::ViewFactory *>(arg__1_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setViewFactory(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// startDragDistance() const
|
||||
int c_KDDockWidgets__Config__startDragDistance(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->startDragDistance();
|
||||
return fromPtr(thisObj)->startDragDistance();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// viewFactory() const
|
||||
void *c_KDDockWidgets__Config__viewFactory(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->viewFactory();
|
||||
return fromPtr(thisObj)->viewFactory();
|
||||
}
|
||||
void c_KDDockWidgets__Config__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,128 +8,70 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Config.h>
|
||||
#include <ViewFactory.h>
|
||||
#include <qsize.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class Config_wrapper : public ::KDDockWidgets::Config
|
||||
{
|
||||
public:
|
||||
~Config_wrapper();
|
||||
// tag=1041
|
||||
QSize absoluteWidgetMaxSize() const;
|
||||
// tag=1041
|
||||
QSize absoluteWidgetMinSize() const;
|
||||
// tag=1041
|
||||
qreal draggedWindowOpacity() const;
|
||||
// tag=1041
|
||||
bool dropIndicatorsInhibited() const;
|
||||
// tag=1041
|
||||
int mdiPopupThreshold() const;
|
||||
// tag=1041
|
||||
static KDDockWidgets::Config &self();
|
||||
// tag=1041
|
||||
int separatorThickness() const;
|
||||
// tag=1041
|
||||
void setAbsoluteWidgetMaxSize(QSize size);
|
||||
// tag=1041
|
||||
void setAbsoluteWidgetMinSize(QSize size);
|
||||
// tag=1041
|
||||
void setDraggedWindowOpacity(qreal opacity);
|
||||
// tag=1041
|
||||
void setDropIndicatorsInhibited(bool inhibit) const;
|
||||
// tag=1041
|
||||
void setMDIPopupThreshold(int arg__1);
|
||||
// tag=1041
|
||||
void setSeparatorThickness(int value);
|
||||
// tag=1041
|
||||
void setStartDragDistance(int arg__1);
|
||||
// tag=1041
|
||||
void setViewFactory(KDDockWidgets::ViewFactory *arg__1);
|
||||
// tag=1041
|
||||
int startDragDistance() const;
|
||||
// tag=1041
|
||||
KDDockWidgets::ViewFactory *viewFactory() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::absoluteWidgetMaxSize() const
|
||||
// KDDockWidgets::Config::absoluteWidgetMaxSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Config__absoluteWidgetMaxSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::absoluteWidgetMinSize() const
|
||||
// KDDockWidgets::Config::absoluteWidgetMinSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Config__absoluteWidgetMinSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::draggedWindowOpacity() const
|
||||
// KDDockWidgets::Config::draggedWindowOpacity() const
|
||||
KDDockWidgetsBindings_EXPORT qreal c_KDDockWidgets__Config__draggedWindowOpacity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::dropIndicatorsInhibited() const
|
||||
// KDDockWidgets::Config::dropIndicatorsInhibited() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Config__dropIndicatorsInhibited(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::mdiPopupThreshold() const
|
||||
// KDDockWidgets::Config::mdiPopupThreshold() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Config__mdiPopupThreshold(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::self()
|
||||
// KDDockWidgets::Config::self()
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__Config__self();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::separatorThickness() const
|
||||
// KDDockWidgets::Config::separatorThickness() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Config__separatorThickness(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setAbsoluteWidgetMaxSize(QSize size)
|
||||
// KDDockWidgets::Config::setAbsoluteWidgetMaxSize(QSize size)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setAbsoluteWidgetMaxSize_QSize(void *thisObj, void *size_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setAbsoluteWidgetMinSize(QSize size)
|
||||
// KDDockWidgets::Config::setAbsoluteWidgetMinSize(QSize size)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setAbsoluteWidgetMinSize_QSize(void *thisObj, void *size_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setDraggedWindowOpacity(qreal opacity)
|
||||
// KDDockWidgets::Config::setDraggedWindowOpacity(qreal opacity)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setDraggedWindowOpacity_qreal(void *thisObj, qreal opacity);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setDropIndicatorsInhibited(bool inhibit) const
|
||||
// KDDockWidgets::Config::setDropIndicatorsInhibited(bool inhibit) const
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setDropIndicatorsInhibited_bool(void *thisObj, bool inhibit);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setMDIPopupThreshold(int arg__1)
|
||||
// KDDockWidgets::Config::setMDIPopupThreshold(int arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setMDIPopupThreshold_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setSeparatorThickness(int value)
|
||||
// KDDockWidgets::Config::setSeparatorThickness(int value)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setSeparatorThickness_int(void *thisObj, int value);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setStartDragDistance(int arg__1)
|
||||
// KDDockWidgets::Config::setStartDragDistance(int arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setStartDragDistance_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setViewFactory(KDDockWidgets::ViewFactory * arg__1)
|
||||
// KDDockWidgets::Config::setViewFactory(KDDockWidgets::ViewFactory * arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__setViewFactory_ViewFactory(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::startDragDistance() const
|
||||
// KDDockWidgets::Config::startDragDistance() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Config__startDragDistance(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::viewFactory() const
|
||||
// KDDockWidgets::Config::viewFactory() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Config__viewFactory(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Config_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,236 +27,152 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
Controller_wrapper::Controller_wrapper(KDDockWidgets::Type type, KDDockWidgets::View *arg__2)
|
||||
: ::KDDockWidgets::Controller(type, arg__2)
|
||||
{
|
||||
}
|
||||
bool Controller_wrapper::close()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::close();
|
||||
}
|
||||
void Controller_wrapper::customEvent(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_customEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_customEventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controller::customEvent(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Controller_wrapper::customEvent_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controller::customEvent(event);
|
||||
}
|
||||
bool Controller_wrapper::event(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controller::event(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Controller_wrapper::event_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controller::event(event);
|
||||
}
|
||||
bool Controller_wrapper::eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventFilterCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventFilterCallback(const_cast<void *>(thisPtr), watched, event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controller::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Controller_wrapper::eventFilter_nocallback(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controller::eventFilter(watched, event);
|
||||
}
|
||||
QRect Controller_wrapper::geometry() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::geometry();
|
||||
}
|
||||
int Controller_wrapper::height() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::height();
|
||||
}
|
||||
bool Controller_wrapper::inDtor() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::inDtor();
|
||||
}
|
||||
bool Controller_wrapper::isVisible() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::isVisible();
|
||||
}
|
||||
QPoint Controller_wrapper::mapToGlobal(QPoint arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::mapToGlobal(arg__1);
|
||||
}
|
||||
void Controller_wrapper::parentViewChanged(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controller::parentViewChanged(parent);
|
||||
}
|
||||
QPoint Controller_wrapper::pos() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::pos();
|
||||
}
|
||||
QRect Controller_wrapper::rect() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::rect();
|
||||
}
|
||||
void Controller_wrapper::setParentView(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controller::setParentView(parent);
|
||||
}
|
||||
void Controller_wrapper::setParentView_impl(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setParentView_implCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setParentView_implCallback(const_cast<void *>(thisPtr), parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controller::setParentView_impl(parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Controller_wrapper::setParentView_impl_nocallback(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controller::setParentView_impl(parent);
|
||||
}
|
||||
void Controller_wrapper::setVisible(bool arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controller::setVisible(arg__1);
|
||||
}
|
||||
void Controller_wrapper::show() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controller::show();
|
||||
}
|
||||
QSize Controller_wrapper::size() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::size();
|
||||
}
|
||||
QString Controller_wrapper::tr(const char *s, const char *c, int n)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::tr(s, c, n);
|
||||
}
|
||||
KDDockWidgets::Type Controller_wrapper::type() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::type();
|
||||
}
|
||||
KDDockWidgets::View *Controller_wrapper::view() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::view();
|
||||
}
|
||||
int Controller_wrapper::width() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::width();
|
||||
}
|
||||
int Controller_wrapper::x() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::x();
|
||||
}
|
||||
int Controller_wrapper::y() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controller::y();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
Controller_wrapper::~Controller_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Controller *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Controller *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::Controller_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Controller_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper *>(cppObj);
|
||||
@@ -264,244 +180,138 @@ void c_KDDockWidgets__Controller_Finalizer(void *, void *cppObj, void *)
|
||||
void *c_KDDockWidgets__Controller__constructor_Type_View(int type, void *arg__2_)
|
||||
{
|
||||
auto arg__2 = reinterpret_cast<KDDockWidgets::View *>(arg__2_);
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::Controller_wrapper(static_cast<KDDockWidgets::Type>(type), arg__2);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// close()
|
||||
bool c_KDDockWidgets__Controller__close(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->close();
|
||||
return fromPtr(thisObj)->close();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__Controller__customEvent_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->customEvent_nocallback(event);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// event(QEvent * event)
|
||||
bool c_KDDockWidgets__Controller__event_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__Controller__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_)
|
||||
{
|
||||
auto watched = reinterpret_cast<QObject *>(watched_);
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// geometry() const
|
||||
void *c_KDDockWidgets__Controller__geometry(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QRect> { fromPtr(thisObj)->geometry() };
|
||||
return new Dartagnan::ValueWrapper<QRect> { fromPtr(thisObj)->geometry() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// height() const
|
||||
int c_KDDockWidgets__Controller__height(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->height();
|
||||
return fromPtr(thisObj)->height();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// inDtor() const
|
||||
bool c_KDDockWidgets__Controller__inDtor(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->inDtor();
|
||||
return fromPtr(thisObj)->inDtor();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isVisible() const
|
||||
bool c_KDDockWidgets__Controller__isVisible(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isVisible();
|
||||
return fromPtr(thisObj)->isVisible();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// mapToGlobal(QPoint arg__1) const
|
||||
void *c_KDDockWidgets__Controller__mapToGlobal_QPoint(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QPoint *>(arg__1_);
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QPoint> { fromPtr(thisObj)->mapToGlobal(arg__1) };
|
||||
return new Dartagnan::ValueWrapper<QPoint> { fromPtr(thisObj)->mapToGlobal(arg__1) };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// parentViewChanged(KDDockWidgets::View * parent)
|
||||
void c_KDDockWidgets__Controller__parentViewChanged_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->parentViewChanged(parent);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// pos() const
|
||||
void *c_KDDockWidgets__Controller__pos(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QPoint> { fromPtr(thisObj)->pos() };
|
||||
return new Dartagnan::ValueWrapper<QPoint> { fromPtr(thisObj)->pos() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// rect() const
|
||||
void *c_KDDockWidgets__Controller__rect(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QRect> { fromPtr(thisObj)->rect() };
|
||||
return new Dartagnan::ValueWrapper<QRect> { fromPtr(thisObj)->rect() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setParentView(KDDockWidgets::View * parent)
|
||||
void c_KDDockWidgets__Controller__setParentView_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setParentView(parent);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setParentView_impl(KDDockWidgets::View * parent)
|
||||
void c_KDDockWidgets__Controller__setParentView_impl_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->setParentView_impl_nocallback(parent);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setVisible(bool arg__1)
|
||||
void c_KDDockWidgets__Controller__setVisible_bool(void *thisObj, bool arg__1)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setVisible(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// show() const
|
||||
void c_KDDockWidgets__Controller__show(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->show();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// size() const
|
||||
void *c_KDDockWidgets__Controller__size(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->size() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->size() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__Controller__tr_char_char_int(const char *s, const char *c, int n)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::Controller_wrapper::tr(s, c, n) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::Controller_wrapper::tr(s, c, n) };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// type() const
|
||||
int c_KDDockWidgets__Controller__type(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
int(fromPtr(thisObj)->type());
|
||||
return int(fromPtr(thisObj)->type());
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// view() const
|
||||
void *c_KDDockWidgets__Controller__view(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->view();
|
||||
return fromPtr(thisObj)->view();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// width() const
|
||||
int c_KDDockWidgets__Controller__width(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->width();
|
||||
return fromPtr(thisObj)->width();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// x() const
|
||||
int c_KDDockWidgets__Controller__x(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->x();
|
||||
return fromPtr(thisObj)->x();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// y() const
|
||||
int c_KDDockWidgets__Controller__y(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->y();
|
||||
return fromPtr(thisObj)->y();
|
||||
}
|
||||
void c_KDDockWidgets__Controller__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__Controller__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Controller.h>
|
||||
#include <qstring.h>
|
||||
@@ -17,192 +15,104 @@
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qsize.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qlist.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class Controller_wrapper : public ::KDDockWidgets::Controller
|
||||
{
|
||||
public:
|
||||
~Controller_wrapper();
|
||||
// tag=1041
|
||||
Controller_wrapper(KDDockWidgets::Type type, KDDockWidgets::View *arg__2);
|
||||
// tag=1041
|
||||
bool close();
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
QRect geometry() const;
|
||||
// tag=1041
|
||||
int height() const;
|
||||
// tag=1041
|
||||
bool inDtor() const;
|
||||
// tag=1041
|
||||
bool isVisible() const;
|
||||
// tag=1041
|
||||
QPoint mapToGlobal(QPoint arg__1) const;
|
||||
// tag=1041
|
||||
void parentViewChanged(KDDockWidgets::View *parent);
|
||||
// tag=1041
|
||||
QPoint pos() const;
|
||||
// tag=1041
|
||||
QRect rect() const;
|
||||
// tag=1041
|
||||
void setParentView(KDDockWidgets::View *parent);
|
||||
// tag=1041
|
||||
virtual void setParentView_impl(KDDockWidgets::View *parent);
|
||||
// tag=1008
|
||||
virtual void setParentView_impl_nocallback(KDDockWidgets::View *parent);
|
||||
// tag=1041
|
||||
void setVisible(bool arg__1);
|
||||
// tag=1041
|
||||
void show() const;
|
||||
// tag=1041
|
||||
QSize size() const;
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1041
|
||||
KDDockWidgets::Type type() const;
|
||||
// tag=1041
|
||||
KDDockWidgets::View *view() const;
|
||||
// tag=1041
|
||||
int width() const;
|
||||
// tag=1041
|
||||
int x() const;
|
||||
// tag=1041
|
||||
int y() const;
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setParentView_impl)(void *, KDDockWidgets::View *parent);
|
||||
Callback_setParentView_impl m_setParentView_implCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::Controller(KDDockWidgets::Type type, KDDockWidgets::View * arg__2)
|
||||
// KDDockWidgets::Controller::Controller(KDDockWidgets::Type type, KDDockWidgets::View * arg__2)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__constructor_Type_View(int type, void *arg__2_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::close()
|
||||
// KDDockWidgets::Controller::close()
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controller__close(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::customEvent(QEvent * event)
|
||||
// KDDockWidgets::Controller::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::event(QEvent * event)
|
||||
// KDDockWidgets::Controller::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controller__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::eventFilter(QObject * watched, QEvent * event)
|
||||
// KDDockWidgets::Controller::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controller__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::geometry() const
|
||||
// KDDockWidgets::Controller::geometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__geometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::height() const
|
||||
// KDDockWidgets::Controller::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controller__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::inDtor() const
|
||||
// KDDockWidgets::Controller::inDtor() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controller__inDtor(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::isVisible() const
|
||||
// KDDockWidgets::Controller::isVisible() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controller__isVisible(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::mapToGlobal(QPoint arg__1) const
|
||||
// KDDockWidgets::Controller::mapToGlobal(QPoint arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__mapToGlobal_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::parentViewChanged(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Controller::parentViewChanged(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__parentViewChanged_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1078
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__onParentViewChanged_View(void *thisObj, void *contextQObject, void *callback);
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::pos() const
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__onParentViewChanged_View(void *thisObj, void *contextQObject, void *callback); // KDDockWidgets::Controller::pos() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__pos(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::rect() const
|
||||
// KDDockWidgets::Controller::rect() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__rect(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::setParentView(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Controller::setParentView(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__setParentView_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::setParentView_impl(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Controller::setParentView_impl(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__setParentView_impl_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::setVisible(bool arg__1)
|
||||
// KDDockWidgets::Controller::setVisible(bool arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__setVisible_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::show() const
|
||||
// KDDockWidgets::Controller::show() const
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__show(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::size() const
|
||||
// KDDockWidgets::Controller::size() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::tr(const char * s, const char * c, int n)
|
||||
// KDDockWidgets::Controller::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__Controller__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::type() const
|
||||
// KDDockWidgets::Controller::type() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controller__type(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::view() const
|
||||
// KDDockWidgets::Controller::view() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controller__view(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::width() const
|
||||
// KDDockWidgets::Controller::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controller__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::x() const
|
||||
// KDDockWidgets::Controller::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controller__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controller::y() const
|
||||
// KDDockWidgets::Controller::y() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controller__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controller_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -8,13 +8,9 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <KDDockWidgets.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,70 +27,51 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
CreateViewOptions_wrapper::CreateViewOptions_wrapper()
|
||||
: ::KDDockWidgets::CreateViewOptions()
|
||||
{
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
CreateViewOptions_wrapper::~CreateViewOptions_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::CreateViewOptions *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::CreateViewOptions *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::CreateViewOptions_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::CreateViewOptions_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__CreateViewOptions_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::CreateViewOptions_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_KDDockWidgets__CreateViewOptions__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::CreateViewOptions_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
void c_KDDockWidgets__CreateViewOptions__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
bool c_KDDockWidgets__CreateViewOptions___get_isVisible(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1058
|
||||
return fromPtr(thisObj)->isVisible;
|
||||
}
|
||||
bool c_KDDockWidgets__CreateViewOptions___get_createWindow(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1058
|
||||
return fromPtr(thisObj)->createWindow;
|
||||
}
|
||||
void c_KDDockWidgets__CreateViewOptions___set_isVisible_bool(void *thisObj, bool isVisible_)
|
||||
{
|
||||
|
||||
// tag=1057
|
||||
fromPtr(thisObj)->isVisible = isVisible_;
|
||||
}
|
||||
void c_KDDockWidgets__CreateViewOptions___set_createWindow_bool(void *thisObj, bool createWindow_)
|
||||
{
|
||||
|
||||
// tag=1057
|
||||
fromPtr(thisObj)->createWindow = createWindow_;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,42 +8,24 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Platform.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class CreateViewOptions_wrapper : public ::KDDockWidgets::CreateViewOptions
|
||||
{
|
||||
public:
|
||||
~CreateViewOptions_wrapper();
|
||||
// tag=1041
|
||||
CreateViewOptions_wrapper();
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::CreateViewOptions::CreateViewOptions()
|
||||
// KDDockWidgets::CreateViewOptions::CreateViewOptions()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__CreateViewOptions__constructor();
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__CreateViewOptions__destructor(void *thisObj);
|
||||
|
||||
// tag=1044
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__CreateViewOptions___get_isVisible(void *thisObj);
|
||||
|
||||
// tag=1044
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__CreateViewOptions___get_createWindow(void *thisObj);
|
||||
|
||||
// tag=1045
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__CreateViewOptions___set_isVisible_bool(void *thisObj, bool isVisible_);
|
||||
|
||||
// tag=1045
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__CreateViewOptions___set_createWindow_bool(void *thisObj, bool createWindow_);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__CreateViewOptions_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,166 +27,112 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
DropArea_wrapper::DropArea_wrapper(KDDockWidgets::View *parent, QFlags<KDDockWidgets::MainWindowOption> options, bool isMDIWrapper)
|
||||
: ::KDDockWidgets::Controllers::DropArea(parent, options, isMDIWrapper)
|
||||
{
|
||||
}
|
||||
void DropArea_wrapper::addMultiSplitter(KDDockWidgets::Controllers::DropArea *splitter, KDDockWidgets::Location location)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::DropArea::addMultiSplitter(splitter, location);
|
||||
}
|
||||
void DropArea_wrapper::addWidget(KDDockWidgets::View *widget, KDDockWidgets::Location location)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::DropArea::addWidget(widget, location);
|
||||
}
|
||||
Layouting::Item *DropArea_wrapper::centralFrame() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::DropArea::centralFrame();
|
||||
}
|
||||
void DropArea_wrapper::customEvent(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_customEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_customEventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controllers::DropArea::customEvent(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void DropArea_wrapper::customEvent_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controllers::DropArea::customEvent(event);
|
||||
}
|
||||
bool DropArea_wrapper::event(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controllers::DropArea::event(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool DropArea_wrapper::event_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controllers::DropArea::event(event);
|
||||
}
|
||||
bool DropArea_wrapper::eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventFilterCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventFilterCallback(const_cast<void *>(thisPtr), watched, event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controllers::DropArea::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool DropArea_wrapper::eventFilter_nocallback(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controllers::DropArea::eventFilter(watched, event);
|
||||
}
|
||||
bool DropArea_wrapper::hasSingleFloatingFrame() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::DropArea::hasSingleFloatingFrame();
|
||||
}
|
||||
bool DropArea_wrapper::hasSingleFrame() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::DropArea::hasSingleFrame();
|
||||
}
|
||||
bool DropArea_wrapper::isMDIWrapper() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::DropArea::isMDIWrapper();
|
||||
}
|
||||
void DropArea_wrapper::layoutEqually()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::DropArea::layoutEqually();
|
||||
}
|
||||
void DropArea_wrapper::removeHover()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::DropArea::removeHover();
|
||||
}
|
||||
void DropArea_wrapper::setParentView_impl(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setParentView_implCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setParentView_implCallback(const_cast<void *>(thisPtr), parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controllers::DropArea::setParentView_impl(parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void DropArea_wrapper::setParentView_impl_nocallback(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controllers::DropArea::setParentView_impl(parent);
|
||||
}
|
||||
QString DropArea_wrapper::tr(const char *s, const char *c, int n)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::DropArea::tr(s, c, n);
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
DropArea_wrapper::~DropArea_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Controllers::DropArea *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Controllers::DropArea *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::DropArea_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Controllers__DropArea_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper *>(cppObj);
|
||||
@@ -195,143 +141,87 @@ void *c_KDDockWidgets__Controllers__DropArea__constructor_View_MainWindowOptions
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
auto options = static_cast<QFlags<KDDockWidgets::MainWindowOption>>(options_);
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::DropArea_wrapper(parent, options, isMDIWrapper);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// addMultiSplitter(KDDockWidgets::Controllers::DropArea * splitter, KDDockWidgets::Location location)
|
||||
void c_KDDockWidgets__Controllers__DropArea__addMultiSplitter_DropArea_Location(void *thisObj, void *splitter_, int location)
|
||||
{
|
||||
auto splitter = reinterpret_cast<KDDockWidgets::Controllers::DropArea *>(splitter_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->addMultiSplitter(splitter, static_cast<KDDockWidgets::Location>(location));
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// addWidget(KDDockWidgets::View * widget, KDDockWidgets::Location location)
|
||||
void c_KDDockWidgets__Controllers__DropArea__addWidget_View_Location(void *thisObj, void *widget_, int location)
|
||||
{
|
||||
auto widget = reinterpret_cast<KDDockWidgets::View *>(widget_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->addWidget(widget, static_cast<KDDockWidgets::Location>(location));
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// centralFrame() const
|
||||
void *c_KDDockWidgets__Controllers__DropArea__centralFrame(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->centralFrame();
|
||||
return fromPtr(thisObj)->centralFrame();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__Controllers__DropArea__customEvent_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->customEvent_nocallback(event);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// event(QEvent * event)
|
||||
bool c_KDDockWidgets__Controllers__DropArea__event_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__Controllers__DropArea__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_)
|
||||
{
|
||||
auto watched = reinterpret_cast<QObject *>(watched_);
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// hasSingleFloatingFrame() const
|
||||
bool c_KDDockWidgets__Controllers__DropArea__hasSingleFloatingFrame(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->hasSingleFloatingFrame();
|
||||
return fromPtr(thisObj)->hasSingleFloatingFrame();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// hasSingleFrame() const
|
||||
bool c_KDDockWidgets__Controllers__DropArea__hasSingleFrame(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->hasSingleFrame();
|
||||
return fromPtr(thisObj)->hasSingleFrame();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isMDIWrapper() const
|
||||
bool c_KDDockWidgets__Controllers__DropArea__isMDIWrapper(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isMDIWrapper();
|
||||
return fromPtr(thisObj)->isMDIWrapper();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// layoutEqually()
|
||||
void c_KDDockWidgets__Controllers__DropArea__layoutEqually(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->layoutEqually();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// removeHover()
|
||||
void c_KDDockWidgets__Controllers__DropArea__removeHover(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->removeHover();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setParentView_impl(KDDockWidgets::View * parent)
|
||||
void c_KDDockWidgets__Controllers__DropArea__setParentView_impl_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->setParentView_impl_nocallback(parent);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__Controllers__DropArea__tr_char_char_int(const char *s, const char *c, int n)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::DropArea_wrapper::tr(s, c, n) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::DropArea_wrapper::tr(s, c, n) };
|
||||
}
|
||||
void c_KDDockWidgets__Controllers__DropArea__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__Controllers__DropArea__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <DropArea.h>
|
||||
#include <qstring.h>
|
||||
@@ -20,124 +18,68 @@
|
||||
#include <qobject.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class DropArea_wrapper : public ::KDDockWidgets::Controllers::DropArea
|
||||
{
|
||||
public:
|
||||
~DropArea_wrapper();
|
||||
// tag=1041
|
||||
DropArea_wrapper(KDDockWidgets::View *parent, QFlags<KDDockWidgets::MainWindowOption> options, bool isMDIWrapper = false);
|
||||
// tag=1041
|
||||
void addMultiSplitter(KDDockWidgets::Controllers::DropArea *splitter, KDDockWidgets::Location location);
|
||||
// tag=1041
|
||||
void addWidget(KDDockWidgets::View *widget, KDDockWidgets::Location location);
|
||||
// tag=1041
|
||||
Layouting::Item *centralFrame() const;
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
bool hasSingleFloatingFrame() const;
|
||||
// tag=1041
|
||||
bool hasSingleFrame() const;
|
||||
// tag=1041
|
||||
bool isMDIWrapper() const;
|
||||
// tag=1041
|
||||
void layoutEqually();
|
||||
// tag=1041
|
||||
void removeHover();
|
||||
// tag=1041
|
||||
virtual void setParentView_impl(KDDockWidgets::View *parent);
|
||||
// tag=1008
|
||||
virtual void setParentView_impl_nocallback(KDDockWidgets::View *parent);
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setParentView_impl)(void *, KDDockWidgets::View *parent);
|
||||
Callback_setParentView_impl m_setParentView_implCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::DropArea(KDDockWidgets::View * parent, QFlags<KDDockWidgets::MainWindowOption> options, bool isMDIWrapper)
|
||||
// KDDockWidgets::Controllers::DropArea::DropArea(KDDockWidgets::View * parent, QFlags<KDDockWidgets::MainWindowOption> options, bool isMDIWrapper)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__DropArea__constructor_View_MainWindowOptions_bool(void *parent_, int options_, bool isMDIWrapper);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::addMultiSplitter(KDDockWidgets::Controllers::DropArea * splitter, KDDockWidgets::Location location)
|
||||
// KDDockWidgets::Controllers::DropArea::addMultiSplitter(KDDockWidgets::Controllers::DropArea * splitter, KDDockWidgets::Location location)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__addMultiSplitter_DropArea_Location(void *thisObj, void *splitter_, int location);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::addWidget(KDDockWidgets::View * widget, KDDockWidgets::Location location)
|
||||
// KDDockWidgets::Controllers::DropArea::addWidget(KDDockWidgets::View * widget, KDDockWidgets::Location location)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__addWidget_View_Location(void *thisObj, void *widget_, int location);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::centralFrame() const
|
||||
// KDDockWidgets::Controllers::DropArea::centralFrame() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__DropArea__centralFrame(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::customEvent(QEvent * event)
|
||||
// KDDockWidgets::Controllers::DropArea::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::event(QEvent * event)
|
||||
// KDDockWidgets::Controllers::DropArea::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__DropArea__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::eventFilter(QObject * watched, QEvent * event)
|
||||
// KDDockWidgets::Controllers::DropArea::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__DropArea__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::hasSingleFloatingFrame() const
|
||||
// KDDockWidgets::Controllers::DropArea::hasSingleFloatingFrame() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__DropArea__hasSingleFloatingFrame(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::hasSingleFrame() const
|
||||
// KDDockWidgets::Controllers::DropArea::hasSingleFrame() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__DropArea__hasSingleFrame(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::isMDIWrapper() const
|
||||
// KDDockWidgets::Controllers::DropArea::isMDIWrapper() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__DropArea__isMDIWrapper(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::layoutEqually()
|
||||
// KDDockWidgets::Controllers::DropArea::layoutEqually()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__layoutEqually(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::removeHover()
|
||||
// KDDockWidgets::Controllers::DropArea::removeHover()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__removeHover(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::setParentView_impl(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Controllers::DropArea::setParentView_impl(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__setParentView_impl_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::tr(const char * s, const char * c, int n)
|
||||
// KDDockWidgets::Controllers::DropArea::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__Controllers__DropArea__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,91 +27,63 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
InitialOption_wrapper::InitialOption_wrapper()
|
||||
: ::KDDockWidgets::InitialOption()
|
||||
{
|
||||
}
|
||||
|
||||
// tag=1006
|
||||
InitialOption_wrapper::InitialOption_wrapper(QSize size)
|
||||
: ::KDDockWidgets::InitialOption(size)
|
||||
{
|
||||
}
|
||||
bool InitialOption_wrapper::preservesCurrentTab() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::InitialOption::preservesCurrentTab();
|
||||
}
|
||||
bool InitialOption_wrapper::startsHidden() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::InitialOption::startsHidden();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
InitialOption_wrapper::~InitialOption_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::InitialOption *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::InitialOption *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::InitialOption_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::InitialOption_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__InitialOption_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::InitialOption_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_KDDockWidgets__InitialOption__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::InitialOption_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
void *c_KDDockWidgets__InitialOption__constructor_QSize(void *size_)
|
||||
{
|
||||
auto &size = *reinterpret_cast<QSize *>(size_);
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::InitialOption_wrapper(size);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// preservesCurrentTab() const
|
||||
bool c_KDDockWidgets__InitialOption__preservesCurrentTab(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->preservesCurrentTab();
|
||||
return fromPtr(thisObj)->preservesCurrentTab();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// startsHidden() const
|
||||
bool c_KDDockWidgets__InitialOption__startsHidden(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->startsHidden();
|
||||
return fromPtr(thisObj)->startsHidden();
|
||||
}
|
||||
void c_KDDockWidgets__InitialOption__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,49 +8,30 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <KDDockWidgets.h>
|
||||
#include <qsize.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class InitialOption_wrapper : public ::KDDockWidgets::InitialOption
|
||||
{
|
||||
public:
|
||||
~InitialOption_wrapper();
|
||||
// tag=1041
|
||||
InitialOption_wrapper();
|
||||
// tag=1041
|
||||
InitialOption_wrapper(QSize size);
|
||||
// tag=1041
|
||||
bool preservesCurrentTab() const;
|
||||
// tag=1041
|
||||
bool startsHidden() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::InitialOption::InitialOption()
|
||||
// KDDockWidgets::InitialOption::InitialOption()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__InitialOption__constructor();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::InitialOption::InitialOption(QSize size)
|
||||
// KDDockWidgets::InitialOption::InitialOption(QSize size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__InitialOption__constructor_QSize(void *size_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::InitialOption::preservesCurrentTab() const
|
||||
// KDDockWidgets::InitialOption::preservesCurrentTab() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__InitialOption__preservesCurrentTab(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::InitialOption::startsHidden() const
|
||||
// KDDockWidgets::InitialOption::startsHidden() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__InitialOption__startsHidden(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__InitialOption__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__InitialOption_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Item_p.h>
|
||||
#include <qstring.h>
|
||||
@@ -17,385 +15,204 @@
|
||||
#include <qsize.h>
|
||||
#include <qpoint.h>
|
||||
#include <qrect.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qlist.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class Item_wrapper : public ::Layouting::Item
|
||||
{
|
||||
public:
|
||||
~Item_wrapper();
|
||||
// tag=1041
|
||||
Item_wrapper(KDDockWidgets::View *hostWidget);
|
||||
// tag=1041
|
||||
virtual bool checkSanity();
|
||||
// tag=1008
|
||||
virtual bool checkSanity_nocallback();
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual void dumpLayout(int level = 0);
|
||||
// tag=1008
|
||||
virtual void dumpLayout_nocallback(int level = 0);
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
QRect geometry() const;
|
||||
// tag=1041
|
||||
KDDockWidgets::View *guestView() const;
|
||||
// tag=1041
|
||||
int height() const;
|
||||
// tag=1041
|
||||
KDDockWidgets::View *hostView() const;
|
||||
// tag=1041
|
||||
bool isBeingInserted() const;
|
||||
// tag=1041
|
||||
bool isContainer() const;
|
||||
// tag=1041
|
||||
bool isMDI() const;
|
||||
// tag=1041
|
||||
bool isPlaceholder() const;
|
||||
// tag=1041
|
||||
bool isRoot() const;
|
||||
// tag=1041
|
||||
virtual bool isVisible(bool excludeBeingInserted = false) const;
|
||||
// tag=1008
|
||||
virtual bool isVisible_nocallback(bool excludeBeingInserted = false) const;
|
||||
// tag=1041
|
||||
QPoint mapFromParent(QPoint arg__1) const;
|
||||
// tag=1041
|
||||
QPoint mapFromRoot(QPoint arg__1) const;
|
||||
// tag=1041
|
||||
QRect mapFromRoot(QRect arg__1) const;
|
||||
// tag=1041
|
||||
QPoint mapToRoot(QPoint arg__1) const;
|
||||
// tag=1041
|
||||
QRect mapToRoot(QRect arg__1) const;
|
||||
// tag=1041
|
||||
virtual QSize maxSizeHint() const;
|
||||
// tag=1008
|
||||
virtual QSize maxSizeHint_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QSize minSize() const;
|
||||
// tag=1008
|
||||
virtual QSize minSize_nocallback() const;
|
||||
// tag=1041
|
||||
QSize missingSize() const;
|
||||
// tag=1041
|
||||
QPoint pos() const;
|
||||
// tag=1041
|
||||
QRect rect() const;
|
||||
// tag=1041
|
||||
void ref();
|
||||
// tag=1041
|
||||
int refCount() const;
|
||||
// tag=1041
|
||||
void restore(KDDockWidgets::View *guestView);
|
||||
// tag=1041
|
||||
void setBeingInserted(bool arg__1);
|
||||
// tag=1041
|
||||
void setGeometry(QRect rect);
|
||||
// tag=1041
|
||||
virtual void setGeometry_recursive(QRect rect);
|
||||
// tag=1008
|
||||
virtual void setGeometry_recursive_nocallback(QRect rect);
|
||||
// tag=1041
|
||||
void setGuestView(KDDockWidgets::View *arg__1);
|
||||
// tag=1041
|
||||
virtual void setHostView(KDDockWidgets::View *arg__1);
|
||||
// tag=1008
|
||||
virtual void setHostView_nocallback(KDDockWidgets::View *arg__1);
|
||||
// tag=1041
|
||||
virtual void setIsVisible(bool arg__1);
|
||||
// tag=1008
|
||||
virtual void setIsVisible_nocallback(bool arg__1);
|
||||
// tag=1041
|
||||
void setMaxSizeHint(QSize arg__1);
|
||||
// tag=1041
|
||||
void setMinSize(QSize arg__1);
|
||||
// tag=1041
|
||||
void setPos(QPoint arg__1);
|
||||
// tag=1041
|
||||
void setSize(QSize arg__1);
|
||||
// tag=1041
|
||||
QSize size() const;
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1041
|
||||
void unref();
|
||||
// tag=1041
|
||||
virtual void updateWidgetGeometries();
|
||||
// tag=1008
|
||||
virtual void updateWidgetGeometries_nocallback();
|
||||
// tag=1041
|
||||
virtual int visibleCount_recursive() const;
|
||||
// tag=1008
|
||||
virtual int visibleCount_recursive_nocallback() const;
|
||||
// tag=1041
|
||||
int width() const;
|
||||
// tag=1041
|
||||
int x() const;
|
||||
// tag=1041
|
||||
int y() const;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_checkSanity)(void *);
|
||||
Callback_checkSanity m_checkSanityCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_dumpLayout)(void *, int level);
|
||||
Callback_dumpLayout m_dumpLayoutCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isVisible)(void *, bool excludeBeingInserted);
|
||||
Callback_isVisible m_isVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_maxSizeHint)(void *);
|
||||
Callback_maxSizeHint m_maxSizeHintCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_minSize)(void *);
|
||||
Callback_minSize m_minSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setGeometry_recursive)(void *, QRect rect);
|
||||
Callback_setGeometry_recursive m_setGeometry_recursiveCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setHostView)(void *, KDDockWidgets::View *arg__1);
|
||||
Callback_setHostView m_setHostViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setIsVisible)(void *, bool arg__1);
|
||||
Callback_setIsVisible m_setIsVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_updateWidgetGeometries)(void *);
|
||||
Callback_updateWidgetGeometries m_updateWidgetGeometriesCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef int (*Callback_visibleCount_recursive)(void *);
|
||||
Callback_visibleCount_recursive m_visibleCount_recursiveCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::Item(KDDockWidgets::View * hostWidget)
|
||||
// Layouting::Item::Item(KDDockWidgets::View * hostWidget)
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__constructor_View(void *hostWidget_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::checkSanity()
|
||||
// Layouting::Item::checkSanity()
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__checkSanity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::customEvent(QEvent * event)
|
||||
// Layouting::Item::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::dumpLayout(int level)
|
||||
// Layouting::Item::dumpLayout(int level)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__dumpLayout_int(void *thisObj, int level);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::event(QEvent * event)
|
||||
// Layouting::Item::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::eventFilter(QObject * watched, QEvent * event)
|
||||
// Layouting::Item::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::geometry() const
|
||||
// Layouting::Item::geometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__geometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::guestView() const
|
||||
// Layouting::Item::guestView() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__guestView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::height() const
|
||||
// Layouting::Item::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::hostView() const
|
||||
// Layouting::Item::hostView() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__hostView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isBeingInserted() const
|
||||
// Layouting::Item::isBeingInserted() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isBeingInserted(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isContainer() const
|
||||
// Layouting::Item::isContainer() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isContainer(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isMDI() const
|
||||
// Layouting::Item::isMDI() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isMDI(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isPlaceholder() const
|
||||
// Layouting::Item::isPlaceholder() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isPlaceholder(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isRoot() const
|
||||
// Layouting::Item::isRoot() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isRoot(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isVisible(bool excludeBeingInserted) const
|
||||
// Layouting::Item::isVisible(bool excludeBeingInserted) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isVisible_bool(void *thisObj, bool excludeBeingInserted);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapFromParent(QPoint arg__1) const
|
||||
// Layouting::Item::mapFromParent(QPoint arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapFromParent_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapFromRoot(QPoint arg__1) const
|
||||
// Layouting::Item::mapFromRoot(QPoint arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapFromRoot_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapFromRoot(QRect arg__1) const
|
||||
// Layouting::Item::mapFromRoot(QRect arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapFromRoot_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapToRoot(QPoint arg__1) const
|
||||
// Layouting::Item::mapToRoot(QPoint arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapToRoot_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapToRoot(QRect arg__1) const
|
||||
// Layouting::Item::mapToRoot(QRect arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapToRoot_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::maxSizeHint() const
|
||||
// Layouting::Item::maxSizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__maxSizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::minSize() const
|
||||
// Layouting::Item::minSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__minSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::missingSize() const
|
||||
// Layouting::Item::missingSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__missingSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::pos() const
|
||||
// Layouting::Item::pos() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__pos(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::rect() const
|
||||
// Layouting::Item::rect() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__rect(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::ref()
|
||||
// Layouting::Item::ref()
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__ref(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::refCount() const
|
||||
// Layouting::Item::refCount() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__refCount(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::restore(KDDockWidgets::View * guestView)
|
||||
// Layouting::Item::restore(KDDockWidgets::View * guestView)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__restore_View(void *thisObj, void *guestView_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setBeingInserted(bool arg__1)
|
||||
// Layouting::Item::setBeingInserted(bool arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setBeingInserted_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setGeometry(QRect rect)
|
||||
// Layouting::Item::setGeometry(QRect rect)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setGeometry_QRect(void *thisObj, void *rect_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setGeometry_recursive(QRect rect)
|
||||
// Layouting::Item::setGeometry_recursive(QRect rect)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setGeometry_recursive_QRect(void *thisObj, void *rect_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setGuestView(KDDockWidgets::View * arg__1)
|
||||
// Layouting::Item::setGuestView(KDDockWidgets::View * arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setGuestView_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setHostView(KDDockWidgets::View * arg__1)
|
||||
// Layouting::Item::setHostView(KDDockWidgets::View * arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setHostView_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setIsVisible(bool arg__1)
|
||||
// Layouting::Item::setIsVisible(bool arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setIsVisible_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setMaxSizeHint(QSize arg__1)
|
||||
// Layouting::Item::setMaxSizeHint(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setMaxSizeHint_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setMinSize(QSize arg__1)
|
||||
// Layouting::Item::setMinSize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setMinSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setPos(QPoint arg__1)
|
||||
// Layouting::Item::setPos(QPoint arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setPos_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setSize(QSize arg__1)
|
||||
// Layouting::Item::setSize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::size() const
|
||||
// Layouting::Item::size() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::tr(const char * s, const char * c, int n)
|
||||
// Layouting::Item::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_Layouting__Item__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::unref()
|
||||
// Layouting::Item::unref()
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__unref(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::updateWidgetGeometries()
|
||||
// Layouting::Item::updateWidgetGeometries()
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__updateWidgetGeometries(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::visibleCount_recursive() const
|
||||
// Layouting::Item::visibleCount_recursive() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__visibleCount_recursive(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::width() const
|
||||
// Layouting::Item::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::x() const
|
||||
// Layouting::Item::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::y() const
|
||||
// Layouting::Item::y() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__destructor(void *thisObj);
|
||||
|
||||
// tag=1044
|
||||
KDDockWidgetsBindings_EXPORT int c_static_Layouting__Item___get_separatorThickness();
|
||||
|
||||
// tag=1044
|
||||
KDDockWidgetsBindings_EXPORT bool c_static_Layouting__Item___get_s_silenceSanityChecks();
|
||||
|
||||
// tag=1045
|
||||
KDDockWidgetsBindings_EXPORT void c_static_Layouting__Item___set_separatorThickness_int(int separatorThickness_);
|
||||
|
||||
// tag=1045
|
||||
KDDockWidgetsBindings_EXPORT void c_static_Layouting__Item___set_s_silenceSanityChecks_bool(bool s_silenceSanityChecks_);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,15 +27,9 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1050
|
||||
// locationStr(KDDockWidgets::Location loc)
|
||||
void *c_static_KDDockWidgets__locationStr_Location(int loc)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgets::locationStr(static_cast<KDDockWidgets::Location>(loc)) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgets::locationStr(static_cast<KDDockWidgets::Location>(loc)) };
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,18 +8,12 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Qt5Qt6Compat_p.h>
|
||||
#include <qstring.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::locationStr(KDDockWidgets::Location loc)
|
||||
// KDDockWidgets::locationStr(KDDockWidgets::Location loc)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__locationStr_Location(int loc);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,236 +27,152 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
Layout_wrapper::Layout_wrapper(KDDockWidgets::Type arg__1, KDDockWidgets::View *arg__2)
|
||||
: ::KDDockWidgets::Controllers::Layout(arg__1, arg__2)
|
||||
{
|
||||
}
|
||||
KDDockWidgets::Controllers::DropArea *Layout_wrapper::asDropArea() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::asDropArea();
|
||||
}
|
||||
bool Layout_wrapper::checkSanity() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::checkSanity();
|
||||
}
|
||||
void Layout_wrapper::clearLayout()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::clearLayout();
|
||||
}
|
||||
bool Layout_wrapper::containsItem(const Layouting::Item *arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::containsItem(arg__1);
|
||||
}
|
||||
int Layout_wrapper::count() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::count();
|
||||
}
|
||||
void Layout_wrapper::customEvent(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_customEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_customEventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controllers::Layout::customEvent(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Layout_wrapper::customEvent_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controllers::Layout::customEvent(event);
|
||||
}
|
||||
void Layout_wrapper::dumpLayout() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::dumpLayout();
|
||||
}
|
||||
bool Layout_wrapper::event(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controllers::Layout::event(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Layout_wrapper::event_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controllers::Layout::event(event);
|
||||
}
|
||||
bool Layout_wrapper::eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventFilterCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventFilterCallback(const_cast<void *>(thisPtr), watched, event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Controllers::Layout::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Layout_wrapper::eventFilter_nocallback(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Controllers::Layout::eventFilter(watched, event);
|
||||
}
|
||||
bool Layout_wrapper::isInMainWindow(bool honourNesting) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::isInMainWindow(honourNesting);
|
||||
}
|
||||
int Layout_wrapper::layoutHeight() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::layoutHeight();
|
||||
}
|
||||
QSize Layout_wrapper::layoutMaximumSizeHint() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::layoutMaximumSizeHint();
|
||||
}
|
||||
QSize Layout_wrapper::layoutMinimumSize() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::layoutMinimumSize();
|
||||
}
|
||||
QSize Layout_wrapper::layoutSize() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::layoutSize();
|
||||
}
|
||||
int Layout_wrapper::layoutWidth() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::layoutWidth();
|
||||
}
|
||||
int Layout_wrapper::placeholderCount() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::placeholderCount();
|
||||
}
|
||||
void Layout_wrapper::removeItem(Layouting::Item *item)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::removeItem(item);
|
||||
}
|
||||
void Layout_wrapper::setLayoutMinimumSize(QSize arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::setLayoutMinimumSize(arg__1);
|
||||
}
|
||||
void Layout_wrapper::setLayoutSize(QSize arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::setLayoutSize(arg__1);
|
||||
}
|
||||
void Layout_wrapper::setParentView_impl(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setParentView_implCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setParentView_implCallback(const_cast<void *>(thisPtr), parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Controllers::Layout::setParentView_impl(parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Layout_wrapper::setParentView_impl_nocallback(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Controllers::Layout::setParentView_impl(parent);
|
||||
}
|
||||
void Layout_wrapper::updateSizeConstraints()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::updateSizeConstraints();
|
||||
}
|
||||
void Layout_wrapper::viewAboutToBeDeleted()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Controllers::Layout::viewAboutToBeDeleted();
|
||||
}
|
||||
int Layout_wrapper::visibleCount() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::Controllers::Layout::visibleCount();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
Layout_wrapper::~Layout_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Controllers::Layout *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Controllers::Layout *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::Layout_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Controllers__Layout_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper *>(cppObj);
|
||||
@@ -264,238 +180,139 @@ void c_KDDockWidgets__Controllers__Layout_Finalizer(void *, void *cppObj, void *
|
||||
void *c_KDDockWidgets__Controllers__Layout__constructor_Type_View(int arg__1, void *arg__2_)
|
||||
{
|
||||
auto arg__2 = reinterpret_cast<KDDockWidgets::View *>(arg__2_);
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::Layout_wrapper(static_cast<KDDockWidgets::Type>(arg__1), arg__2);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// asDropArea() const
|
||||
void *c_KDDockWidgets__Controllers__Layout__asDropArea(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->asDropArea();
|
||||
return fromPtr(thisObj)->asDropArea();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// checkSanity() const
|
||||
bool c_KDDockWidgets__Controllers__Layout__checkSanity(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->checkSanity();
|
||||
return fromPtr(thisObj)->checkSanity();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// clearLayout()
|
||||
void c_KDDockWidgets__Controllers__Layout__clearLayout(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->clearLayout();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// containsItem(const Layouting::Item * arg__1) const
|
||||
bool c_KDDockWidgets__Controllers__Layout__containsItem_Item(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<Layouting::Item *>(arg__1_);
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->containsItem(arg__1);
|
||||
return fromPtr(thisObj)->containsItem(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// count() const
|
||||
int c_KDDockWidgets__Controllers__Layout__count(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->count();
|
||||
return fromPtr(thisObj)->count();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__Controllers__Layout__customEvent_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->customEvent_nocallback(event);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// dumpLayout() const
|
||||
void c_KDDockWidgets__Controllers__Layout__dumpLayout(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->dumpLayout();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// event(QEvent * event)
|
||||
bool c_KDDockWidgets__Controllers__Layout__event_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__Controllers__Layout__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_)
|
||||
{
|
||||
auto watched = reinterpret_cast<QObject *>(watched_);
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isInMainWindow(bool honourNesting) const
|
||||
bool c_KDDockWidgets__Controllers__Layout__isInMainWindow_bool(void *thisObj, bool honourNesting)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isInMainWindow(honourNesting);
|
||||
return fromPtr(thisObj)->isInMainWindow(honourNesting);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// layoutHeight() const
|
||||
int c_KDDockWidgets__Controllers__Layout__layoutHeight(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->layoutHeight();
|
||||
return fromPtr(thisObj)->layoutHeight();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// layoutMaximumSizeHint() const
|
||||
void *c_KDDockWidgets__Controllers__Layout__layoutMaximumSizeHint(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->layoutMaximumSizeHint() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->layoutMaximumSizeHint() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// layoutMinimumSize() const
|
||||
void *c_KDDockWidgets__Controllers__Layout__layoutMinimumSize(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->layoutMinimumSize() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->layoutMinimumSize() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// layoutSize() const
|
||||
void *c_KDDockWidgets__Controllers__Layout__layoutSize(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->layoutSize() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->layoutSize() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// layoutWidth() const
|
||||
int c_KDDockWidgets__Controllers__Layout__layoutWidth(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->layoutWidth();
|
||||
return fromPtr(thisObj)->layoutWidth();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// placeholderCount() const
|
||||
int c_KDDockWidgets__Controllers__Layout__placeholderCount(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->placeholderCount();
|
||||
return fromPtr(thisObj)->placeholderCount();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// removeItem(Layouting::Item * item)
|
||||
void c_KDDockWidgets__Controllers__Layout__removeItem_Item(void *thisObj, void *item_)
|
||||
{
|
||||
auto item = reinterpret_cast<Layouting::Item *>(item_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->removeItem(item);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setLayoutMinimumSize(QSize arg__1)
|
||||
void c_KDDockWidgets__Controllers__Layout__setLayoutMinimumSize_QSize(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QSize *>(arg__1_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1073
|
||||
fromWrapperPtr(thisObj)->setLayoutMinimumSize(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setLayoutSize(QSize arg__1)
|
||||
void c_KDDockWidgets__Controllers__Layout__setLayoutSize_QSize(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QSize *>(arg__1_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setLayoutSize(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setParentView_impl(KDDockWidgets::View * parent)
|
||||
void c_KDDockWidgets__Controllers__Layout__setParentView_impl_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->setParentView_impl_nocallback(parent);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// updateSizeConstraints()
|
||||
void c_KDDockWidgets__Controllers__Layout__updateSizeConstraints(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->updateSizeConstraints();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// viewAboutToBeDeleted()
|
||||
void c_KDDockWidgets__Controllers__Layout__viewAboutToBeDeleted(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->viewAboutToBeDeleted();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// visibleCount() const
|
||||
int c_KDDockWidgets__Controllers__Layout__visibleCount(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->visibleCount();
|
||||
return fromPtr(thisObj)->visibleCount();
|
||||
}
|
||||
void c_KDDockWidgets__Controllers__Layout__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__Controllers__Layout__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
|
||||
@@ -8,199 +8,111 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <controllers/Layout.h>
|
||||
#include <View.h>
|
||||
#include <qsize.h>
|
||||
#include <Item_p.h>
|
||||
#include <DropArea.h>
|
||||
#include <qpoint.h>
|
||||
#include <qstring.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class Layout_wrapper : public ::KDDockWidgets::Controllers::Layout
|
||||
{
|
||||
public:
|
||||
~Layout_wrapper();
|
||||
// tag=1041
|
||||
Layout_wrapper(KDDockWidgets::Type arg__1, KDDockWidgets::View *arg__2);
|
||||
// tag=1041
|
||||
KDDockWidgets::Controllers::DropArea *asDropArea() const;
|
||||
// tag=1041
|
||||
bool checkSanity() const;
|
||||
// tag=1041
|
||||
void clearLayout();
|
||||
// tag=1041
|
||||
bool containsItem(const Layouting::Item *arg__1) const;
|
||||
// tag=1041
|
||||
int count() const;
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
void dumpLayout() const;
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
bool isInMainWindow(bool honourNesting = false) const;
|
||||
// tag=1041
|
||||
int layoutHeight() const;
|
||||
// tag=1041
|
||||
QSize layoutMaximumSizeHint() const;
|
||||
// tag=1041
|
||||
QSize layoutMinimumSize() const;
|
||||
// tag=1041
|
||||
QSize layoutSize() const;
|
||||
// tag=1041
|
||||
int layoutWidth() const;
|
||||
// tag=1041
|
||||
int placeholderCount() const;
|
||||
// tag=1041
|
||||
void removeItem(Layouting::Item *item);
|
||||
// tag=1041
|
||||
void setLayoutMinimumSize(QSize arg__1);
|
||||
// tag=1041
|
||||
void setLayoutSize(QSize arg__1);
|
||||
// tag=1041
|
||||
virtual void setParentView_impl(KDDockWidgets::View *parent);
|
||||
// tag=1008
|
||||
virtual void setParentView_impl_nocallback(KDDockWidgets::View *parent);
|
||||
// tag=1041
|
||||
void updateSizeConstraints();
|
||||
// tag=1041
|
||||
void viewAboutToBeDeleted();
|
||||
// tag=1041
|
||||
int visibleCount() const;
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setParentView_impl)(void *, KDDockWidgets::View *parent);
|
||||
Callback_setParentView_impl m_setParentView_implCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::Layout(KDDockWidgets::Type arg__1, KDDockWidgets::View * arg__2)
|
||||
// KDDockWidgets::Controllers::Layout::Layout(KDDockWidgets::Type arg__1, KDDockWidgets::View * arg__2)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__Layout__constructor_Type_View(int arg__1, void *arg__2_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::asDropArea() const
|
||||
// KDDockWidgets::Controllers::Layout::asDropArea() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__Layout__asDropArea(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::checkSanity() const
|
||||
// KDDockWidgets::Controllers::Layout::checkSanity() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__checkSanity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::clearLayout()
|
||||
// KDDockWidgets::Controllers::Layout::clearLayout()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__clearLayout(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::containsItem(const Layouting::Item * arg__1) const
|
||||
// KDDockWidgets::Controllers::Layout::containsItem(const Layouting::Item * arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__containsItem_Item(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::count() const
|
||||
// KDDockWidgets::Controllers::Layout::count() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__count(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::customEvent(QEvent * event)
|
||||
// KDDockWidgets::Controllers::Layout::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::dumpLayout() const
|
||||
// KDDockWidgets::Controllers::Layout::dumpLayout() const
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__dumpLayout(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::event(QEvent * event)
|
||||
// KDDockWidgets::Controllers::Layout::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::eventFilter(QObject * watched, QEvent * event)
|
||||
// KDDockWidgets::Controllers::Layout::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::isInMainWindow(bool honourNesting) const
|
||||
// KDDockWidgets::Controllers::Layout::isInMainWindow(bool honourNesting) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__isInMainWindow_bool(void *thisObj, bool honourNesting);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::layoutHeight() const
|
||||
// KDDockWidgets::Controllers::Layout::layoutHeight() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__layoutHeight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::layoutMaximumSizeHint() const
|
||||
// KDDockWidgets::Controllers::Layout::layoutMaximumSizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__Layout__layoutMaximumSizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::layoutMinimumSize() const
|
||||
// KDDockWidgets::Controllers::Layout::layoutMinimumSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__Layout__layoutMinimumSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::layoutSize() const
|
||||
// KDDockWidgets::Controllers::Layout::layoutSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__Layout__layoutSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::layoutWidth() const
|
||||
// KDDockWidgets::Controllers::Layout::layoutWidth() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__layoutWidth(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::placeholderCount() const
|
||||
// KDDockWidgets::Controllers::Layout::placeholderCount() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__placeholderCount(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::removeItem(Layouting::Item * item)
|
||||
// KDDockWidgets::Controllers::Layout::removeItem(Layouting::Item * item)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__removeItem_Item(void *thisObj, void *item_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::setLayoutMinimumSize(QSize arg__1)
|
||||
// KDDockWidgets::Controllers::Layout::setLayoutMinimumSize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__setLayoutMinimumSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::setLayoutSize(QSize arg__1)
|
||||
// KDDockWidgets::Controllers::Layout::setLayoutSize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__setLayoutSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::setParentView_impl(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Controllers::Layout::setParentView_impl(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__setParentView_impl_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::updateSizeConstraints()
|
||||
// KDDockWidgets::Controllers::Layout::updateSizeConstraints()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__updateSizeConstraints(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::viewAboutToBeDeleted()
|
||||
// KDDockWidgets::Controllers::Layout::viewAboutToBeDeleted()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__viewAboutToBeDeleted(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::visibleCount() const
|
||||
// KDDockWidgets::Controllers::Layout::visibleCount() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__visibleCount(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -8,13 +8,9 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <KDDockWidgets.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,893 +27,606 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
Platform_flutter_wrapper::Platform_flutter_wrapper()
|
||||
: ::KDDockWidgets::Platform_flutter()
|
||||
{
|
||||
}
|
||||
QString Platform_flutter_wrapper::applicationName() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_applicationNameCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return *m_applicationNameCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::applicationName();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
QString Platform_flutter_wrapper::applicationName_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::applicationName();
|
||||
}
|
||||
KDDockWidgets::ViewFactory *Platform_flutter_wrapper::createDefaultViewFactory()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createDefaultViewFactoryCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createDefaultViewFactoryCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::createDefaultViewFactory();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::ViewFactory *Platform_flutter_wrapper::createDefaultViewFactory_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::createDefaultViewFactory();
|
||||
}
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::createView(KDDockWidgets::Controller *controller, KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createViewCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createViewCallback(const_cast<void *>(thisPtr), controller, parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::createView(controller, parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::createView_nocallback(KDDockWidgets::Controller *controller, KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::createView(controller, parent);
|
||||
}
|
||||
bool Platform_flutter_wrapper::hasActivePopup() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_hasActivePopupCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_hasActivePopupCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::hasActivePopup();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::hasActivePopup_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::hasActivePopup();
|
||||
}
|
||||
bool Platform_flutter_wrapper::inDisallowedDragView(QPoint globalPos) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_inDisallowedDragViewCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_inDisallowedDragViewCallback(const_cast<void *>(thisPtr), globalPos);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::inDisallowedDragView(globalPos);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::inDisallowedDragView_nocallback(QPoint globalPos) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::inDisallowedDragView(globalPos);
|
||||
}
|
||||
void Platform_flutter_wrapper::init()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::KDDockWidgets::Platform_flutter::init();
|
||||
}
|
||||
void Platform_flutter_wrapper::installMessageHandler()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_installMessageHandlerCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_installMessageHandlerCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::installMessageHandler();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::installMessageHandler_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::installMessageHandler();
|
||||
}
|
||||
bool Platform_flutter_wrapper::isLeftMouseButtonPressed() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_isLeftMouseButtonPressedCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_isLeftMouseButtonPressedCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::isLeftMouseButtonPressed();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::isLeftMouseButtonPressed_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::isLeftMouseButtonPressed();
|
||||
}
|
||||
bool Platform_flutter_wrapper::isProcessingAppQuitEvent() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_isProcessingAppQuitEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_isProcessingAppQuitEventCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::isProcessingAppQuitEvent();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::isProcessingAppQuitEvent_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::isProcessingAppQuitEvent();
|
||||
}
|
||||
const char *Platform_flutter_wrapper::name() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_nameCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_nameCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::name();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
const char *Platform_flutter_wrapper::name_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::name();
|
||||
}
|
||||
QString Platform_flutter_wrapper::organizationName() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_organizationNameCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return *m_organizationNameCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::organizationName();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
QString Platform_flutter_wrapper::organizationName_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::organizationName();
|
||||
}
|
||||
void Platform_flutter_wrapper::restoreMouseCursor()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_restoreMouseCursorCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_restoreMouseCursorCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::restoreMouseCursor();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::restoreMouseCursor_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::restoreMouseCursor();
|
||||
}
|
||||
int Platform_flutter_wrapper::screenNumberFor(KDDockWidgets::View *arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_screenNumberForCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_screenNumberForCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::screenNumberFor(arg__1);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
int Platform_flutter_wrapper::screenNumberFor_nocallback(KDDockWidgets::View *arg__1) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::screenNumberFor(arg__1);
|
||||
}
|
||||
QSize Platform_flutter_wrapper::screenSizeFor(KDDockWidgets::View *arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_screenSizeForCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return *m_screenSizeForCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::screenSizeFor(arg__1);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
QSize Platform_flutter_wrapper::screenSizeFor_nocallback(KDDockWidgets::View *arg__1) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::screenSizeFor(arg__1);
|
||||
}
|
||||
void Platform_flutter_wrapper::sendEvent(KDDockWidgets::View *arg__1, QEvent *arg__2) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_sendEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_sendEventCallback(const_cast<void *>(thisPtr), arg__1, arg__2);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::sendEvent(arg__1, arg__2);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::sendEvent_nocallback(KDDockWidgets::View *arg__1, QEvent *arg__2) const
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::sendEvent(arg__1, arg__2);
|
||||
}
|
||||
void Platform_flutter_wrapper::setMouseCursor(Qt::CursorShape arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_setMouseCursorCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_setMouseCursorCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::setMouseCursor(arg__1);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::setMouseCursor_nocallback(Qt::CursorShape arg__1)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::setMouseCursor(arg__1);
|
||||
}
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::tests_createFocusableView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_createFocusableViewCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_createFocusableViewCallback(const_cast<void *>(thisPtr), arg__1, parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_createFocusableView(arg__1, parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::tests_createFocusableView_nocallback(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_createFocusableView(arg__1, parent);
|
||||
}
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::tests_createNonClosableView(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_createNonClosableViewCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_createNonClosableViewCallback(const_cast<void *>(thisPtr), parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_createNonClosableView(parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::tests_createNonClosableView_nocallback(KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_createNonClosableView(parent);
|
||||
}
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::tests_createView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_createViewCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_createViewCallback(const_cast<void *>(thisPtr), arg__1, parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_createView(arg__1, parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *Platform_flutter_wrapper::tests_createView_nocallback(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_createView(arg__1, parent);
|
||||
}
|
||||
void Platform_flutter_wrapper::tests_deinitPlatform_impl()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_deinitPlatform_implCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_tests_deinitPlatform_implCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::tests_deinitPlatform_impl();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::tests_deinitPlatform_impl_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::tests_deinitPlatform_impl();
|
||||
}
|
||||
void Platform_flutter_wrapper::tests_initPlatform_impl()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_initPlatform_implCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_tests_initPlatform_implCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::tests_initPlatform_impl();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::tests_initPlatform_impl_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::tests_initPlatform_impl();
|
||||
}
|
||||
void Platform_flutter_wrapper::tests_wait(int ms)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_tests_waitCallback(const_cast<void *>(thisPtr), ms);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::tests_wait(ms);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::tests_wait_nocallback(int ms)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::tests_wait(ms);
|
||||
}
|
||||
bool Platform_flutter_wrapper::tests_waitForDeleted(KDDockWidgets::View *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitForDeletedCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_waitForDeletedCallback(const_cast<void *>(thisPtr), arg__1, timeout);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForDeleted(arg__1, timeout);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::tests_waitForDeleted_nocallback(KDDockWidgets::View *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForDeleted(arg__1, timeout);
|
||||
}
|
||||
bool Platform_flutter_wrapper::tests_waitForDeleted(QObject *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitForDeleted_2Callback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_waitForDeleted_2Callback(const_cast<void *>(thisPtr), arg__1, timeout);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForDeleted(arg__1, timeout);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::tests_waitForDeleted_nocallback(QObject *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForDeleted(arg__1, timeout);
|
||||
}
|
||||
bool Platform_flutter_wrapper::tests_waitForEvent(KDDockWidgets::View *arg__1, QEvent::Type type, int timeout) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitForEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_waitForEventCallback(const_cast<void *>(thisPtr), arg__1, type, timeout);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForEvent(arg__1, type, timeout);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::tests_waitForEvent_nocallback(KDDockWidgets::View *arg__1, QEvent::Type type, int timeout) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForEvent(arg__1, type, timeout);
|
||||
}
|
||||
bool Platform_flutter_wrapper::tests_waitForEvent(QObject *w, QEvent::Type type, int timeout) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitForEvent_2Callback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_waitForEvent_2Callback(const_cast<void *>(thisPtr), w, type, timeout);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForEvent(w, type, timeout);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::tests_waitForEvent_nocallback(QObject *w, QEvent::Type type, int timeout) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForEvent(w, type, timeout);
|
||||
}
|
||||
bool Platform_flutter_wrapper::tests_waitForResize(KDDockWidgets::Controller *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitForResizeCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_waitForResizeCallback(const_cast<void *>(thisPtr), arg__1, timeout);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForResize(arg__1, timeout);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::tests_waitForResize_nocallback(KDDockWidgets::Controller *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForResize(arg__1, timeout);
|
||||
}
|
||||
bool Platform_flutter_wrapper::tests_waitForResize(KDDockWidgets::View *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_tests_waitForResize_2Callback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_tests_waitForResize_2Callback(const_cast<void *>(thisPtr), arg__1, timeout);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForResize(arg__1, timeout);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::tests_waitForResize_nocallback(KDDockWidgets::View *arg__1, int timeout) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::tests_waitForResize(arg__1, timeout);
|
||||
}
|
||||
void Platform_flutter_wrapper::ungrabMouse()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_ungrabMouseCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_ungrabMouseCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::ungrabMouse();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::ungrabMouse_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::ungrabMouse();
|
||||
}
|
||||
void Platform_flutter_wrapper::uninstallMessageHandler()
|
||||
{
|
||||
// tag=1000
|
||||
if (m_uninstallMessageHandlerCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_uninstallMessageHandlerCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::Platform_flutter::uninstallMessageHandler();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void Platform_flutter_wrapper::uninstallMessageHandler_nocallback()
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::Platform_flutter::uninstallMessageHandler();
|
||||
}
|
||||
bool Platform_flutter_wrapper::usesFallbackMouseGrabber() const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_usesFallbackMouseGrabberCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_usesFallbackMouseGrabberCallback(const_cast<void *>(thisPtr));
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::Platform_flutter::usesFallbackMouseGrabber();
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool Platform_flutter_wrapper::usesFallbackMouseGrabber_nocallback() const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::Platform_flutter::usesFallbackMouseGrabber();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
Platform_flutter_wrapper::~Platform_flutter_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::Platform_flutter *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::Platform_flutter *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__Platform_flutter_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_KDDockWidgets__Platform_flutter__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// applicationName() const
|
||||
void *c_KDDockWidgets__Platform_flutter__applicationName(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->applicationName_nocallback();} else { return targetPtr->applicationName();} }() };
|
||||
return new Dartagnan::ValueWrapper<QString> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->applicationName_nocallback();} else { return targetPtr->applicationName();} }() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createDefaultViewFactory()
|
||||
void *c_KDDockWidgets__Platform_flutter__createDefaultViewFactory(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createDefaultViewFactory_nocallback();} else { return targetPtr->createDefaultViewFactory();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createDefaultViewFactory_nocallback();} else { return targetPtr->createDefaultViewFactory();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createView(KDDockWidgets::Controller * controller, KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__Platform_flutter__createView_Controller_View(void *thisObj, void *controller_, void *parent_)
|
||||
{
|
||||
auto controller = reinterpret_cast<KDDockWidgets::Controller *>(controller_);
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createView_nocallback(controller,parent);} else { return targetPtr->createView(controller,parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createView_nocallback(controller,parent);} else { return targetPtr->createView(controller,parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// hasActivePopup() const
|
||||
bool c_KDDockWidgets__Platform_flutter__hasActivePopup(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->hasActivePopup_nocallback();} else { return targetPtr->hasActivePopup();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->hasActivePopup_nocallback();} else { return targetPtr->hasActivePopup();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// inDisallowedDragView(QPoint globalPos) const
|
||||
bool c_KDDockWidgets__Platform_flutter__inDisallowedDragView_QPoint(void *thisObj, void *globalPos_)
|
||||
{
|
||||
auto &globalPos = *reinterpret_cast<QPoint *>(globalPos_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->inDisallowedDragView_nocallback(globalPos);} else { return targetPtr->inDisallowedDragView(globalPos);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->inDisallowedDragView_nocallback(globalPos);} else { return targetPtr->inDisallowedDragView(globalPos);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// init()
|
||||
void c_KDDockWidgets__Platform_flutter__init(void *thisObj)
|
||||
{
|
||||
// tag=1011
|
||||
|
||||
// tag=1073
|
||||
fromWrapperPtr(thisObj)->init();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// installMessageHandler()
|
||||
void c_KDDockWidgets__Platform_flutter__installMessageHandler(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->installMessageHandler_nocallback();} else { return targetPtr->installMessageHandler();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isLeftMouseButtonPressed() const
|
||||
bool c_KDDockWidgets__Platform_flutter__isLeftMouseButtonPressed(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->isLeftMouseButtonPressed_nocallback();} else { return targetPtr->isLeftMouseButtonPressed();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->isLeftMouseButtonPressed_nocallback();} else { return targetPtr->isLeftMouseButtonPressed();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isProcessingAppQuitEvent() const
|
||||
bool c_KDDockWidgets__Platform_flutter__isProcessingAppQuitEvent(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->isProcessingAppQuitEvent_nocallback();} else { return targetPtr->isProcessingAppQuitEvent();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->isProcessingAppQuitEvent_nocallback();} else { return targetPtr->isProcessingAppQuitEvent();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// name() const
|
||||
const char *c_KDDockWidgets__Platform_flutter__name(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->name_nocallback();} else { return targetPtr->name();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->name_nocallback();} else { return targetPtr->name();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// organizationName() const
|
||||
void *c_KDDockWidgets__Platform_flutter__organizationName(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->organizationName_nocallback();} else { return targetPtr->organizationName();} }() };
|
||||
return new Dartagnan::ValueWrapper<QString> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->organizationName_nocallback();} else { return targetPtr->organizationName();} }() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// restoreMouseCursor()
|
||||
void c_KDDockWidgets__Platform_flutter__restoreMouseCursor(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->restoreMouseCursor_nocallback();} else { return targetPtr->restoreMouseCursor();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// screenNumberFor(KDDockWidgets::View * arg__1) const
|
||||
int c_KDDockWidgets__Platform_flutter__screenNumberFor_View(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::View *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->screenNumberFor_nocallback(arg__1);} else { return targetPtr->screenNumberFor(arg__1);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->screenNumberFor_nocallback(arg__1);} else { return targetPtr->screenNumberFor(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// screenSizeFor(KDDockWidgets::View * arg__1) const
|
||||
void *c_KDDockWidgets__Platform_flutter__screenSizeFor_View(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::View *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->screenSizeFor_nocallback(arg__1);} else { return targetPtr->screenSizeFor(arg__1);} }() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->screenSizeFor_nocallback(arg__1);} else { return targetPtr->screenSizeFor(arg__1);} }() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// sendEvent(KDDockWidgets::View * arg__1, QEvent * arg__2) const
|
||||
void c_KDDockWidgets__Platform_flutter__sendEvent_View_QEvent(void *thisObj, void *arg__1_, void *arg__2_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::View *>(arg__1_);
|
||||
auto arg__2 = reinterpret_cast<QEvent *>(arg__2_);
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->sendEvent_nocallback(arg__1,arg__2);} else { return targetPtr->sendEvent(arg__1,arg__2);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setMouseCursor(Qt::CursorShape arg__1)
|
||||
void c_KDDockWidgets__Platform_flutter__setMouseCursor_CursorShape(void *thisObj, int arg__1)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->setMouseCursor_nocallback(static_cast<Qt::CursorShape>(arg__1));} else { return targetPtr->setMouseCursor(static_cast<Qt::CursorShape>(arg__1));} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_createFocusableView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View * parent)
|
||||
void *c_KDDockWidgets__Platform_flutter__tests_createFocusableView_CreateViewOptions_View(void *thisObj, void *arg__1_, void *parent_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<KDDockWidgets::CreateViewOptions *>(arg__1_);
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_createFocusableView_nocallback(arg__1,parent);} else { return targetPtr->tests_createFocusableView(arg__1,parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_createFocusableView_nocallback(arg__1,parent);} else { return targetPtr->tests_createFocusableView(arg__1,parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_createNonClosableView(KDDockWidgets::View * parent)
|
||||
void *c_KDDockWidgets__Platform_flutter__tests_createNonClosableView_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_createNonClosableView_nocallback(parent);} else { return targetPtr->tests_createNonClosableView(parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_createNonClosableView_nocallback(parent);} else { return targetPtr->tests_createNonClosableView(parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_createView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View * parent)
|
||||
void *c_KDDockWidgets__Platform_flutter__tests_createView_CreateViewOptions_View(void *thisObj, void *arg__1_, void *parent_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<KDDockWidgets::CreateViewOptions *>(arg__1_);
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_createView_nocallback(arg__1,parent);} else { return targetPtr->tests_createView(arg__1,parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_createView_nocallback(arg__1,parent);} else { return targetPtr->tests_createView(arg__1,parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_deinitPlatform_impl()
|
||||
void c_KDDockWidgets__Platform_flutter__tests_deinitPlatform_impl(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_deinitPlatform_impl_nocallback();} else { return targetPtr->tests_deinitPlatform_impl();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_initPlatform_impl()
|
||||
void c_KDDockWidgets__Platform_flutter__tests_initPlatform_impl(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_initPlatform_impl_nocallback();} else { return targetPtr->tests_initPlatform_impl();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_wait(int ms)
|
||||
void c_KDDockWidgets__Platform_flutter__tests_wait_int(void *thisObj, int ms)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_wait_nocallback(ms);} else { return targetPtr->tests_wait(ms);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_waitForDeleted(KDDockWidgets::View * arg__1, int timeout) const
|
||||
bool c_KDDockWidgets__Platform_flutter__tests_waitForDeleted_View_int(void *thisObj, void *arg__1_, int timeout)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::View *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForDeleted_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForDeleted(arg__1,timeout);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForDeleted_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForDeleted(arg__1,timeout);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_waitForDeleted(QObject * arg__1, int timeout) const
|
||||
bool c_KDDockWidgets__Platform_flutter__tests_waitForDeleted_QObject_int(void *thisObj, void *arg__1_, int timeout)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<QObject *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForDeleted_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForDeleted(arg__1,timeout);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForDeleted_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForDeleted(arg__1,timeout);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_waitForEvent(KDDockWidgets::View * arg__1, QEvent::Type type, int timeout) const
|
||||
bool c_KDDockWidgets__Platform_flutter__tests_waitForEvent_View_Type_int(void *thisObj, void *arg__1_, int type, int timeout)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::View *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForEvent_nocallback(arg__1,static_cast<QEvent::Type>(type),timeout);} else { return targetPtr->tests_waitForEvent(arg__1,static_cast<QEvent::Type>(type),timeout);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForEvent_nocallback(arg__1,static_cast<QEvent::Type>(type),timeout);} else { return targetPtr->tests_waitForEvent(arg__1,static_cast<QEvent::Type>(type),timeout);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_waitForEvent(QObject * w, QEvent::Type type, int timeout) const
|
||||
bool c_KDDockWidgets__Platform_flutter__tests_waitForEvent_QObject_Type_int(void *thisObj, void *w_, int type, int timeout)
|
||||
{
|
||||
auto w = reinterpret_cast<QObject *>(w_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForEvent_nocallback(w,static_cast<QEvent::Type>(type),timeout);} else { return targetPtr->tests_waitForEvent(w,static_cast<QEvent::Type>(type),timeout);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForEvent_nocallback(w,static_cast<QEvent::Type>(type),timeout);} else { return targetPtr->tests_waitForEvent(w,static_cast<QEvent::Type>(type),timeout);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_waitForResize(KDDockWidgets::Controller * arg__1, int timeout) const
|
||||
bool c_KDDockWidgets__Platform_flutter__tests_waitForResize_Controller_int(void *thisObj, void *arg__1_, int timeout)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::Controller *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForResize_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForResize(arg__1,timeout);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForResize_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForResize(arg__1,timeout);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tests_waitForResize(KDDockWidgets::View * arg__1, int timeout) const
|
||||
bool c_KDDockWidgets__Platform_flutter__tests_waitForResize_View_int(void *thisObj, void *arg__1_, int timeout)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::View *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForResize_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForResize(arg__1,timeout);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->tests_waitForResize_nocallback(arg__1,timeout);} else { return targetPtr->tests_waitForResize(arg__1,timeout);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// ungrabMouse()
|
||||
void c_KDDockWidgets__Platform_flutter__ungrabMouse(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->ungrabMouse_nocallback();} else { return targetPtr->ungrabMouse();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// uninstallMessageHandler()
|
||||
void c_KDDockWidgets__Platform_flutter__uninstallMessageHandler(void *thisObj)
|
||||
{
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->uninstallMessageHandler_nocallback();} else { return targetPtr->uninstallMessageHandler();} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// usesFallbackMouseGrabber() const
|
||||
bool c_KDDockWidgets__Platform_flutter__usesFallbackMouseGrabber(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->usesFallbackMouseGrabber_nocallback();} else { return targetPtr->usesFallbackMouseGrabber();} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->usesFallbackMouseGrabber_nocallback();} else { return targetPtr->usesFallbackMouseGrabber();} }();
|
||||
}
|
||||
void c_KDDockWidgets__Platform_flutter__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__Platform_flutter__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 714:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Platform_flutter.h>
|
||||
#include <ViewFactory.h>
|
||||
@@ -23,362 +21,200 @@
|
||||
#include <qstring.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class Platform_flutter_wrapper : public ::KDDockWidgets::Platform_flutter
|
||||
{
|
||||
public:
|
||||
~Platform_flutter_wrapper();
|
||||
// tag=1041
|
||||
Platform_flutter_wrapper();
|
||||
// tag=1041
|
||||
virtual QString applicationName() const;
|
||||
// tag=1008
|
||||
virtual QString applicationName_nocallback() const;
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::ViewFactory *createDefaultViewFactory();
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::ViewFactory *createDefaultViewFactory_nocallback();
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *createView(KDDockWidgets::Controller *controller, KDDockWidgets::View *parent = nullptr) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *createView_nocallback(KDDockWidgets::Controller *controller, KDDockWidgets::View *parent = nullptr) const;
|
||||
// tag=1041
|
||||
virtual bool hasActivePopup() const;
|
||||
// tag=1008
|
||||
virtual bool hasActivePopup_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool inDisallowedDragView(QPoint globalPos) const;
|
||||
// tag=1008
|
||||
virtual bool inDisallowedDragView_nocallback(QPoint globalPos) const;
|
||||
// tag=1041
|
||||
void init();
|
||||
// tag=1041
|
||||
virtual void installMessageHandler();
|
||||
// tag=1008
|
||||
virtual void installMessageHandler_nocallback();
|
||||
// tag=1041
|
||||
virtual bool isLeftMouseButtonPressed() const;
|
||||
// tag=1008
|
||||
virtual bool isLeftMouseButtonPressed_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isProcessingAppQuitEvent() const;
|
||||
// tag=1008
|
||||
virtual bool isProcessingAppQuitEvent_nocallback() const;
|
||||
// tag=1041
|
||||
virtual const char *name() const;
|
||||
// tag=1008
|
||||
virtual const char *name_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QString organizationName() const;
|
||||
// tag=1008
|
||||
virtual QString organizationName_nocallback() const;
|
||||
// tag=1041
|
||||
virtual void restoreMouseCursor();
|
||||
// tag=1008
|
||||
virtual void restoreMouseCursor_nocallback();
|
||||
// tag=1041
|
||||
virtual int screenNumberFor(KDDockWidgets::View *arg__1) const;
|
||||
// tag=1008
|
||||
virtual int screenNumberFor_nocallback(KDDockWidgets::View *arg__1) const;
|
||||
// tag=1041
|
||||
virtual QSize screenSizeFor(KDDockWidgets::View *arg__1) const;
|
||||
// tag=1008
|
||||
virtual QSize screenSizeFor_nocallback(KDDockWidgets::View *arg__1) const;
|
||||
// tag=1041
|
||||
virtual void sendEvent(KDDockWidgets::View *arg__1, QEvent *arg__2) const;
|
||||
// tag=1008
|
||||
virtual void sendEvent_nocallback(KDDockWidgets::View *arg__1, QEvent *arg__2) const;
|
||||
// tag=1041
|
||||
virtual void setMouseCursor(Qt::CursorShape arg__1);
|
||||
// tag=1008
|
||||
virtual void setMouseCursor_nocallback(Qt::CursorShape arg__1);
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *tests_createFocusableView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent = nullptr);
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *tests_createFocusableView_nocallback(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent = nullptr);
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *tests_createNonClosableView(KDDockWidgets::View *parent = nullptr);
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *tests_createNonClosableView_nocallback(KDDockWidgets::View *parent = nullptr);
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *tests_createView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent = nullptr);
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *tests_createView_nocallback(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent = nullptr);
|
||||
// tag=1041
|
||||
virtual void tests_deinitPlatform_impl();
|
||||
// tag=1008
|
||||
virtual void tests_deinitPlatform_impl_nocallback();
|
||||
// tag=1041
|
||||
virtual void tests_initPlatform_impl();
|
||||
// tag=1008
|
||||
virtual void tests_initPlatform_impl_nocallback();
|
||||
// tag=1041
|
||||
virtual void tests_wait(int ms);
|
||||
// tag=1008
|
||||
virtual void tests_wait_nocallback(int ms);
|
||||
// tag=1041
|
||||
virtual bool tests_waitForDeleted(KDDockWidgets::View *arg__1, int timeout) const;
|
||||
// tag=1008
|
||||
virtual bool tests_waitForDeleted_nocallback(KDDockWidgets::View *arg__1, int timeout) const;
|
||||
// tag=1041
|
||||
virtual bool tests_waitForDeleted(QObject *arg__1, int timeout) const;
|
||||
// tag=1008
|
||||
virtual bool tests_waitForDeleted_nocallback(QObject *arg__1, int timeout) const;
|
||||
// tag=1041
|
||||
virtual bool tests_waitForEvent(KDDockWidgets::View *arg__1, QEvent::Type type, int timeout) const;
|
||||
// tag=1008
|
||||
virtual bool tests_waitForEvent_nocallback(KDDockWidgets::View *arg__1, QEvent::Type type, int timeout) const;
|
||||
// tag=1041
|
||||
virtual bool tests_waitForEvent(QObject *w, QEvent::Type type, int timeout) const;
|
||||
// tag=1008
|
||||
virtual bool tests_waitForEvent_nocallback(QObject *w, QEvent::Type type, int timeout) const;
|
||||
// tag=1041
|
||||
virtual bool tests_waitForResize(KDDockWidgets::Controller *arg__1, int timeout) const;
|
||||
// tag=1008
|
||||
virtual bool tests_waitForResize_nocallback(KDDockWidgets::Controller *arg__1, int timeout) const;
|
||||
// tag=1041
|
||||
virtual bool tests_waitForResize(KDDockWidgets::View *arg__1, int timeout) const;
|
||||
// tag=1008
|
||||
virtual bool tests_waitForResize_nocallback(KDDockWidgets::View *arg__1, int timeout) const;
|
||||
// tag=1041
|
||||
virtual void ungrabMouse();
|
||||
// tag=1008
|
||||
virtual void ungrabMouse_nocallback();
|
||||
// tag=1041
|
||||
virtual void uninstallMessageHandler();
|
||||
// tag=1008
|
||||
virtual void uninstallMessageHandler_nocallback();
|
||||
// tag=1041
|
||||
virtual bool usesFallbackMouseGrabber() const;
|
||||
// tag=1008
|
||||
virtual bool usesFallbackMouseGrabber_nocallback() const;
|
||||
// tag=1042
|
||||
typedef QString *(*Callback_applicationName)(void *);
|
||||
Callback_applicationName m_applicationNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::ViewFactory *(*Callback_createDefaultViewFactory)(void *);
|
||||
Callback_createDefaultViewFactory m_createDefaultViewFactoryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_createView)(void *, KDDockWidgets::Controller *controller, KDDockWidgets::View *parent);
|
||||
Callback_createView m_createViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_hasActivePopup)(void *);
|
||||
Callback_hasActivePopup m_hasActivePopupCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_inDisallowedDragView)(void *, QPoint globalPos);
|
||||
Callback_inDisallowedDragView m_inDisallowedDragViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_installMessageHandler)(void *);
|
||||
Callback_installMessageHandler m_installMessageHandlerCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isLeftMouseButtonPressed)(void *);
|
||||
Callback_isLeftMouseButtonPressed m_isLeftMouseButtonPressedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isProcessingAppQuitEvent)(void *);
|
||||
Callback_isProcessingAppQuitEvent m_isProcessingAppQuitEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef const char *(*Callback_name)(void *);
|
||||
Callback_name m_nameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QString *(*Callback_organizationName)(void *);
|
||||
Callback_organizationName m_organizationNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_restoreMouseCursor)(void *);
|
||||
Callback_restoreMouseCursor m_restoreMouseCursorCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef int (*Callback_screenNumberFor)(void *, KDDockWidgets::View *arg__1);
|
||||
Callback_screenNumberFor m_screenNumberForCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_screenSizeFor)(void *, KDDockWidgets::View *arg__1);
|
||||
Callback_screenSizeFor m_screenSizeForCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_sendEvent)(void *, KDDockWidgets::View *arg__1, QEvent *arg__2);
|
||||
Callback_sendEvent m_sendEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMouseCursor)(void *, Qt::CursorShape arg__1);
|
||||
Callback_setMouseCursor m_setMouseCursorCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_tests_createFocusableView)(void *, KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent);
|
||||
Callback_tests_createFocusableView m_tests_createFocusableViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_tests_createNonClosableView)(void *, KDDockWidgets::View *parent);
|
||||
Callback_tests_createNonClosableView m_tests_createNonClosableViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_tests_createView)(void *, KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View *parent);
|
||||
Callback_tests_createView m_tests_createViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_tests_deinitPlatform_impl)(void *);
|
||||
Callback_tests_deinitPlatform_impl m_tests_deinitPlatform_implCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_tests_initPlatform_impl)(void *);
|
||||
Callback_tests_initPlatform_impl m_tests_initPlatform_implCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_tests_wait)(void *, int ms);
|
||||
Callback_tests_wait m_tests_waitCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_tests_waitForDeleted)(void *, KDDockWidgets::View *arg__1, int timeout);
|
||||
Callback_tests_waitForDeleted m_tests_waitForDeletedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_tests_waitForDeleted_2)(void *, QObject *arg__1, int timeout);
|
||||
Callback_tests_waitForDeleted_2 m_tests_waitForDeleted_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_tests_waitForEvent)(void *, KDDockWidgets::View *arg__1, QEvent::Type type, int timeout);
|
||||
Callback_tests_waitForEvent m_tests_waitForEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_tests_waitForEvent_2)(void *, QObject *w, QEvent::Type type, int timeout);
|
||||
Callback_tests_waitForEvent_2 m_tests_waitForEvent_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_tests_waitForResize)(void *, KDDockWidgets::Controller *arg__1, int timeout);
|
||||
Callback_tests_waitForResize m_tests_waitForResizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_tests_waitForResize_2)(void *, KDDockWidgets::View *arg__1, int timeout);
|
||||
Callback_tests_waitForResize_2 m_tests_waitForResize_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_ungrabMouse)(void *);
|
||||
Callback_ungrabMouse m_ungrabMouseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_uninstallMessageHandler)(void *);
|
||||
Callback_uninstallMessageHandler m_uninstallMessageHandlerCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_usesFallbackMouseGrabber)(void *);
|
||||
Callback_usesFallbackMouseGrabber m_usesFallbackMouseGrabberCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::Platform_flutter()
|
||||
// KDDockWidgets::Platform_flutter::Platform_flutter()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__constructor();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::applicationName() const
|
||||
// KDDockWidgets::Platform_flutter::applicationName() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__applicationName(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::createDefaultViewFactory()
|
||||
// KDDockWidgets::Platform_flutter::createDefaultViewFactory()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__createDefaultViewFactory(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::createView(KDDockWidgets::Controller * controller, KDDockWidgets::View * parent) const
|
||||
// KDDockWidgets::Platform_flutter::createView(KDDockWidgets::Controller * controller, KDDockWidgets::View * parent) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__createView_Controller_View(void *thisObj, void *controller_, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::hasActivePopup() const
|
||||
// KDDockWidgets::Platform_flutter::hasActivePopup() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__hasActivePopup(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::inDisallowedDragView(QPoint globalPos) const
|
||||
// KDDockWidgets::Platform_flutter::inDisallowedDragView(QPoint globalPos) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__inDisallowedDragView_QPoint(void *thisObj, void *globalPos_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::init()
|
||||
// KDDockWidgets::Platform_flutter::init()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__init(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::installMessageHandler()
|
||||
// KDDockWidgets::Platform_flutter::installMessageHandler()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__installMessageHandler(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::isLeftMouseButtonPressed() const
|
||||
// KDDockWidgets::Platform_flutter::isLeftMouseButtonPressed() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__isLeftMouseButtonPressed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::isProcessingAppQuitEvent() const
|
||||
// KDDockWidgets::Platform_flutter::isProcessingAppQuitEvent() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__isProcessingAppQuitEvent(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::name() const
|
||||
// KDDockWidgets::Platform_flutter::name() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_KDDockWidgets__Platform_flutter__name(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::organizationName() const
|
||||
// KDDockWidgets::Platform_flutter::organizationName() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__organizationName(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::restoreMouseCursor()
|
||||
// KDDockWidgets::Platform_flutter::restoreMouseCursor()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__restoreMouseCursor(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::screenNumberFor(KDDockWidgets::View * arg__1) const
|
||||
// KDDockWidgets::Platform_flutter::screenNumberFor(KDDockWidgets::View * arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Platform_flutter__screenNumberFor_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::screenSizeFor(KDDockWidgets::View * arg__1) const
|
||||
// KDDockWidgets::Platform_flutter::screenSizeFor(KDDockWidgets::View * arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__screenSizeFor_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::sendEvent(KDDockWidgets::View * arg__1, QEvent * arg__2) const
|
||||
// KDDockWidgets::Platform_flutter::sendEvent(KDDockWidgets::View * arg__1, QEvent * arg__2) const
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__sendEvent_View_QEvent(void *thisObj, void *arg__1_, void *arg__2_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::setMouseCursor(Qt::CursorShape arg__1)
|
||||
// KDDockWidgets::Platform_flutter::setMouseCursor(Qt::CursorShape arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__setMouseCursor_CursorShape(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_createFocusableView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Platform_flutter::tests_createFocusableView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__tests_createFocusableView_CreateViewOptions_View(void *thisObj, void *arg__1_, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_createNonClosableView(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Platform_flutter::tests_createNonClosableView(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__tests_createNonClosableView_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_createView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Platform_flutter::tests_createView(KDDockWidgets::CreateViewOptions arg__1, KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Platform_flutter__tests_createView_CreateViewOptions_View(void *thisObj, void *arg__1_, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_deinitPlatform_impl()
|
||||
// KDDockWidgets::Platform_flutter::tests_deinitPlatform_impl()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__tests_deinitPlatform_impl(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_initPlatform_impl()
|
||||
// KDDockWidgets::Platform_flutter::tests_initPlatform_impl()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__tests_initPlatform_impl(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_wait(int ms)
|
||||
// KDDockWidgets::Platform_flutter::tests_wait(int ms)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__tests_wait_int(void *thisObj, int ms);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForDeleted(KDDockWidgets::View * arg__1, int timeout) const
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForDeleted(KDDockWidgets::View * arg__1, int timeout) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__tests_waitForDeleted_View_int(void *thisObj, void *arg__1_, int timeout);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForDeleted(QObject * arg__1, int timeout) const
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForDeleted(QObject * arg__1, int timeout) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__tests_waitForDeleted_QObject_int(void *thisObj, void *arg__1_, int timeout);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForEvent(KDDockWidgets::View * arg__1, QEvent::Type type, int timeout) const
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForEvent(KDDockWidgets::View * arg__1, QEvent::Type type, int timeout) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__tests_waitForEvent_View_Type_int(void *thisObj, void *arg__1_, int type, int timeout);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForEvent(QObject * w, QEvent::Type type, int timeout) const
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForEvent(QObject * w, QEvent::Type type, int timeout) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__tests_waitForEvent_QObject_Type_int(void *thisObj, void *w_, int type, int timeout);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForResize(KDDockWidgets::Controller * arg__1, int timeout) const
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForResize(KDDockWidgets::Controller * arg__1, int timeout) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__tests_waitForResize_Controller_int(void *thisObj, void *arg__1_, int timeout);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForResize(KDDockWidgets::View * arg__1, int timeout) const
|
||||
// KDDockWidgets::Platform_flutter::tests_waitForResize(KDDockWidgets::View * arg__1, int timeout) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__tests_waitForResize_View_int(void *thisObj, void *arg__1_, int timeout);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::ungrabMouse()
|
||||
// KDDockWidgets::Platform_flutter::ungrabMouse()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__ungrabMouse(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::uninstallMessageHandler()
|
||||
// KDDockWidgets::Platform_flutter::uninstallMessageHandler()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__uninstallMessageHandler(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::usesFallbackMouseGrabber() const
|
||||
// KDDockWidgets::Platform_flutter::usesFallbackMouseGrabber() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Platform_flutter__usesFallbackMouseGrabber(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Platform_flutter_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,541 +8,276 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qbytearray.h>
|
||||
#include <qlist.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class QByteArray_wrapper : public ::QByteArray
|
||||
{
|
||||
public:
|
||||
~QByteArray_wrapper();
|
||||
// tag=1041
|
||||
QByteArray_wrapper();
|
||||
// tag=1041
|
||||
QByteArray_wrapper(const char *arg__1, int size = -1);
|
||||
// tag=1041
|
||||
QByteArray &append(const QByteArray &a);
|
||||
// tag=1041
|
||||
QByteArray &append(const char *s);
|
||||
// tag=1041
|
||||
QByteArray &append(const char *s, int len);
|
||||
// tag=1041
|
||||
char at(int i) const;
|
||||
// tag=1041
|
||||
char back() const;
|
||||
// tag=1041
|
||||
const char *begin() const;
|
||||
// tag=1041
|
||||
int capacity() const;
|
||||
// tag=1041
|
||||
const char *cbegin() const;
|
||||
// tag=1041
|
||||
const char *cend() const;
|
||||
// tag=1041
|
||||
void chop(int n);
|
||||
// tag=1041
|
||||
QByteArray chopped(int len) const;
|
||||
// tag=1041
|
||||
void clear();
|
||||
// tag=1041
|
||||
int compare(const QByteArray &a) const;
|
||||
// tag=1041
|
||||
int compare(const char *c) const;
|
||||
// tag=1041
|
||||
const char *constBegin() const;
|
||||
// tag=1041
|
||||
const char *constData() const;
|
||||
// tag=1041
|
||||
const char *constEnd() const;
|
||||
// tag=1041
|
||||
bool contains(const QByteArray &a) const;
|
||||
// tag=1041
|
||||
bool contains(const char *a) const;
|
||||
// tag=1041
|
||||
int count() const;
|
||||
// tag=1041
|
||||
int count(const QByteArray &a) const;
|
||||
// tag=1041
|
||||
int count(const char *a) const;
|
||||
// tag=1041
|
||||
const char *data() const;
|
||||
// tag=1041
|
||||
void detach();
|
||||
// tag=1041
|
||||
const char *end() const;
|
||||
// tag=1041
|
||||
bool endsWith(const QByteArray &a) const;
|
||||
// tag=1041
|
||||
bool endsWith(const char *c) const;
|
||||
// tag=1041
|
||||
static QByteArray fromBase64(const QByteArray &base64);
|
||||
// tag=1041
|
||||
static QByteArray fromHex(const QByteArray &hexEncoded);
|
||||
// tag=1041
|
||||
static QByteArray fromRawData(const char *arg__1, int size);
|
||||
// tag=1041
|
||||
char front() const;
|
||||
// tag=1041
|
||||
int indexOf(const QByteArray &a, int from = 0) const;
|
||||
// tag=1041
|
||||
int indexOf(const char *c, int from = 0) const;
|
||||
// tag=1041
|
||||
QByteArray &insert(int i, const QByteArray &a);
|
||||
// tag=1041
|
||||
QByteArray &insert(int i, const char *s);
|
||||
// tag=1041
|
||||
QByteArray &insert(int i, const char *s, int len);
|
||||
// tag=1041
|
||||
bool isDetached() const;
|
||||
// tag=1041
|
||||
bool isEmpty() const;
|
||||
// tag=1041
|
||||
bool isLower() const;
|
||||
// tag=1041
|
||||
bool isNull() const;
|
||||
// tag=1041
|
||||
bool isSharedWith(const QByteArray &other) const;
|
||||
// tag=1041
|
||||
bool isUpper() const;
|
||||
// tag=1041
|
||||
int lastIndexOf(const QByteArray &a, int from = -1) const;
|
||||
// tag=1041
|
||||
int lastIndexOf(const char *c, int from = -1) const;
|
||||
// tag=1041
|
||||
QByteArray left(int len) const;
|
||||
// tag=1041
|
||||
int length() const;
|
||||
// tag=1041
|
||||
QByteArray mid(int index, int len = -1) const;
|
||||
// tag=1041
|
||||
static QByteArray number(int arg__1, int base = 10);
|
||||
// tag=1041
|
||||
static QByteArray number(qint64 arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QByteArray &prepend(const QByteArray &a);
|
||||
// tag=1041
|
||||
QByteArray &prepend(const char *s);
|
||||
// tag=1041
|
||||
QByteArray &prepend(const char *s, int len);
|
||||
// tag=1041
|
||||
void push_back(const QByteArray &a);
|
||||
// tag=1041
|
||||
void push_back(const char *c);
|
||||
// tag=1041
|
||||
void push_front(const QByteArray &a);
|
||||
// tag=1041
|
||||
void push_front(const char *c);
|
||||
// tag=1041
|
||||
QByteArray &remove(int index, int len);
|
||||
// tag=1041
|
||||
QByteArray repeated(int times) const;
|
||||
// tag=1041
|
||||
QByteArray &replace(const QByteArray &before, const QByteArray &after);
|
||||
// tag=1041
|
||||
QByteArray &replace(const QByteArray &before, const char *after);
|
||||
// tag=1041
|
||||
QByteArray &replace(const char *before, const QByteArray &after);
|
||||
// tag=1041
|
||||
QByteArray &replace(const char *before, const char *after);
|
||||
// tag=1041
|
||||
QByteArray &replace(const char *before, int bsize, const char *after, int asize);
|
||||
// tag=1041
|
||||
QByteArray &replace(int index, int len, const QByteArray &s);
|
||||
// tag=1041
|
||||
QByteArray &replace(int index, int len, const char *s);
|
||||
// tag=1041
|
||||
QByteArray &replace(int index, int len, const char *s, int alen);
|
||||
// tag=1041
|
||||
void reserve(int size);
|
||||
// tag=1041
|
||||
void resize(int size);
|
||||
// tag=1041
|
||||
QByteArray right(int len) const;
|
||||
// tag=1041
|
||||
QByteArray &setNum(int arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QByteArray &setNum(qint64 arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QByteArray &setNum(short arg__1, int base = 10);
|
||||
// tag=1041
|
||||
void shrink_to_fit();
|
||||
// tag=1041
|
||||
QByteArray simplified();
|
||||
// tag=1041
|
||||
int size() const;
|
||||
// tag=1041
|
||||
void squeeze();
|
||||
// tag=1041
|
||||
bool startsWith(const QByteArray &a) const;
|
||||
// tag=1041
|
||||
bool startsWith(const char *c) const;
|
||||
// tag=1041
|
||||
QByteArray toBase64() const;
|
||||
// tag=1041
|
||||
QByteArray toHex() const;
|
||||
// tag=1041
|
||||
QByteArray toLower();
|
||||
// tag=1041
|
||||
QByteArray toUpper();
|
||||
// tag=1041
|
||||
QByteArray trimmed();
|
||||
// tag=1041
|
||||
void truncate(int pos);
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::QByteArray()
|
||||
// QByteArray::QByteArray()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__constructor();
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::QByteArray(const char * arg__1, int size)
|
||||
// QByteArray::QByteArray(const char * arg__1, int size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__constructor_char_int(const char *arg__1, int size);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::append(const QByteArray & a)
|
||||
// QByteArray::append(const QByteArray & a)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__append_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::append(const char * s)
|
||||
// QByteArray::append(const char * s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__append_char(void *thisObj, const char *s);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::append(const char * s, int len)
|
||||
// QByteArray::append(const char * s, int len)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__append_char_int(void *thisObj, const char *s, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::at(int i) const
|
||||
// QByteArray::at(int i) const
|
||||
KDDockWidgetsBindings_EXPORT char c_QByteArray__at_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::back() const
|
||||
// QByteArray::back() const
|
||||
KDDockWidgetsBindings_EXPORT char c_QByteArray__back(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::begin() const
|
||||
// QByteArray::begin() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__begin(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::capacity() const
|
||||
// QByteArray::capacity() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__capacity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::cbegin() const
|
||||
// QByteArray::cbegin() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__cbegin(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::cend() const
|
||||
// QByteArray::cend() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__cend(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::chop(int n)
|
||||
// QByteArray::chop(int n)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__chop_int(void *thisObj, int n);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::chopped(int len) const
|
||||
// QByteArray::chopped(int len) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__chopped_int(void *thisObj, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::clear()
|
||||
// QByteArray::clear()
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__clear(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::compare(const QByteArray & a) const
|
||||
// QByteArray::compare(const QByteArray & a) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__compare_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::compare(const char * c) const
|
||||
// QByteArray::compare(const char * c) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__compare_char(void *thisObj, const char *c);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::constBegin() const
|
||||
// QByteArray::constBegin() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__constBegin(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::constData() const
|
||||
// QByteArray::constData() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__constData(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::constEnd() const
|
||||
// QByteArray::constEnd() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__constEnd(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::contains(const QByteArray & a) const
|
||||
// QByteArray::contains(const QByteArray & a) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__contains_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::contains(const char * a) const
|
||||
// QByteArray::contains(const char * a) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__contains_char(void *thisObj, const char *a);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::count() const
|
||||
// QByteArray::count() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__count(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::count(const QByteArray & a) const
|
||||
// QByteArray::count(const QByteArray & a) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__count_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::count(const char * a) const
|
||||
// QByteArray::count(const char * a) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__count_char(void *thisObj, const char *a);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::data() const
|
||||
// QByteArray::data() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__data(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::detach()
|
||||
// QByteArray::detach()
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__detach(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::end() const
|
||||
// QByteArray::end() const
|
||||
KDDockWidgetsBindings_EXPORT const char *c_QByteArray__end(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::endsWith(const QByteArray & a) const
|
||||
// QByteArray::endsWith(const QByteArray & a) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__endsWith_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::endsWith(const char * c) const
|
||||
// QByteArray::endsWith(const char * c) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__endsWith_char(void *thisObj, const char *c);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::fromBase64(const QByteArray & base64)
|
||||
// QByteArray::fromBase64(const QByteArray & base64)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QByteArray__fromBase64_QByteArray(void *base64_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::fromHex(const QByteArray & hexEncoded)
|
||||
// QByteArray::fromHex(const QByteArray & hexEncoded)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QByteArray__fromHex_QByteArray(void *hexEncoded_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::fromRawData(const char * arg__1, int size)
|
||||
// QByteArray::fromRawData(const char * arg__1, int size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QByteArray__fromRawData_char_int(const char *arg__1, int size);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::front() const
|
||||
// QByteArray::front() const
|
||||
KDDockWidgetsBindings_EXPORT char c_QByteArray__front(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::indexOf(const QByteArray & a, int from) const
|
||||
// QByteArray::indexOf(const QByteArray & a, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__indexOf_QByteArray_int(void *thisObj, void *a_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::indexOf(const char * c, int from) const
|
||||
// QByteArray::indexOf(const char * c, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__indexOf_char_int(void *thisObj, const char *c, int from);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::insert(int i, const QByteArray & a)
|
||||
// QByteArray::insert(int i, const QByteArray & a)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__insert_int_QByteArray(void *thisObj, int i, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::insert(int i, const char * s)
|
||||
// QByteArray::insert(int i, const char * s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__insert_int_char(void *thisObj, int i, const char *s);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::insert(int i, const char * s, int len)
|
||||
// QByteArray::insert(int i, const char * s, int len)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__insert_int_char_int(void *thisObj, int i, const char *s, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::isDetached() const
|
||||
// QByteArray::isDetached() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__isDetached(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::isEmpty() const
|
||||
// QByteArray::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::isLower() const
|
||||
// QByteArray::isLower() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__isLower(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::isNull() const
|
||||
// QByteArray::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::isSharedWith(const QByteArray & other) const
|
||||
// QByteArray::isSharedWith(const QByteArray & other) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__isSharedWith_QByteArray(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::isUpper() const
|
||||
// QByteArray::isUpper() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__isUpper(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::lastIndexOf(const QByteArray & a, int from) const
|
||||
// QByteArray::lastIndexOf(const QByteArray & a, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__lastIndexOf_QByteArray_int(void *thisObj, void *a_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::lastIndexOf(const char * c, int from) const
|
||||
// QByteArray::lastIndexOf(const char * c, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__lastIndexOf_char_int(void *thisObj, const char *c, int from);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::left(int len) const
|
||||
// QByteArray::left(int len) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__left_int(void *thisObj, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::length() const
|
||||
// QByteArray::length() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__length(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::mid(int index, int len) const
|
||||
// QByteArray::mid(int index, int len) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__mid_int_int(void *thisObj, int index, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::number(int arg__1, int base)
|
||||
// QByteArray::number(int arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QByteArray__number_int_int(int arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::number(qint64 arg__1, int base)
|
||||
// QByteArray::number(qint64 arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QByteArray__number_qint64_int(qint64 arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::prepend(const QByteArray & a)
|
||||
// QByteArray::prepend(const QByteArray & a)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__prepend_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::prepend(const char * s)
|
||||
// QByteArray::prepend(const char * s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__prepend_char(void *thisObj, const char *s);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::prepend(const char * s, int len)
|
||||
// QByteArray::prepend(const char * s, int len)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__prepend_char_int(void *thisObj, const char *s, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::push_back(const QByteArray & a)
|
||||
// QByteArray::push_back(const QByteArray & a)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__push_back_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::push_back(const char * c)
|
||||
// QByteArray::push_back(const char * c)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__push_back_char(void *thisObj, const char *c);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::push_front(const QByteArray & a)
|
||||
// QByteArray::push_front(const QByteArray & a)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__push_front_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::push_front(const char * c)
|
||||
// QByteArray::push_front(const char * c)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__push_front_char(void *thisObj, const char *c);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::remove(int index, int len)
|
||||
// QByteArray::remove(int index, int len)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__remove_int_int(void *thisObj, int index, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::repeated(int times) const
|
||||
// QByteArray::repeated(int times) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__repeated_int(void *thisObj, int times);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(const QByteArray & before, const QByteArray & after)
|
||||
// QByteArray::replace(const QByteArray & before, const QByteArray & after)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_QByteArray_QByteArray(void *thisObj, void *before_, void *after_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(const QByteArray & before, const char * after)
|
||||
// QByteArray::replace(const QByteArray & before, const char * after)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_QByteArray_char(void *thisObj, void *before_, const char *after);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(const char * before, const QByteArray & after)
|
||||
// QByteArray::replace(const char * before, const QByteArray & after)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_char_QByteArray(void *thisObj, const char *before, void *after_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(const char * before, const char * after)
|
||||
// QByteArray::replace(const char * before, const char * after)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_char_char(void *thisObj, const char *before, const char *after);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(const char * before, int bsize, const char * after, int asize)
|
||||
// QByteArray::replace(const char * before, int bsize, const char * after, int asize)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_char_int_char_int(void *thisObj, const char *before, int bsize, const char *after, int asize);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(int index, int len, const QByteArray & s)
|
||||
// QByteArray::replace(int index, int len, const QByteArray & s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_int_int_QByteArray(void *thisObj, int index, int len, void *s_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(int index, int len, const char * s)
|
||||
// QByteArray::replace(int index, int len, const char * s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_int_int_char(void *thisObj, int index, int len, const char *s);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::replace(int index, int len, const char * s, int alen)
|
||||
// QByteArray::replace(int index, int len, const char * s, int alen)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__replace_int_int_char_int(void *thisObj, int index, int len, const char *s, int alen);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::reserve(int size)
|
||||
// QByteArray::reserve(int size)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__reserve_int(void *thisObj, int size);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::resize(int size)
|
||||
// QByteArray::resize(int size)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__resize_int(void *thisObj, int size);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::right(int len) const
|
||||
// QByteArray::right(int len) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__right_int(void *thisObj, int len);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::setNum(int arg__1, int base)
|
||||
// QByteArray::setNum(int arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__setNum_int_int(void *thisObj, int arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::setNum(qint64 arg__1, int base)
|
||||
// QByteArray::setNum(qint64 arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__setNum_qint64_int(void *thisObj, qint64 arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::setNum(short arg__1, int base)
|
||||
// QByteArray::setNum(short arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__setNum_short_int(void *thisObj, short arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::shrink_to_fit()
|
||||
// QByteArray::shrink_to_fit()
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__shrink_to_fit(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::simplified()
|
||||
// QByteArray::simplified()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__simplified(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::size() const
|
||||
// QByteArray::size() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QByteArray__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::squeeze()
|
||||
// QByteArray::squeeze()
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__squeeze(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::startsWith(const QByteArray & a) const
|
||||
// QByteArray::startsWith(const QByteArray & a) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__startsWith_QByteArray(void *thisObj, void *a_);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::startsWith(const char * c) const
|
||||
// QByteArray::startsWith(const char * c) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QByteArray__startsWith_char(void *thisObj, const char *c);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::toBase64() const
|
||||
// QByteArray::toBase64() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__toBase64(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::toHex() const
|
||||
// QByteArray::toHex() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__toHex(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::toLower()
|
||||
// QByteArray::toLower()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__toLower(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::toUpper()
|
||||
// QByteArray::toUpper()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__toUpper(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::trimmed()
|
||||
// QByteArray::trimmed()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QByteArray__trimmed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QByteArray::truncate(int pos)
|
||||
// QByteArray::truncate(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__truncate_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QByteArray_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,160 +27,102 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
QEvent_wrapper::QEvent_wrapper(QEvent::Type type)
|
||||
: ::QEvent(type)
|
||||
{
|
||||
}
|
||||
void QEvent_wrapper::accept()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QEvent::accept();
|
||||
}
|
||||
void QEvent_wrapper::ignore()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QEvent::ignore();
|
||||
}
|
||||
bool QEvent_wrapper::isAccepted() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QEvent::isAccepted();
|
||||
}
|
||||
int QEvent_wrapper::registerEventType(int hint)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QEvent::registerEventType(hint);
|
||||
}
|
||||
void QEvent_wrapper::setAccepted(bool accepted)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QEvent::setAccepted(accepted);
|
||||
}
|
||||
bool QEvent_wrapper::spontaneous() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QEvent::spontaneous();
|
||||
}
|
||||
QEvent::Type QEvent_wrapper::type() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QEvent::type();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
QEvent_wrapper::~QEvent_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static QEvent *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<QEvent *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::QEvent_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QEvent_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_QEvent_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QEvent_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_QEvent__constructor_Type(int type)
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::QEvent_wrapper(static_cast<QEvent::Type>(type));
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// accept()
|
||||
void c_QEvent__accept(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->accept();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// ignore()
|
||||
void c_QEvent__ignore(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->ignore();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isAccepted() const
|
||||
bool c_QEvent__isAccepted(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isAccepted();
|
||||
return fromPtr(thisObj)->isAccepted();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// registerEventType(int hint)
|
||||
int c_static_QEvent__registerEventType_int(int hint)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
KDDockWidgetsBindings_wrappersNS::QEvent_wrapper::registerEventType(hint);
|
||||
return KDDockWidgetsBindings_wrappersNS::QEvent_wrapper::registerEventType(hint);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setAccepted(bool accepted)
|
||||
void c_QEvent__setAccepted_bool(void *thisObj, bool accepted)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setAccepted(accepted);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// spontaneous() const
|
||||
bool c_QEvent__spontaneous(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->spontaneous();
|
||||
return fromPtr(thisObj)->spontaneous();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// type() const
|
||||
int c_QEvent__type(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->type();
|
||||
return int(fromPtr(thisObj)->type());
|
||||
}
|
||||
void c_QEvent__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_QEvent__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
}
|
||||
|
||||
@@ -8,74 +8,42 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qcoreevent.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class QEvent_wrapper : public ::QEvent
|
||||
{
|
||||
public:
|
||||
~QEvent_wrapper();
|
||||
// tag=1041
|
||||
QEvent_wrapper(QEvent::Type type);
|
||||
// tag=1041
|
||||
void accept();
|
||||
// tag=1041
|
||||
void ignore();
|
||||
// tag=1041
|
||||
bool isAccepted() const;
|
||||
// tag=1041
|
||||
static int registerEventType(int hint = -1);
|
||||
// tag=1041
|
||||
void setAccepted(bool accepted);
|
||||
// tag=1041
|
||||
bool spontaneous() const;
|
||||
// tag=1041
|
||||
QEvent::Type type() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QEvent::QEvent(QEvent::Type type)
|
||||
// QEvent::QEvent(QEvent::Type type)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QEvent__constructor_Type(int type);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::accept()
|
||||
// QEvent::accept()
|
||||
KDDockWidgetsBindings_EXPORT void c_QEvent__accept(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::ignore()
|
||||
// QEvent::ignore()
|
||||
KDDockWidgetsBindings_EXPORT void c_QEvent__ignore(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::isAccepted() const
|
||||
// QEvent::isAccepted() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QEvent__isAccepted(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::registerEventType(int hint)
|
||||
// QEvent::registerEventType(int hint)
|
||||
KDDockWidgetsBindings_EXPORT int c_static_QEvent__registerEventType_int(int hint);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::setAccepted(bool accepted)
|
||||
// QEvent::setAccepted(bool accepted)
|
||||
KDDockWidgetsBindings_EXPORT void c_QEvent__setAccepted_bool(void *thisObj, bool accepted);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::spontaneous() const
|
||||
// QEvent::spontaneous() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QEvent__spontaneous(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QEvent::type() const
|
||||
// QEvent::type() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QEvent__type(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QEvent__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_QEvent__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QEvent_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qlist.h>
|
||||
#include <qobject.h>
|
||||
@@ -18,507 +16,258 @@
|
||||
#include <qbytearray.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
template<typename T>
|
||||
class QList_wrapper : public ::QList<T>
|
||||
{
|
||||
public:
|
||||
~QList_wrapper();
|
||||
// tag=1041
|
||||
QList_wrapper();
|
||||
// tag=1041
|
||||
void append(const QList<T> &t);
|
||||
// tag=1041
|
||||
void append(const T &t);
|
||||
// tag=1041
|
||||
const T &at(int i) const;
|
||||
// tag=1041
|
||||
T &back();
|
||||
// tag=1041
|
||||
void clear();
|
||||
// tag=1041
|
||||
const T &constFirst() const;
|
||||
// tag=1041
|
||||
const T &constLast() const;
|
||||
// tag=1041
|
||||
bool contains(const T &t) const;
|
||||
// tag=1041
|
||||
int count() const;
|
||||
// tag=1041
|
||||
int count(const T &t) const;
|
||||
// tag=1041
|
||||
void detach();
|
||||
// tag=1041
|
||||
void detachShared();
|
||||
// tag=1041
|
||||
bool empty() const;
|
||||
// tag=1041
|
||||
bool endsWith(const T &t) const;
|
||||
// tag=1041
|
||||
T &first();
|
||||
// tag=1041
|
||||
T &front();
|
||||
// tag=1041
|
||||
int indexOf(const T &t, int from = 0) const;
|
||||
// tag=1041
|
||||
void insert(int i, const T &t);
|
||||
// tag=1041
|
||||
bool isDetached() const;
|
||||
// tag=1041
|
||||
bool isEmpty() const;
|
||||
// tag=1041
|
||||
bool isSharedWith(const QList<T> &other) const;
|
||||
// tag=1041
|
||||
T &last();
|
||||
// tag=1041
|
||||
int lastIndexOf(const T &t, int from = -1) const;
|
||||
// tag=1041
|
||||
int length() const;
|
||||
// tag=1041
|
||||
QList<T> mid(int pos, int length = -1) const;
|
||||
// tag=1041
|
||||
void move(int from, int to);
|
||||
// tag=1041
|
||||
void pop_back();
|
||||
// tag=1041
|
||||
void pop_front();
|
||||
// tag=1041
|
||||
void prepend(const T &t);
|
||||
// tag=1041
|
||||
void push_back(const T &t);
|
||||
// tag=1041
|
||||
void push_front(const T &t);
|
||||
// tag=1041
|
||||
int removeAll(const T &t);
|
||||
// tag=1041
|
||||
void removeAt(int i);
|
||||
// tag=1041
|
||||
void removeFirst();
|
||||
// tag=1041
|
||||
void removeLast();
|
||||
// tag=1041
|
||||
bool removeOne(const T &t);
|
||||
// tag=1041
|
||||
void replace(int i, const T &t);
|
||||
// tag=1041
|
||||
void reserve(int size);
|
||||
// tag=1041
|
||||
void setSharable(bool sharable);
|
||||
// tag=1041
|
||||
int size() const;
|
||||
// tag=1041
|
||||
bool startsWith(const T &t) const;
|
||||
// tag=1041
|
||||
void swapItemsAt(int i, int j);
|
||||
// tag=1041
|
||||
T takeAt(int i);
|
||||
// tag=1041
|
||||
T takeFirst();
|
||||
// tag=1041
|
||||
T takeLast();
|
||||
// tag=1041
|
||||
T value(int i) const;
|
||||
// tag=1041
|
||||
T value(int i, const T &defaultValue) const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QList::QList<T>()
|
||||
// QList::QList<T>()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___constructor();
|
||||
|
||||
// tag=1067
|
||||
// QList::append(const QList<T > & t)
|
||||
// QList::append(const QList<T > & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___append_QList_T(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::append(const T & t)
|
||||
// QList::append(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___append_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::at(int i) const
|
||||
// QList::at(int i) const
|
||||
KDDockWidgetsBindings_EXPORT const void *c_QList_T_QObject_T___at_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::back()
|
||||
// QList::back()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___back(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::clear()
|
||||
// QList::clear()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___clear(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::constFirst() const
|
||||
// QList::constFirst() const
|
||||
KDDockWidgetsBindings_EXPORT const void *c_QList_T_QObject_T___constFirst(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::constLast() const
|
||||
// QList::constLast() const
|
||||
KDDockWidgetsBindings_EXPORT const void *c_QList_T_QObject_T___constLast(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::contains(const T & t) const
|
||||
// QList::contains(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___contains_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::count() const
|
||||
// QList::count() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___count(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::count(const T & t) const
|
||||
// QList::count(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___count_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::detach()
|
||||
// QList::detach()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___detach(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::detachShared()
|
||||
// QList::detachShared()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___detachShared(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::empty() const
|
||||
// QList::empty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___empty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::endsWith(const T & t) const
|
||||
// QList::endsWith(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___endsWith_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::first()
|
||||
// QList::first()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___first(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::front()
|
||||
// QList::front()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___front(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::indexOf(const T & t, int from) const
|
||||
// QList::indexOf(const T & t, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___indexOf_QObject_int(void *thisObj, void *t_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QList::insert(int i, const T & t)
|
||||
// QList::insert(int i, const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___insert_int_QObject(void *thisObj, int i, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::isDetached() const
|
||||
// QList::isDetached() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___isDetached(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::isEmpty() const
|
||||
// QList::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::isSharedWith(const QList<T > & other) const
|
||||
// QList::isSharedWith(const QList<T > & other) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___isSharedWith_QList_T(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QList::last()
|
||||
// QList::last()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___last(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::lastIndexOf(const T & t, int from) const
|
||||
// QList::lastIndexOf(const T & t, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___lastIndexOf_QObject_int(void *thisObj, void *t_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QList::length() const
|
||||
// QList::length() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___length(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::mid(int pos, int length) const
|
||||
// QList::mid(int pos, int length) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___mid_int_int(void *thisObj, int pos, int length);
|
||||
|
||||
// tag=1067
|
||||
// QList::move(int from, int to)
|
||||
// QList::move(int from, int to)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___move_int_int(void *thisObj, int from, int to);
|
||||
|
||||
// tag=1067
|
||||
// QList::pop_back()
|
||||
// QList::pop_back()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___pop_back(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::pop_front()
|
||||
// QList::pop_front()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___pop_front(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::prepend(const T & t)
|
||||
// QList::prepend(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___prepend_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::push_back(const T & t)
|
||||
// QList::push_back(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___push_back_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::push_front(const T & t)
|
||||
// QList::push_front(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___push_front_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeAll(const T & t)
|
||||
// QList::removeAll(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___removeAll_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeAt(int i)
|
||||
// QList::removeAt(int i)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___removeAt_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeFirst()
|
||||
// QList::removeFirst()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___removeFirst(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeLast()
|
||||
// QList::removeLast()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___removeLast(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeOne(const T & t)
|
||||
// QList::removeOne(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___removeOne_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::replace(int i, const T & t)
|
||||
// QList::replace(int i, const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___replace_int_QObject(void *thisObj, int i, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::reserve(int size)
|
||||
// QList::reserve(int size)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___reserve_int(void *thisObj, int size);
|
||||
|
||||
// tag=1067
|
||||
// QList::setSharable(bool sharable)
|
||||
// QList::setSharable(bool sharable)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___setSharable_bool(void *thisObj, bool sharable);
|
||||
|
||||
// tag=1067
|
||||
// QList::size() const
|
||||
// QList::size() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QObject_T___size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::startsWith(const T & t) const
|
||||
// QList::startsWith(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QObject_T___startsWith_QObject(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::swapItemsAt(int i, int j)
|
||||
// QList::swapItemsAt(int i, int j)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___swapItemsAt_int_int(void *thisObj, int i, int j);
|
||||
|
||||
// tag=1067
|
||||
// QList::takeAt(int i)
|
||||
// QList::takeAt(int i)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___takeAt_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::takeFirst()
|
||||
// QList::takeFirst()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___takeFirst(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::takeLast()
|
||||
// QList::takeLast()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___takeLast(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::value(int i) const
|
||||
// QList::value(int i) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___value_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::value(int i, const T & defaultValue) const
|
||||
// QList::value(int i, const T & defaultValue) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QObject_T___value_int_QObject(void *thisObj, int i, void *defaultValue_);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T___destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QObject_T__Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QList::QList<T>()
|
||||
// QList::QList<T>()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___constructor();
|
||||
|
||||
// tag=1067
|
||||
// QList::append(const QList<T > & t)
|
||||
// QList::append(const QList<T > & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___append_QList_T(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::append(const T & t)
|
||||
// QList::append(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___append_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::at(int i) const
|
||||
// QList::at(int i) const
|
||||
KDDockWidgetsBindings_EXPORT const void *c_QList_T_QByteArray_T___at_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::back()
|
||||
// QList::back()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___back(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::clear()
|
||||
// QList::clear()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___clear(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::constFirst() const
|
||||
// QList::constFirst() const
|
||||
KDDockWidgetsBindings_EXPORT const void *c_QList_T_QByteArray_T___constFirst(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::constLast() const
|
||||
// QList::constLast() const
|
||||
KDDockWidgetsBindings_EXPORT const void *c_QList_T_QByteArray_T___constLast(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::contains(const T & t) const
|
||||
// QList::contains(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___contains_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::count() const
|
||||
// QList::count() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___count(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::count(const T & t) const
|
||||
// QList::count(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___count_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::detach()
|
||||
// QList::detach()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___detach(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::detachShared()
|
||||
// QList::detachShared()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___detachShared(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::empty() const
|
||||
// QList::empty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___empty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::endsWith(const T & t) const
|
||||
// QList::endsWith(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___endsWith_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::first()
|
||||
// QList::first()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___first(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::front()
|
||||
// QList::front()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___front(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::indexOf(const T & t, int from) const
|
||||
// QList::indexOf(const T & t, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___indexOf_QByteArray_int(void *thisObj, void *t_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QList::insert(int i, const T & t)
|
||||
// QList::insert(int i, const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___insert_int_QByteArray(void *thisObj, int i, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::isDetached() const
|
||||
// QList::isDetached() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___isDetached(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::isEmpty() const
|
||||
// QList::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::isSharedWith(const QList<T > & other) const
|
||||
// QList::isSharedWith(const QList<T > & other) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___isSharedWith_QList_T(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QList::last()
|
||||
// QList::last()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___last(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::lastIndexOf(const T & t, int from) const
|
||||
// QList::lastIndexOf(const T & t, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___lastIndexOf_QByteArray_int(void *thisObj, void *t_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QList::length() const
|
||||
// QList::length() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___length(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::mid(int pos, int length) const
|
||||
// QList::mid(int pos, int length) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___mid_int_int(void *thisObj, int pos, int length);
|
||||
|
||||
// tag=1067
|
||||
// QList::move(int from, int to)
|
||||
// QList::move(int from, int to)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___move_int_int(void *thisObj, int from, int to);
|
||||
|
||||
// tag=1067
|
||||
// QList::pop_back()
|
||||
// QList::pop_back()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___pop_back(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::pop_front()
|
||||
// QList::pop_front()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___pop_front(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::prepend(const T & t)
|
||||
// QList::prepend(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___prepend_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::push_back(const T & t)
|
||||
// QList::push_back(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___push_back_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::push_front(const T & t)
|
||||
// QList::push_front(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___push_front_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeAll(const T & t)
|
||||
// QList::removeAll(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___removeAll_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeAt(int i)
|
||||
// QList::removeAt(int i)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___removeAt_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeFirst()
|
||||
// QList::removeFirst()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___removeFirst(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeLast()
|
||||
// QList::removeLast()
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___removeLast(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::removeOne(const T & t)
|
||||
// QList::removeOne(const T & t)
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___removeOne_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::replace(int i, const T & t)
|
||||
// QList::replace(int i, const T & t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___replace_int_QByteArray(void *thisObj, int i, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::reserve(int size)
|
||||
// QList::reserve(int size)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___reserve_int(void *thisObj, int size);
|
||||
|
||||
// tag=1067
|
||||
// QList::setSharable(bool sharable)
|
||||
// QList::setSharable(bool sharable)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___setSharable_bool(void *thisObj, bool sharable);
|
||||
|
||||
// tag=1067
|
||||
// QList::size() const
|
||||
// QList::size() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QList_T_QByteArray_T___size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::startsWith(const T & t) const
|
||||
// QList::startsWith(const T & t) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QList_T_QByteArray_T___startsWith_QByteArray(void *thisObj, void *t_);
|
||||
|
||||
// tag=1067
|
||||
// QList::swapItemsAt(int i, int j)
|
||||
// QList::swapItemsAt(int i, int j)
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___swapItemsAt_int_int(void *thisObj, int i, int j);
|
||||
|
||||
// tag=1067
|
||||
// QList::takeAt(int i)
|
||||
// QList::takeAt(int i)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___takeAt_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::takeFirst()
|
||||
// QList::takeFirst()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___takeFirst(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::takeLast()
|
||||
// QList::takeLast()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___takeLast(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QList::value(int i) const
|
||||
// QList::value(int i) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___value_int(void *thisObj, int i);
|
||||
|
||||
// tag=1067
|
||||
// QList::value(int i, const T & defaultValue) const
|
||||
// QList::value(int i, const T & defaultValue) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QList_T_QByteArray_T___value_int_QByteArray(void *thisObj, int i, void *defaultValue_);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T___destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QList_T_QByteArray_T__Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,267 +27,167 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
QObject_wrapper::QObject_wrapper(QObject *parent)
|
||||
: ::QObject(parent)
|
||||
{
|
||||
}
|
||||
bool QObject_wrapper::blockSignals(bool b)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::blockSignals(b);
|
||||
}
|
||||
const QList<QObject *> &QObject_wrapper::children() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::children();
|
||||
}
|
||||
void QObject_wrapper::customEvent(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_customEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_customEventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
::QObject::customEvent(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void QObject_wrapper::customEvent_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
::QObject::customEvent(event);
|
||||
}
|
||||
void QObject_wrapper::deleteLater()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::deleteLater();
|
||||
}
|
||||
void QObject_wrapper::destroyed(QObject *arg__1)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::destroyed(arg__1);
|
||||
}
|
||||
bool QObject_wrapper::disconnect(const QObject *receiver, const char *member) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::disconnect(receiver, member);
|
||||
}
|
||||
bool QObject_wrapper::disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::disconnect(sender, signal, receiver, member);
|
||||
}
|
||||
bool QObject_wrapper::disconnect(const char *signal, const QObject *receiver, const char *member) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::disconnect(signal, receiver, member);
|
||||
}
|
||||
void QObject_wrapper::dumpObjectInfo()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::dumpObjectInfo();
|
||||
}
|
||||
void QObject_wrapper::dumpObjectTree()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::dumpObjectTree();
|
||||
}
|
||||
QList<QByteArray> QObject_wrapper::dynamicPropertyNames() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::dynamicPropertyNames();
|
||||
}
|
||||
bool QObject_wrapper::event(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::QObject::event(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool QObject_wrapper::event_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::QObject::event(event);
|
||||
}
|
||||
bool QObject_wrapper::eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventFilterCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventFilterCallback(const_cast<void *>(thisPtr), watched, event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::QObject::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool QObject_wrapper::eventFilter_nocallback(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::QObject::eventFilter(watched, event);
|
||||
}
|
||||
bool QObject_wrapper::inherits(const char *classname) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::inherits(classname);
|
||||
}
|
||||
void QObject_wrapper::installEventFilter(QObject *filterObj)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::installEventFilter(filterObj);
|
||||
}
|
||||
bool QObject_wrapper::isWidgetType() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::isWidgetType();
|
||||
}
|
||||
bool QObject_wrapper::isWindowType() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::isWindowType();
|
||||
}
|
||||
void QObject_wrapper::killTimer(int id)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::killTimer(id);
|
||||
}
|
||||
QString QObject_wrapper::objectName() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::objectName();
|
||||
}
|
||||
QObject *QObject_wrapper::parent() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::parent();
|
||||
}
|
||||
int QObject_wrapper::receivers(const char *signal) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::receivers(signal);
|
||||
}
|
||||
void QObject_wrapper::removeEventFilter(QObject *obj)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::removeEventFilter(obj);
|
||||
}
|
||||
QObject *QObject_wrapper::sender() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::sender();
|
||||
}
|
||||
int QObject_wrapper::senderSignalIndex() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::senderSignalIndex();
|
||||
}
|
||||
void QObject_wrapper::setObjectName(const QString &name)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::setObjectName(name);
|
||||
}
|
||||
void QObject_wrapper::setParent(QObject *parent)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QObject::setParent(parent);
|
||||
}
|
||||
bool QObject_wrapper::signalsBlocked() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::signalsBlocked();
|
||||
}
|
||||
int QObject_wrapper::startTimer(int interval)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::startTimer(interval);
|
||||
}
|
||||
QString QObject_wrapper::tr(const char *s, const char *c, int n)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QObject::tr(s, c, n);
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
QObject_wrapper::~QObject_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static QObject *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<QObject *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::QObject_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QObject_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_QObject_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QObject_wrapper *>(cppObj);
|
||||
@@ -295,299 +195,173 @@ void c_QObject_Finalizer(void *, void *cppObj, void *)
|
||||
void *c_QObject__constructor_QObject(void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<QObject *>(parent_);
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::QObject_wrapper(parent);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// blockSignals(bool b)
|
||||
bool c_QObject__blockSignals_bool(void *thisObj, bool b)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->blockSignals(b);
|
||||
return fromPtr(thisObj)->blockSignals(b);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// children() const
|
||||
void *c_QObject__children(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1071
|
||||
const_cast<void *>(static_cast<const void *>(&fromPtr(thisObj)->children()));
|
||||
return const_cast<void *>(static_cast<const void *>(&fromPtr(thisObj)->children()));
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_QObject__customEvent_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->customEvent_nocallback(event);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// deleteLater()
|
||||
void c_QObject__deleteLater(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->deleteLater();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// destroyed(QObject * arg__1)
|
||||
void c_QObject__destroyed_QObject(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<QObject *>(arg__1_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->destroyed(arg__1);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// disconnect(const QObject * receiver, const char * member) const
|
||||
bool c_QObject__disconnect_QObject_char(void *thisObj, void *receiver_, const char *member)
|
||||
{
|
||||
auto receiver = reinterpret_cast<QObject *>(receiver_);
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->disconnect(receiver, member);
|
||||
return fromPtr(thisObj)->disconnect(receiver, member);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// disconnect(const QObject * sender, const char * signal, const QObject * receiver, const char * member)
|
||||
bool c_static_QObject__disconnect_QObject_char_QObject_char(void *sender_, const char *signal, void *receiver_, const char *member)
|
||||
{
|
||||
auto sender = reinterpret_cast<QObject *>(sender_);
|
||||
auto receiver = reinterpret_cast<QObject *>(receiver_);
|
||||
return
|
||||
// tag=1068
|
||||
KDDockWidgetsBindings_wrappersNS::QObject_wrapper::disconnect(sender, signal, receiver, member);
|
||||
return KDDockWidgetsBindings_wrappersNS::QObject_wrapper::disconnect(sender, signal, receiver, member);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// disconnect(const char * signal, const QObject * receiver, const char * member) const
|
||||
bool c_QObject__disconnect_char_QObject_char(void *thisObj, const char *signal, void *receiver_, const char *member)
|
||||
{
|
||||
auto receiver = reinterpret_cast<QObject *>(receiver_);
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->disconnect(signal, receiver, member);
|
||||
return fromPtr(thisObj)->disconnect(signal, receiver, member);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// dumpObjectInfo()
|
||||
void c_QObject__dumpObjectInfo(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->dumpObjectInfo();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// dumpObjectTree()
|
||||
void c_QObject__dumpObjectTree(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->dumpObjectTree();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// dynamicPropertyNames() const
|
||||
void *c_QObject__dynamicPropertyNames(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QList<QByteArray>> { fromPtr(thisObj)->dynamicPropertyNames() };
|
||||
return new Dartagnan::ValueWrapper<QList<QByteArray>> { fromPtr(thisObj)->dynamicPropertyNames() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// event(QEvent * event)
|
||||
bool c_QObject__event_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::QObject_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::QObject_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_QObject__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_)
|
||||
{
|
||||
auto watched = reinterpret_cast<QObject *>(watched_);
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::QObject_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::QObject_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// inherits(const char * classname) const
|
||||
bool c_QObject__inherits_char(void *thisObj, const char *classname)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->inherits(classname);
|
||||
return fromPtr(thisObj)->inherits(classname);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// installEventFilter(QObject * filterObj)
|
||||
void c_QObject__installEventFilter_QObject(void *thisObj, void *filterObj_)
|
||||
{
|
||||
auto filterObj = reinterpret_cast<QObject *>(filterObj_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->installEventFilter(filterObj);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isWidgetType() const
|
||||
bool c_QObject__isWidgetType(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isWidgetType();
|
||||
return fromPtr(thisObj)->isWidgetType();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isWindowType() const
|
||||
bool c_QObject__isWindowType(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isWindowType();
|
||||
return fromPtr(thisObj)->isWindowType();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// killTimer(int id)
|
||||
void c_QObject__killTimer_int(void *thisObj, int id)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->killTimer(id);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// objectName() const
|
||||
void *c_QObject__objectName(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { fromPtr(thisObj)->objectName() };
|
||||
return new Dartagnan::ValueWrapper<QString> { fromPtr(thisObj)->objectName() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// parent() const
|
||||
void *c_QObject__parent(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->parent();
|
||||
return fromPtr(thisObj)->parent();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// receivers(const char * signal) const
|
||||
int c_QObject__receivers_char(void *thisObj, const char *signal)
|
||||
{
|
||||
return
|
||||
// tag=1011
|
||||
|
||||
// tag=1073
|
||||
fromWrapperPtr(thisObj)->receivers(signal);
|
||||
return fromWrapperPtr(thisObj)->receivers(signal);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// removeEventFilter(QObject * obj)
|
||||
void c_QObject__removeEventFilter_QObject(void *thisObj, void *obj_)
|
||||
{
|
||||
auto obj = reinterpret_cast<QObject *>(obj_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->removeEventFilter(obj);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// sender() const
|
||||
void *c_QObject__sender(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1011
|
||||
|
||||
// tag=1073
|
||||
fromWrapperPtr(thisObj)->sender();
|
||||
return fromWrapperPtr(thisObj)->sender();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// senderSignalIndex() const
|
||||
int c_QObject__senderSignalIndex(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1011
|
||||
|
||||
// tag=1073
|
||||
fromWrapperPtr(thisObj)->senderSignalIndex();
|
||||
return fromWrapperPtr(thisObj)->senderSignalIndex();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setObjectName(const QString & name)
|
||||
void c_QObject__setObjectName_QString(void *thisObj, const char *name_)
|
||||
{
|
||||
const auto name = QString::fromUtf8(name_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setObjectName(name);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setParent(QObject * parent)
|
||||
void c_QObject__setParent_QObject(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<QObject *>(parent_);
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setParent(parent);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// signalsBlocked() const
|
||||
bool c_QObject__signalsBlocked(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->signalsBlocked();
|
||||
return fromPtr(thisObj)->signalsBlocked();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// startTimer(int interval)
|
||||
int c_QObject__startTimer_int(void *thisObj, int interval)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->startTimer(interval);
|
||||
return fromPtr(thisObj)->startTimer(interval);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tr(const char * s, const char * c, int n)
|
||||
void *c_static_QObject__tr_char_char_int(const char *s, const char *c, int n)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::QObject_wrapper::tr(s, c, n) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::QObject_wrapper::tr(s, c, n) };
|
||||
}
|
||||
void c_QObject__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_QObject__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qobject.h>
|
||||
#include <qstring.h>
|
||||
@@ -18,217 +16,113 @@
|
||||
#include <qbytearray.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class QObject_wrapper : public ::QObject
|
||||
{
|
||||
public:
|
||||
~QObject_wrapper();
|
||||
// tag=1041
|
||||
QObject_wrapper(QObject *parent = nullptr);
|
||||
// tag=1041
|
||||
bool blockSignals(bool b);
|
||||
// tag=1041
|
||||
const QList<QObject *> &children() const;
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
void deleteLater();
|
||||
// tag=1041
|
||||
void destroyed(QObject *arg__1 = nullptr);
|
||||
// tag=1041
|
||||
bool disconnect(const QObject *receiver, const char *member = nullptr) const;
|
||||
// tag=1041
|
||||
static bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member);
|
||||
// tag=1041
|
||||
bool disconnect(const char *signal = nullptr, const QObject *receiver = nullptr, const char *member = nullptr) const;
|
||||
// tag=1041
|
||||
void dumpObjectInfo();
|
||||
// tag=1041
|
||||
void dumpObjectTree();
|
||||
// tag=1041
|
||||
QList<QByteArray> dynamicPropertyNames() const;
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
bool inherits(const char *classname) const;
|
||||
// tag=1041
|
||||
void installEventFilter(QObject *filterObj);
|
||||
// tag=1041
|
||||
bool isWidgetType() const;
|
||||
// tag=1041
|
||||
bool isWindowType() const;
|
||||
// tag=1041
|
||||
void killTimer(int id);
|
||||
// tag=1041
|
||||
QString objectName() const;
|
||||
// tag=1041
|
||||
QObject *parent() const;
|
||||
// tag=1041
|
||||
int receivers(const char *signal) const;
|
||||
// tag=1041
|
||||
void removeEventFilter(QObject *obj);
|
||||
// tag=1041
|
||||
QObject *sender() const;
|
||||
// tag=1041
|
||||
int senderSignalIndex() const;
|
||||
// tag=1041
|
||||
void setObjectName(const QString &name);
|
||||
// tag=1041
|
||||
void setParent(QObject *parent);
|
||||
// tag=1041
|
||||
bool signalsBlocked() const;
|
||||
// tag=1041
|
||||
int startTimer(int interval);
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QObject::QObject(QObject * parent)
|
||||
// QObject::QObject(QObject * parent)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QObject__constructor_QObject(void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::blockSignals(bool b)
|
||||
// QObject::blockSignals(bool b)
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__blockSignals_bool(void *thisObj, bool b);
|
||||
|
||||
// tag=1067
|
||||
// QObject::children() const
|
||||
// QObject::children() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QObject__children(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::customEvent(QEvent * event)
|
||||
// QObject::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::deleteLater()
|
||||
// QObject::deleteLater()
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__deleteLater(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::destroyed(QObject * arg__1)
|
||||
// QObject::destroyed(QObject * arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__destroyed_QObject(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1078
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__onDestroyed_QObject(void *thisObj, void *contextQObject, void *callback);
|
||||
// tag=1067
|
||||
// QObject::disconnect(const QObject * receiver, const char * member) const
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__onDestroyed_QObject(void *thisObj, void *contextQObject, void *callback); // QObject::disconnect(const QObject * receiver, const char * member) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__disconnect_QObject_char(void *thisObj, void *receiver_, const char *member);
|
||||
|
||||
// tag=1067
|
||||
// QObject::disconnect(const QObject * sender, const char * signal, const QObject * receiver, const char * member)
|
||||
// QObject::disconnect(const QObject * sender, const char * signal, const QObject * receiver, const char * member)
|
||||
KDDockWidgetsBindings_EXPORT bool c_static_QObject__disconnect_QObject_char_QObject_char(void *sender_, const char *signal, void *receiver_, const char *member);
|
||||
|
||||
// tag=1067
|
||||
// QObject::disconnect(const char * signal, const QObject * receiver, const char * member) const
|
||||
// QObject::disconnect(const char * signal, const QObject * receiver, const char * member) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__disconnect_char_QObject_char(void *thisObj, const char *signal, void *receiver_, const char *member);
|
||||
|
||||
// tag=1067
|
||||
// QObject::dumpObjectInfo()
|
||||
// QObject::dumpObjectInfo()
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__dumpObjectInfo(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::dumpObjectTree()
|
||||
// QObject::dumpObjectTree()
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__dumpObjectTree(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::dynamicPropertyNames() const
|
||||
// QObject::dynamicPropertyNames() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QObject__dynamicPropertyNames(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::event(QEvent * event)
|
||||
// QObject::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::eventFilter(QObject * watched, QEvent * event)
|
||||
// QObject::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::inherits(const char * classname) const
|
||||
// QObject::inherits(const char * classname) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__inherits_char(void *thisObj, const char *classname);
|
||||
|
||||
// tag=1067
|
||||
// QObject::installEventFilter(QObject * filterObj)
|
||||
// QObject::installEventFilter(QObject * filterObj)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__installEventFilter_QObject(void *thisObj, void *filterObj_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::isWidgetType() const
|
||||
// QObject::isWidgetType() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__isWidgetType(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::isWindowType() const
|
||||
// QObject::isWindowType() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__isWindowType(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::killTimer(int id)
|
||||
// QObject::killTimer(int id)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__killTimer_int(void *thisObj, int id);
|
||||
|
||||
// tag=1067
|
||||
// QObject::objectName() const
|
||||
// QObject::objectName() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QObject__objectName(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::parent() const
|
||||
// QObject::parent() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QObject__parent(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::receivers(const char * signal) const
|
||||
// QObject::receivers(const char * signal) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QObject__receivers_char(void *thisObj, const char *signal);
|
||||
|
||||
// tag=1067
|
||||
// QObject::removeEventFilter(QObject * obj)
|
||||
// QObject::removeEventFilter(QObject * obj)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__removeEventFilter_QObject(void *thisObj, void *obj_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::sender() const
|
||||
// QObject::sender() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QObject__sender(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::senderSignalIndex() const
|
||||
// QObject::senderSignalIndex() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QObject__senderSignalIndex(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::setObjectName(const QString & name)
|
||||
// QObject::setObjectName(const QString & name)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__setObjectName_QString(void *thisObj, const char *name_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::setParent(QObject * parent)
|
||||
// QObject::setParent(QObject * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__setParent_QObject(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// QObject::signalsBlocked() const
|
||||
// QObject::signalsBlocked() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QObject__signalsBlocked(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QObject::startTimer(int interval)
|
||||
// QObject::startTimer(int interval)
|
||||
KDDockWidgetsBindings_EXPORT int c_QObject__startTimer_int(void *thisObj, int interval);
|
||||
|
||||
// tag=1067
|
||||
// QObject::tr(const char * s, const char * c, int n)
|
||||
// QObject::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QObject__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QObject_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,189 +27,118 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
QPoint_wrapper::QPoint_wrapper()
|
||||
: ::QPoint()
|
||||
{
|
||||
}
|
||||
|
||||
// tag=1006
|
||||
QPoint_wrapper::QPoint_wrapper(int xpos, int ypos)
|
||||
: ::QPoint(xpos, ypos)
|
||||
{
|
||||
}
|
||||
int QPoint_wrapper::dotProduct(const QPoint &p1, const QPoint &p2)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QPoint::dotProduct(p1, p2);
|
||||
}
|
||||
bool QPoint_wrapper::isNull() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QPoint::isNull();
|
||||
}
|
||||
int QPoint_wrapper::manhattanLength() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QPoint::manhattanLength();
|
||||
}
|
||||
void QPoint_wrapper::setX(int x)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QPoint::setX(x);
|
||||
}
|
||||
void QPoint_wrapper::setY(int y)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QPoint::setY(y);
|
||||
}
|
||||
QPoint QPoint_wrapper::transposed() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QPoint::transposed();
|
||||
}
|
||||
int QPoint_wrapper::x() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QPoint::x();
|
||||
}
|
||||
int QPoint_wrapper::y() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QPoint::y();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
QPoint_wrapper::~QPoint_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static QPoint *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<QPoint *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::QPoint_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QPoint_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_QPoint_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QPoint_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_QPoint__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::QPoint_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
void *c_QPoint__constructor_int_int(int xpos, int ypos)
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::QPoint_wrapper(xpos, ypos);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// dotProduct(const QPoint & p1, const QPoint & p2)
|
||||
int c_static_QPoint__dotProduct_QPoint_QPoint(void *p1_, void *p2_)
|
||||
{
|
||||
auto &p1 = *reinterpret_cast<QPoint *>(p1_);
|
||||
auto &p2 = *reinterpret_cast<QPoint *>(p2_);
|
||||
return
|
||||
// tag=1068
|
||||
KDDockWidgetsBindings_wrappersNS::QPoint_wrapper::dotProduct(p1, p2);
|
||||
return KDDockWidgetsBindings_wrappersNS::QPoint_wrapper::dotProduct(p1, p2);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isNull() const
|
||||
bool c_QPoint__isNull(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isNull();
|
||||
return fromPtr(thisObj)->isNull();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// manhattanLength() const
|
||||
int c_QPoint__manhattanLength(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->manhattanLength();
|
||||
return fromPtr(thisObj)->manhattanLength();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setX(int x)
|
||||
void c_QPoint__setX_int(void *thisObj, int x)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setX(x);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setY(int y)
|
||||
void c_QPoint__setY_int(void *thisObj, int y)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setY(y);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// transposed() const
|
||||
void *c_QPoint__transposed(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QPoint> { fromPtr(thisObj)->transposed() };
|
||||
return new Dartagnan::ValueWrapper<QPoint> { fromPtr(thisObj)->transposed() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// x() const
|
||||
int c_QPoint__x(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->x();
|
||||
return fromPtr(thisObj)->x();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// y() const
|
||||
int c_QPoint__y(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->y();
|
||||
return fromPtr(thisObj)->y();
|
||||
}
|
||||
void c_QPoint__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,84 +8,47 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qpoint.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class QPoint_wrapper : public ::QPoint
|
||||
{
|
||||
public:
|
||||
~QPoint_wrapper();
|
||||
// tag=1041
|
||||
QPoint_wrapper();
|
||||
// tag=1041
|
||||
QPoint_wrapper(int xpos, int ypos);
|
||||
// tag=1041
|
||||
static int dotProduct(const QPoint &p1, const QPoint &p2);
|
||||
// tag=1041
|
||||
bool isNull() const;
|
||||
// tag=1041
|
||||
int manhattanLength() const;
|
||||
// tag=1041
|
||||
void setX(int x);
|
||||
// tag=1041
|
||||
void setY(int y);
|
||||
// tag=1041
|
||||
QPoint transposed() const;
|
||||
// tag=1041
|
||||
int x() const;
|
||||
// tag=1041
|
||||
int y() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QPoint::QPoint()
|
||||
// QPoint::QPoint()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QPoint__constructor();
|
||||
|
||||
// tag=1067
|
||||
// QPoint::QPoint(int xpos, int ypos)
|
||||
// QPoint::QPoint(int xpos, int ypos)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QPoint__constructor_int_int(int xpos, int ypos);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::dotProduct(const QPoint & p1, const QPoint & p2)
|
||||
// QPoint::dotProduct(const QPoint & p1, const QPoint & p2)
|
||||
KDDockWidgetsBindings_EXPORT int c_static_QPoint__dotProduct_QPoint_QPoint(void *p1_, void *p2_);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::isNull() const
|
||||
// QPoint::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QPoint__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::manhattanLength() const
|
||||
// QPoint::manhattanLength() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QPoint__manhattanLength(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::setX(int x)
|
||||
// QPoint::setX(int x)
|
||||
KDDockWidgetsBindings_EXPORT void c_QPoint__setX_int(void *thisObj, int x);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::setY(int y)
|
||||
// QPoint::setY(int y)
|
||||
KDDockWidgetsBindings_EXPORT void c_QPoint__setY_int(void *thisObj, int y);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::transposed() const
|
||||
// QPoint::transposed() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QPoint__transposed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::x() const
|
||||
// QPoint::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QPoint__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QPoint::y() const
|
||||
// QPoint::y() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QPoint__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QPoint__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QPoint_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,398 +8,205 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qsize.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class QRect_wrapper : public ::QRect
|
||||
{
|
||||
public:
|
||||
~QRect_wrapper();
|
||||
// tag=1041
|
||||
QRect_wrapper();
|
||||
// tag=1041
|
||||
QRect_wrapper(const QPoint &topleft, const QPoint &bottomright);
|
||||
// tag=1041
|
||||
QRect_wrapper(const QPoint &topleft, const QSize &size);
|
||||
// tag=1041
|
||||
QRect_wrapper(int left, int top, int width, int height);
|
||||
// tag=1041
|
||||
void adjust(int x1, int y1, int x2, int y2);
|
||||
// tag=1041
|
||||
QRect adjusted(int x1, int y1, int x2, int y2) const;
|
||||
// tag=1041
|
||||
int bottom() const;
|
||||
// tag=1041
|
||||
QPoint bottomLeft() const;
|
||||
// tag=1041
|
||||
QPoint bottomRight() const;
|
||||
// tag=1041
|
||||
QPoint center() const;
|
||||
// tag=1041
|
||||
bool contains(const QPoint &p, bool proper = false) const;
|
||||
// tag=1041
|
||||
bool contains(const QRect &r, bool proper = false) const;
|
||||
// tag=1041
|
||||
bool contains(int x, int y) const;
|
||||
// tag=1041
|
||||
bool contains(int x, int y, bool proper) const;
|
||||
// tag=1041
|
||||
int height() const;
|
||||
// tag=1041
|
||||
QRect intersected(const QRect &other) const;
|
||||
// tag=1041
|
||||
bool intersects(const QRect &r) const;
|
||||
// tag=1041
|
||||
bool isEmpty() const;
|
||||
// tag=1041
|
||||
bool isNull() const;
|
||||
// tag=1041
|
||||
bool isValid() const;
|
||||
// tag=1041
|
||||
int left() const;
|
||||
// tag=1041
|
||||
void moveBottom(int pos);
|
||||
// tag=1041
|
||||
void moveBottomLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveBottomRight(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveCenter(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveLeft(int pos);
|
||||
// tag=1041
|
||||
void moveRight(int pos);
|
||||
// tag=1041
|
||||
void moveTo(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveTo(int x, int t);
|
||||
// tag=1041
|
||||
void moveTop(int pos);
|
||||
// tag=1041
|
||||
void moveTopLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void moveTopRight(const QPoint &p);
|
||||
// tag=1041
|
||||
QRect normalized() const;
|
||||
// tag=1041
|
||||
int right() const;
|
||||
// tag=1041
|
||||
void setBottom(int pos);
|
||||
// tag=1041
|
||||
void setBottomLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void setBottomRight(const QPoint &p);
|
||||
// tag=1041
|
||||
void setCoords(int x1, int y1, int x2, int y2);
|
||||
// tag=1041
|
||||
void setHeight(int h);
|
||||
// tag=1041
|
||||
void setLeft(int pos);
|
||||
// tag=1041
|
||||
void setRect(int x, int y, int w, int h);
|
||||
// tag=1041
|
||||
void setRight(int pos);
|
||||
// tag=1041
|
||||
void setSize(const QSize &s);
|
||||
// tag=1041
|
||||
void setTop(int pos);
|
||||
// tag=1041
|
||||
void setTopLeft(const QPoint &p);
|
||||
// tag=1041
|
||||
void setTopRight(const QPoint &p);
|
||||
// tag=1041
|
||||
void setWidth(int w);
|
||||
// tag=1041
|
||||
void setX(int x);
|
||||
// tag=1041
|
||||
void setY(int y);
|
||||
// tag=1041
|
||||
QSize size() const;
|
||||
// tag=1041
|
||||
int top() const;
|
||||
// tag=1041
|
||||
QPoint topLeft() const;
|
||||
// tag=1041
|
||||
QPoint topRight() const;
|
||||
// tag=1041
|
||||
void translate(const QPoint &p);
|
||||
// tag=1041
|
||||
void translate(int dx, int dy);
|
||||
// tag=1041
|
||||
QRect translated(const QPoint &p) const;
|
||||
// tag=1041
|
||||
QRect translated(int dx, int dy) const;
|
||||
// tag=1041
|
||||
QRect transposed() const;
|
||||
// tag=1041
|
||||
QRect united(const QRect &other) const;
|
||||
// tag=1041
|
||||
int width() const;
|
||||
// tag=1041
|
||||
int x() const;
|
||||
// tag=1041
|
||||
int y() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect()
|
||||
// QRect::QRect()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor();
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect(const QPoint & topleft, const QPoint & bottomright)
|
||||
// QRect::QRect(const QPoint & topleft, const QPoint & bottomright)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor_QPoint_QPoint(void *topleft_, void *bottomright_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect(const QPoint & topleft, const QSize & size)
|
||||
// QRect::QRect(const QPoint & topleft, const QSize & size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor_QPoint_QSize(void *topleft_, void *size_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::QRect(int left, int top, int width, int height)
|
||||
// QRect::QRect(int left, int top, int width, int height)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__constructor_int_int_int_int(int left, int top, int width, int height);
|
||||
|
||||
// tag=1067
|
||||
// QRect::adjust(int x1, int y1, int x2, int y2)
|
||||
// QRect::adjust(int x1, int y1, int x2, int y2)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__adjust_int_int_int_int(void *thisObj, int x1, int y1, int x2, int y2);
|
||||
|
||||
// tag=1067
|
||||
// QRect::adjusted(int x1, int y1, int x2, int y2) const
|
||||
// QRect::adjusted(int x1, int y1, int x2, int y2) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__adjusted_int_int_int_int(void *thisObj, int x1, int y1, int x2, int y2);
|
||||
|
||||
// tag=1067
|
||||
// QRect::bottom() const
|
||||
// QRect::bottom() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__bottom(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::bottomLeft() const
|
||||
// QRect::bottomLeft() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__bottomLeft(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::bottomRight() const
|
||||
// QRect::bottomRight() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__bottomRight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::center() const
|
||||
// QRect::center() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__center(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(const QPoint & p, bool proper) const
|
||||
// QRect::contains(const QPoint & p, bool proper) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_QPoint_bool(void *thisObj, void *p_, bool proper);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(const QRect & r, bool proper) const
|
||||
// QRect::contains(const QRect & r, bool proper) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_QRect_bool(void *thisObj, void *r_, bool proper);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(int x, int y) const
|
||||
// QRect::contains(int x, int y) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_int_int(void *thisObj, int x, int y);
|
||||
|
||||
// tag=1067
|
||||
// QRect::contains(int x, int y, bool proper) const
|
||||
// QRect::contains(int x, int y, bool proper) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__contains_int_int_bool(void *thisObj, int x, int y, bool proper);
|
||||
|
||||
// tag=1067
|
||||
// QRect::height() const
|
||||
// QRect::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::intersected(const QRect & other) const
|
||||
// QRect::intersected(const QRect & other) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__intersected_QRect(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::intersects(const QRect & r) const
|
||||
// QRect::intersects(const QRect & r) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__intersects_QRect(void *thisObj, void *r_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::isEmpty() const
|
||||
// QRect::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::isNull() const
|
||||
// QRect::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::isValid() const
|
||||
// QRect::isValid() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QRect__isValid(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::left() const
|
||||
// QRect::left() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__left(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveBottom(int pos)
|
||||
// QRect::moveBottom(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveBottom_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveBottomLeft(const QPoint & p)
|
||||
// QRect::moveBottomLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveBottomLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveBottomRight(const QPoint & p)
|
||||
// QRect::moveBottomRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveBottomRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveCenter(const QPoint & p)
|
||||
// QRect::moveCenter(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveCenter_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveLeft(int pos)
|
||||
// QRect::moveLeft(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveLeft_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveRight(int pos)
|
||||
// QRect::moveRight(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveRight_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTo(const QPoint & p)
|
||||
// QRect::moveTo(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTo_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTo(int x, int t)
|
||||
// QRect::moveTo(int x, int t)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTo_int_int(void *thisObj, int x, int t);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTop(int pos)
|
||||
// QRect::moveTop(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTop_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTopLeft(const QPoint & p)
|
||||
// QRect::moveTopLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTopLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::moveTopRight(const QPoint & p)
|
||||
// QRect::moveTopRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__moveTopRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::normalized() const
|
||||
// QRect::normalized() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__normalized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::right() const
|
||||
// QRect::right() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__right(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setBottom(int pos)
|
||||
// QRect::setBottom(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setBottom_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setBottomLeft(const QPoint & p)
|
||||
// QRect::setBottomLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setBottomLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setBottomRight(const QPoint & p)
|
||||
// QRect::setBottomRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setBottomRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setCoords(int x1, int y1, int x2, int y2)
|
||||
// QRect::setCoords(int x1, int y1, int x2, int y2)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setCoords_int_int_int_int(void *thisObj, int x1, int y1, int x2, int y2);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setHeight(int h)
|
||||
// QRect::setHeight(int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setHeight_int(void *thisObj, int h);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setLeft(int pos)
|
||||
// QRect::setLeft(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setLeft_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setRect(int x, int y, int w, int h)
|
||||
// QRect::setRect(int x, int y, int w, int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setRect_int_int_int_int(void *thisObj, int x, int y, int w, int h);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setRight(int pos)
|
||||
// QRect::setRight(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setRight_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setSize(const QSize & s)
|
||||
// QRect::setSize(const QSize & s)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setSize_QSize(void *thisObj, void *s_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setTop(int pos)
|
||||
// QRect::setTop(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setTop_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setTopLeft(const QPoint & p)
|
||||
// QRect::setTopLeft(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setTopLeft_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setTopRight(const QPoint & p)
|
||||
// QRect::setTopRight(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setTopRight_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setWidth(int w)
|
||||
// QRect::setWidth(int w)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setWidth_int(void *thisObj, int w);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setX(int x)
|
||||
// QRect::setX(int x)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setX_int(void *thisObj, int x);
|
||||
|
||||
// tag=1067
|
||||
// QRect::setY(int y)
|
||||
// QRect::setY(int y)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__setY_int(void *thisObj, int y);
|
||||
|
||||
// tag=1067
|
||||
// QRect::size() const
|
||||
// QRect::size() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::top() const
|
||||
// QRect::top() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__top(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::topLeft() const
|
||||
// QRect::topLeft() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__topLeft(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::topRight() const
|
||||
// QRect::topRight() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__topRight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translate(const QPoint & p)
|
||||
// QRect::translate(const QPoint & p)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__translate_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translate(int dx, int dy)
|
||||
// QRect::translate(int dx, int dy)
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__translate_int_int(void *thisObj, int dx, int dy);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translated(const QPoint & p) const
|
||||
// QRect::translated(const QPoint & p) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__translated_QPoint(void *thisObj, void *p_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::translated(int dx, int dy) const
|
||||
// QRect::translated(int dx, int dy) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__translated_int_int(void *thisObj, int dx, int dy);
|
||||
|
||||
// tag=1067
|
||||
// QRect::transposed() const
|
||||
// QRect::transposed() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__transposed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::united(const QRect & other) const
|
||||
// QRect::united(const QRect & other) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QRect__united_QRect(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// QRect::width() const
|
||||
// QRect::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::x() const
|
||||
// QRect::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QRect::y() const
|
||||
// QRect::y() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QRect__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QRect_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,240 +27,145 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
QSize_wrapper::QSize_wrapper()
|
||||
: ::QSize()
|
||||
{
|
||||
}
|
||||
|
||||
// tag=1006
|
||||
QSize_wrapper::QSize_wrapper(int w, int h)
|
||||
: ::QSize(w, h)
|
||||
{
|
||||
}
|
||||
QSize QSize_wrapper::boundedTo(const QSize &arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::boundedTo(arg__1);
|
||||
}
|
||||
QSize QSize_wrapper::expandedTo(const QSize &arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::expandedTo(arg__1);
|
||||
}
|
||||
int QSize_wrapper::height() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::height();
|
||||
}
|
||||
bool QSize_wrapper::isEmpty() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::isEmpty();
|
||||
}
|
||||
bool QSize_wrapper::isNull() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::isNull();
|
||||
}
|
||||
bool QSize_wrapper::isValid() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::isValid();
|
||||
}
|
||||
void QSize_wrapper::setHeight(int h)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QSize::setHeight(h);
|
||||
}
|
||||
void QSize_wrapper::setWidth(int w)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QSize::setWidth(w);
|
||||
}
|
||||
void QSize_wrapper::transpose()
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
::QSize::transpose();
|
||||
}
|
||||
QSize QSize_wrapper::transposed() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::transposed();
|
||||
}
|
||||
int QSize_wrapper::width() const
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::QSize::width();
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
QSize_wrapper::~QSize_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static QSize *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<QSize *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::QSize_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QSize_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_QSize_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::QSize_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_QSize__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::QSize_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
void *c_QSize__constructor_int_int(int w, int h)
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::QSize_wrapper(w, h);
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// boundedTo(const QSize & arg__1) const
|
||||
void *c_QSize__boundedTo_QSize(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QSize *>(arg__1_);
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->boundedTo(arg__1) };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->boundedTo(arg__1) };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// expandedTo(const QSize & arg__1) const
|
||||
void *c_QSize__expandedTo_QSize(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto &arg__1 = *reinterpret_cast<QSize *>(arg__1_);
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->expandedTo(arg__1) };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->expandedTo(arg__1) };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// height() const
|
||||
int c_QSize__height(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->height();
|
||||
return fromPtr(thisObj)->height();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isEmpty() const
|
||||
bool c_QSize__isEmpty(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isEmpty();
|
||||
return fromPtr(thisObj)->isEmpty();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isNull() const
|
||||
bool c_QSize__isNull(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isNull();
|
||||
return fromPtr(thisObj)->isNull();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// isValid() const
|
||||
bool c_QSize__isValid(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->isValid();
|
||||
return fromPtr(thisObj)->isValid();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setHeight(int h)
|
||||
void c_QSize__setHeight_int(void *thisObj, int h)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setHeight(h);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// setWidth(int w)
|
||||
void c_QSize__setWidth_int(void *thisObj, int w)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->setWidth(w);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// transpose()
|
||||
void c_QSize__transpose(void *thisObj)
|
||||
{
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->transpose();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// transposed() const
|
||||
void *c_QSize__transposed(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->transposed() };
|
||||
return new Dartagnan::ValueWrapper<QSize> { fromPtr(thisObj)->transposed() };
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// width() const
|
||||
int c_QSize__width(void *thisObj)
|
||||
{
|
||||
return
|
||||
// tag=1010
|
||||
fromPtr(thisObj)->width();
|
||||
return fromPtr(thisObj)->width();
|
||||
}
|
||||
void c_QSize__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,102 +8,56 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qsize.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class QSize_wrapper : public ::QSize
|
||||
{
|
||||
public:
|
||||
~QSize_wrapper();
|
||||
// tag=1041
|
||||
QSize_wrapper();
|
||||
// tag=1041
|
||||
QSize_wrapper(int w, int h);
|
||||
// tag=1041
|
||||
QSize boundedTo(const QSize &arg__1) const;
|
||||
// tag=1041
|
||||
QSize expandedTo(const QSize &arg__1) const;
|
||||
// tag=1041
|
||||
int height() const;
|
||||
// tag=1041
|
||||
bool isEmpty() const;
|
||||
// tag=1041
|
||||
bool isNull() const;
|
||||
// tag=1041
|
||||
bool isValid() const;
|
||||
// tag=1041
|
||||
void setHeight(int h);
|
||||
// tag=1041
|
||||
void setWidth(int w);
|
||||
// tag=1041
|
||||
void transpose();
|
||||
// tag=1041
|
||||
QSize transposed() const;
|
||||
// tag=1041
|
||||
int width() const;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QSize::QSize()
|
||||
// QSize::QSize()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QSize__constructor();
|
||||
|
||||
// tag=1067
|
||||
// QSize::QSize(int w, int h)
|
||||
// QSize::QSize(int w, int h)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QSize__constructor_int_int(int w, int h);
|
||||
|
||||
// tag=1067
|
||||
// QSize::boundedTo(const QSize & arg__1) const
|
||||
// QSize::boundedTo(const QSize & arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QSize__boundedTo_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// QSize::expandedTo(const QSize & arg__1) const
|
||||
// QSize::expandedTo(const QSize & arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QSize__expandedTo_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// QSize::height() const
|
||||
// QSize::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QSize__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QSize::isEmpty() const
|
||||
// QSize::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QSize__isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QSize::isNull() const
|
||||
// QSize::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QSize__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QSize::isValid() const
|
||||
// QSize::isValid() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QSize__isValid(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QSize::setHeight(int h)
|
||||
// QSize::setHeight(int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_QSize__setHeight_int(void *thisObj, int h);
|
||||
|
||||
// tag=1067
|
||||
// QSize::setWidth(int w)
|
||||
// QSize::setWidth(int w)
|
||||
KDDockWidgetsBindings_EXPORT void c_QSize__setWidth_int(void *thisObj, int w);
|
||||
|
||||
// tag=1067
|
||||
// QSize::transpose()
|
||||
// QSize::transpose()
|
||||
KDDockWidgetsBindings_EXPORT void c_QSize__transpose(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QSize::transposed() const
|
||||
// QSize::transposed() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QSize__transposed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QSize::width() const
|
||||
// QSize::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QSize__width(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QSize__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QSize_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,535 +8,273 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qstring.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1043
|
||||
class QString_wrapper : public ::QString
|
||||
{
|
||||
public:
|
||||
~QString_wrapper();
|
||||
// tag=1041
|
||||
QString_wrapper();
|
||||
// tag=1041
|
||||
QString &append(const QString &s);
|
||||
// tag=1041
|
||||
QString arg(const QString &a, int fieldWidth = 0) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3, const QString &a4) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7, const QString &a8) const;
|
||||
// tag=1041
|
||||
QString arg(const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7, const QString &a8, const QString &a9) const;
|
||||
// tag=1041
|
||||
QString arg(int a, int fieldWidth = 0, int base = 10) const;
|
||||
// tag=1041
|
||||
QString arg(long a, int fieldwidth = 0, int base = 10) const;
|
||||
// tag=1041
|
||||
QString arg(qint64 a, int fieldwidth = 0, int base = 10) const;
|
||||
// tag=1041
|
||||
QString arg(short a, int fieldWidth = 0, int base = 10) const;
|
||||
// tag=1041
|
||||
static QString asprintf(const char *format);
|
||||
// tag=1041
|
||||
int capacity() const;
|
||||
// tag=1041
|
||||
void chop(int n);
|
||||
// tag=1041
|
||||
QString chopped(int n) const;
|
||||
// tag=1041
|
||||
void clear();
|
||||
// tag=1041
|
||||
int compare(const QString &s) const;
|
||||
// tag=1041
|
||||
static int compare(const QString &s1, const QString &s2);
|
||||
// tag=1041
|
||||
bool contains(const QString &s) const;
|
||||
// tag=1041
|
||||
int count() const;
|
||||
// tag=1041
|
||||
int count(const QString &s) const;
|
||||
// tag=1041
|
||||
void detach();
|
||||
// tag=1041
|
||||
bool endsWith(const QString &s) const;
|
||||
// tag=1041
|
||||
static QString fromLatin1(const QByteArray &str);
|
||||
// tag=1041
|
||||
static QString fromLatin1(const char *str, int size = -1);
|
||||
// tag=1041
|
||||
static QString fromLocal8Bit(const QByteArray &str);
|
||||
// tag=1041
|
||||
static QString fromLocal8Bit(const char *str, int size = -1);
|
||||
// tag=1041
|
||||
static QString fromUtf8(const QByteArray &str);
|
||||
// tag=1041
|
||||
static QString fromUtf8(const char *str, int size = -1);
|
||||
// tag=1041
|
||||
int indexOf(const QString &s, int from = 0) const;
|
||||
// tag=1041
|
||||
QString &insert(int i, const QString &s);
|
||||
// tag=1041
|
||||
bool isDetached() const;
|
||||
// tag=1041
|
||||
bool isEmpty() const;
|
||||
// tag=1041
|
||||
bool isLower() const;
|
||||
// tag=1041
|
||||
bool isNull() const;
|
||||
// tag=1041
|
||||
bool isRightToLeft() const;
|
||||
// tag=1041
|
||||
bool isSharedWith(const QString &other) const;
|
||||
// tag=1041
|
||||
bool isSimpleText() const;
|
||||
// tag=1041
|
||||
bool isUpper() const;
|
||||
// tag=1041
|
||||
bool isValidUtf16() const;
|
||||
// tag=1041
|
||||
int lastIndexOf(const QString &s, int from = -1) const;
|
||||
// tag=1041
|
||||
QString left(int n) const;
|
||||
// tag=1041
|
||||
QString leftJustified(int width) const;
|
||||
// tag=1041
|
||||
int length() const;
|
||||
// tag=1041
|
||||
int localeAwareCompare(const QString &s) const;
|
||||
// tag=1041
|
||||
static int localeAwareCompare(const QString &s1, const QString &s2);
|
||||
// tag=1041
|
||||
QString mid(int position, int n = -1) const;
|
||||
// tag=1041
|
||||
static QString number(int arg__1, int base = 10);
|
||||
// tag=1041
|
||||
static QString number(long arg__1, int base = 10);
|
||||
// tag=1041
|
||||
static QString number(qint64 arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QString &prepend(const QString &s);
|
||||
// tag=1041
|
||||
void push_back(const QString &s);
|
||||
// tag=1041
|
||||
void push_front(const QString &s);
|
||||
// tag=1041
|
||||
QString &remove(const QString &s);
|
||||
// tag=1041
|
||||
QString &remove(int i, int len);
|
||||
// tag=1041
|
||||
QString repeated(int times) const;
|
||||
// tag=1041
|
||||
QString &replace(const QString &before, const QString &after);
|
||||
// tag=1041
|
||||
QString &replace(int i, int len, const QString &after);
|
||||
// tag=1041
|
||||
void reserve(int size);
|
||||
// tag=1041
|
||||
void resize(int size);
|
||||
// tag=1041
|
||||
QString right(int n) const;
|
||||
// tag=1041
|
||||
QString rightJustified(int width) const;
|
||||
// tag=1041
|
||||
QString section(const QString &in_sep, int start, int end = -1) const;
|
||||
// tag=1041
|
||||
QString &setNum(int arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QString &setNum(long arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QString &setNum(qint64 arg__1, int base = 10);
|
||||
// tag=1041
|
||||
QString &setNum(short arg__1, int base = 10);
|
||||
// tag=1041
|
||||
void shrink_to_fit();
|
||||
// tag=1041
|
||||
QString simplified();
|
||||
// tag=1041
|
||||
int size() const;
|
||||
// tag=1041
|
||||
void squeeze();
|
||||
// tag=1041
|
||||
bool startsWith(const QString &s) const;
|
||||
// tag=1041
|
||||
QString toCaseFolded();
|
||||
// tag=1041
|
||||
QString toHtmlEscaped() const;
|
||||
// tag=1041
|
||||
QByteArray toLatin1();
|
||||
// tag=1041
|
||||
QByteArray toLocal8Bit();
|
||||
// tag=1041
|
||||
QString toLower();
|
||||
// tag=1041
|
||||
QString toUpper();
|
||||
// tag=1041
|
||||
QByteArray toUtf8();
|
||||
// tag=1041
|
||||
QString trimmed();
|
||||
// tag=1041
|
||||
void truncate(int pos);
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// QString::QString()
|
||||
// QString::QString()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__constructor();
|
||||
|
||||
// tag=1067
|
||||
// QString::append(const QString & s)
|
||||
// QString::append(const QString & s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__append_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a, int fieldWidth) const
|
||||
// QString::arg(const QString & a, int fieldWidth) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_int(void *thisObj, const char *a_, int fieldWidth);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2) const
|
||||
// QString::arg(const QString & a1, const QString & a2) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString(void *thisObj, const char *a1_, const char *a2_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_, const char *a4_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_, const char *a4_, const char *a5_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_, const char *a4_, const char *a5_, const char *a6_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6, const QString & a7) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6, const QString & a7) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString_QString_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_, const char *a4_, const char *a5_, const char *a6_, const char *a7_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6, const QString & a7, const QString & a8) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6, const QString & a7, const QString & a8) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString_QString_QString_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_, const char *a4_, const char *a5_, const char *a6_, const char *a7_, const char *a8_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6, const QString & a7, const QString & a8, const QString & a9) const
|
||||
// QString::arg(const QString & a1, const QString & a2, const QString & a3, const QString & a4, const QString & a5, const QString & a6, const QString & a7, const QString & a8, const QString & a9) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_QString_QString_QString_QString_QString_QString_QString_QString_QString(void *thisObj, const char *a1_, const char *a2_, const char *a3_, const char *a4_, const char *a5_, const char *a6_, const char *a7_, const char *a8_, const char *a9_);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(int a, int fieldWidth, int base) const
|
||||
// QString::arg(int a, int fieldWidth, int base) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_int_int_int(void *thisObj, int a, int fieldWidth, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(long a, int fieldwidth, int base) const
|
||||
// QString::arg(long a, int fieldwidth, int base) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_long_int_int(void *thisObj, long a, int fieldwidth, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(qint64 a, int fieldwidth, int base) const
|
||||
// QString::arg(qint64 a, int fieldwidth, int base) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_qint64_int_int(void *thisObj, qint64 a, int fieldwidth, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::arg(short a, int fieldWidth, int base) const
|
||||
// QString::arg(short a, int fieldWidth, int base) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__arg_short_int_int(void *thisObj, short a, int fieldWidth, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::asprintf(const char * format)
|
||||
// QString::asprintf(const char * format)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__asprintf_char(const char *format);
|
||||
|
||||
// tag=1067
|
||||
// QString::capacity() const
|
||||
// QString::capacity() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__capacity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::chop(int n)
|
||||
// QString::chop(int n)
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__chop_int(void *thisObj, int n);
|
||||
|
||||
// tag=1067
|
||||
// QString::chopped(int n) const
|
||||
// QString::chopped(int n) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__chopped_int(void *thisObj, int n);
|
||||
|
||||
// tag=1067
|
||||
// QString::clear()
|
||||
// QString::clear()
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__clear(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::compare(const QString & s) const
|
||||
// QString::compare(const QString & s) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__compare_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::compare(const QString & s1, const QString & s2)
|
||||
// QString::compare(const QString & s1, const QString & s2)
|
||||
KDDockWidgetsBindings_EXPORT int c_static_QString__compare_QString_QString(const char *s1_, const char *s2_);
|
||||
|
||||
// tag=1067
|
||||
// QString::contains(const QString & s) const
|
||||
// QString::contains(const QString & s) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__contains_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::count() const
|
||||
// QString::count() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__count(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::count(const QString & s) const
|
||||
// QString::count(const QString & s) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__count_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::detach()
|
||||
// QString::detach()
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__detach(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::endsWith(const QString & s) const
|
||||
// QString::endsWith(const QString & s) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__endsWith_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::fromLatin1(const QByteArray & str)
|
||||
// QString::fromLatin1(const QByteArray & str)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__fromLatin1_QByteArray(void *str_);
|
||||
|
||||
// tag=1067
|
||||
// QString::fromLatin1(const char * str, int size)
|
||||
// QString::fromLatin1(const char * str, int size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__fromLatin1_char_int(const char *str, int size);
|
||||
|
||||
// tag=1067
|
||||
// QString::fromLocal8Bit(const QByteArray & str)
|
||||
// QString::fromLocal8Bit(const QByteArray & str)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__fromLocal8Bit_QByteArray(void *str_);
|
||||
|
||||
// tag=1067
|
||||
// QString::fromLocal8Bit(const char * str, int size)
|
||||
// QString::fromLocal8Bit(const char * str, int size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__fromLocal8Bit_char_int(const char *str, int size);
|
||||
|
||||
// tag=1067
|
||||
// QString::fromUtf8(const QByteArray & str)
|
||||
// QString::fromUtf8(const QByteArray & str)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__fromUtf8_QByteArray(void *str_);
|
||||
|
||||
// tag=1067
|
||||
// QString::fromUtf8(const char * str, int size)
|
||||
// QString::fromUtf8(const char * str, int size)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__fromUtf8_char_int(const char *str, int size);
|
||||
|
||||
// tag=1067
|
||||
// QString::indexOf(const QString & s, int from) const
|
||||
// QString::indexOf(const QString & s, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__indexOf_QString_int(void *thisObj, const char *s_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QString::insert(int i, const QString & s)
|
||||
// QString::insert(int i, const QString & s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__insert_int_QString(void *thisObj, int i, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::isDetached() const
|
||||
// QString::isDetached() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isDetached(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isEmpty() const
|
||||
// QString::isEmpty() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isEmpty(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isLower() const
|
||||
// QString::isLower() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isLower(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isNull() const
|
||||
// QString::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isRightToLeft() const
|
||||
// QString::isRightToLeft() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isRightToLeft(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isSharedWith(const QString & other) const
|
||||
// QString::isSharedWith(const QString & other) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isSharedWith_QString(void *thisObj, const char *other_);
|
||||
|
||||
// tag=1067
|
||||
// QString::isSimpleText() const
|
||||
// QString::isSimpleText() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isSimpleText(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isUpper() const
|
||||
// QString::isUpper() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isUpper(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::isValidUtf16() const
|
||||
// QString::isValidUtf16() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__isValidUtf16(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::lastIndexOf(const QString & s, int from) const
|
||||
// QString::lastIndexOf(const QString & s, int from) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__lastIndexOf_QString_int(void *thisObj, const char *s_, int from);
|
||||
|
||||
// tag=1067
|
||||
// QString::left(int n) const
|
||||
// QString::left(int n) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__left_int(void *thisObj, int n);
|
||||
|
||||
// tag=1067
|
||||
// QString::leftJustified(int width) const
|
||||
// QString::leftJustified(int width) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__leftJustified_int(void *thisObj, int width);
|
||||
|
||||
// tag=1067
|
||||
// QString::length() const
|
||||
// QString::length() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__length(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::localeAwareCompare(const QString & s) const
|
||||
// QString::localeAwareCompare(const QString & s) const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__localeAwareCompare_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::localeAwareCompare(const QString & s1, const QString & s2)
|
||||
// QString::localeAwareCompare(const QString & s1, const QString & s2)
|
||||
KDDockWidgetsBindings_EXPORT int c_static_QString__localeAwareCompare_QString_QString(const char *s1_, const char *s2_);
|
||||
|
||||
// tag=1067
|
||||
// QString::mid(int position, int n) const
|
||||
// QString::mid(int position, int n) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__mid_int_int(void *thisObj, int position, int n);
|
||||
|
||||
// tag=1067
|
||||
// QString::number(int arg__1, int base)
|
||||
// QString::number(int arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__number_int_int(int arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::number(long arg__1, int base)
|
||||
// QString::number(long arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__number_long_int(long arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::number(qint64 arg__1, int base)
|
||||
// QString::number(qint64 arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_QString__number_qint64_int(qint64 arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::prepend(const QString & s)
|
||||
// QString::prepend(const QString & s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__prepend_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::push_back(const QString & s)
|
||||
// QString::push_back(const QString & s)
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__push_back_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::push_front(const QString & s)
|
||||
// QString::push_front(const QString & s)
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__push_front_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::remove(const QString & s)
|
||||
// QString::remove(const QString & s)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__remove_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::remove(int i, int len)
|
||||
// QString::remove(int i, int len)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__remove_int_int(void *thisObj, int i, int len);
|
||||
|
||||
// tag=1067
|
||||
// QString::repeated(int times) const
|
||||
// QString::repeated(int times) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__repeated_int(void *thisObj, int times);
|
||||
|
||||
// tag=1067
|
||||
// QString::replace(const QString & before, const QString & after)
|
||||
// QString::replace(const QString & before, const QString & after)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__replace_QString_QString(void *thisObj, const char *before_, const char *after_);
|
||||
|
||||
// tag=1067
|
||||
// QString::replace(int i, int len, const QString & after)
|
||||
// QString::replace(int i, int len, const QString & after)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__replace_int_int_QString(void *thisObj, int i, int len, const char *after_);
|
||||
|
||||
// tag=1067
|
||||
// QString::reserve(int size)
|
||||
// QString::reserve(int size)
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__reserve_int(void *thisObj, int size);
|
||||
|
||||
// tag=1067
|
||||
// QString::resize(int size)
|
||||
// QString::resize(int size)
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__resize_int(void *thisObj, int size);
|
||||
|
||||
// tag=1067
|
||||
// QString::right(int n) const
|
||||
// QString::right(int n) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__right_int(void *thisObj, int n);
|
||||
|
||||
// tag=1067
|
||||
// QString::rightJustified(int width) const
|
||||
// QString::rightJustified(int width) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__rightJustified_int(void *thisObj, int width);
|
||||
|
||||
// tag=1067
|
||||
// QString::section(const QString & in_sep, int start, int end) const
|
||||
// QString::section(const QString & in_sep, int start, int end) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__section_QString_int_int(void *thisObj, const char *in_sep_, int start, int end);
|
||||
|
||||
// tag=1067
|
||||
// QString::setNum(int arg__1, int base)
|
||||
// QString::setNum(int arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__setNum_int_int(void *thisObj, int arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::setNum(long arg__1, int base)
|
||||
// QString::setNum(long arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__setNum_long_int(void *thisObj, long arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::setNum(qint64 arg__1, int base)
|
||||
// QString::setNum(qint64 arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__setNum_qint64_int(void *thisObj, qint64 arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::setNum(short arg__1, int base)
|
||||
// QString::setNum(short arg__1, int base)
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__setNum_short_int(void *thisObj, short arg__1, int base);
|
||||
|
||||
// tag=1067
|
||||
// QString::shrink_to_fit()
|
||||
// QString::shrink_to_fit()
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__shrink_to_fit(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::simplified()
|
||||
// QString::simplified()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__simplified(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::size() const
|
||||
// QString::size() const
|
||||
KDDockWidgetsBindings_EXPORT int c_QString__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::squeeze()
|
||||
// QString::squeeze()
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__squeeze(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::startsWith(const QString & s) const
|
||||
// QString::startsWith(const QString & s) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_QString__startsWith_QString(void *thisObj, const char *s_);
|
||||
|
||||
// tag=1067
|
||||
// QString::toCaseFolded()
|
||||
// QString::toCaseFolded()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toCaseFolded(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::toHtmlEscaped() const
|
||||
// QString::toHtmlEscaped() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toHtmlEscaped(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::toLatin1()
|
||||
// QString::toLatin1()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toLatin1(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::toLocal8Bit()
|
||||
// QString::toLocal8Bit()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toLocal8Bit(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::toLower()
|
||||
// QString::toLower()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toLower(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::toUpper()
|
||||
// QString::toUpper()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toUpper(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::toUtf8()
|
||||
// QString::toUtf8()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__toUtf8(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::trimmed()
|
||||
// QString::trimmed()
|
||||
KDDockWidgetsBindings_EXPORT void *c_QString__trimmed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// QString::truncate(int pos)
|
||||
// QString::truncate(int pos)
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__truncate_int(void *thisObj, int pos);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_QString__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_QString_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -8,13 +8,9 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <qnamespace.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_Qt_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,240 +27,164 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
ViewFactory_flutter_wrapper::ViewFactory_flutter_wrapper()
|
||||
: ::KDDockWidgets::ViewFactory_flutter()
|
||||
{
|
||||
}
|
||||
KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *ViewFactory_flutter_wrapper::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createClassicIndicatorWindowCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createClassicIndicatorWindowCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory_flutter::createClassicIndicatorWindow(arg__1);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *ViewFactory_flutter_wrapper::createClassicIndicatorWindow_nocallback(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory_flutter::createClassicIndicatorWindow(arg__1);
|
||||
}
|
||||
KDDockWidgets::View *ViewFactory_flutter_wrapper::createDropArea(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createDropAreaCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createDropAreaCallback(const_cast<void *>(thisPtr), arg__1, parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory_flutter::createDropArea(arg__1, parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *ViewFactory_flutter_wrapper::createDropArea_nocallback(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory_flutter::createDropArea(arg__1, parent);
|
||||
}
|
||||
KDDockWidgets::View *ViewFactory_flutter_wrapper::createRubberBand(KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createRubberBandCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createRubberBandCallback(const_cast<void *>(thisPtr), parent);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory_flutter::createRubberBand(parent);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *ViewFactory_flutter_wrapper::createRubberBand_nocallback(KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory_flutter::createRubberBand(parent);
|
||||
}
|
||||
void ViewFactory_flutter_wrapper::customEvent(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_customEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_customEventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::ViewFactory_flutter::customEvent(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ViewFactory_flutter_wrapper::customEvent_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::ViewFactory_flutter::customEvent(event);
|
||||
}
|
||||
bool ViewFactory_flutter_wrapper::event(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory_flutter::event(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool ViewFactory_flutter_wrapper::event_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory_flutter::event(event);
|
||||
}
|
||||
bool ViewFactory_flutter_wrapper::eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventFilterCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventFilterCallback(const_cast<void *>(thisPtr), watched, event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory_flutter::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool ViewFactory_flutter_wrapper::eventFilter_nocallback(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory_flutter::eventFilter(watched, event);
|
||||
}
|
||||
QString ViewFactory_flutter_wrapper::tr(const char *s, const char *c, int n)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::ViewFactory_flutter::tr(s, c, n);
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
ViewFactory_flutter_wrapper::~ViewFactory_flutter_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::ViewFactory_flutter *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::ViewFactory_flutter *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__ViewFactory_flutter_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_KDDockWidgets__ViewFactory_flutter__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
void *c_KDDockWidgets__ViewFactory_flutter__createClassicIndicatorWindow_ClassicIndicators(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::Controllers::ClassicIndicators *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createClassicIndicatorWindow_nocallback(arg__1);} else { return targetPtr->createClassicIndicatorWindow(arg__1);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createClassicIndicatorWindow_nocallback(arg__1);} else { return targetPtr->createClassicIndicatorWindow(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__ViewFactory_flutter__createDropArea_DropArea_View(void *thisObj, void *arg__1_, void *parent_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::Controllers::DropArea *>(arg__1_);
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createDropArea_nocallback(arg__1,parent);} else { return targetPtr->createDropArea(arg__1,parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createDropArea_nocallback(arg__1,parent);} else { return targetPtr->createDropArea(arg__1,parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createRubberBand(KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__ViewFactory_flutter__createRubberBand_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createRubberBand_nocallback(parent);} else { return targetPtr->createRubberBand(parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createRubberBand_nocallback(parent);} else { return targetPtr->createRubberBand(parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__ViewFactory_flutter__customEvent_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->customEvent_nocallback(event);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// event(QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory_flutter__event_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory_flutter__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_)
|
||||
{
|
||||
auto watched = reinterpret_cast<QObject *>(watched_);
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__ViewFactory_flutter__tr_char_char_int(const char *s, const char *c, int n)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper::tr(s, c, n) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper::tr(s, c, n) };
|
||||
}
|
||||
void c_KDDockWidgets__ViewFactory_flutter__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__ViewFactory_flutter__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 681:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <ViewFactory_flutter.h>
|
||||
#include <qstring.h>
|
||||
@@ -21,98 +19,56 @@
|
||||
#include <qcoreevent.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class ViewFactory_flutter_wrapper : public ::KDDockWidgets::ViewFactory_flutter
|
||||
{
|
||||
public:
|
||||
~ViewFactory_flutter_wrapper();
|
||||
// tag=1041
|
||||
ViewFactory_flutter_wrapper();
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *createClassicIndicatorWindow_nocallback(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const;
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *createDropArea(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *createDropArea_nocallback(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const;
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *createRubberBand(KDDockWidgets::View *parent) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *createRubberBand_nocallback(KDDockWidgets::View *parent) const;
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *(*Callback_createClassicIndicatorWindow)(void *, KDDockWidgets::Controllers::ClassicIndicators *arg__1);
|
||||
Callback_createClassicIndicatorWindow m_createClassicIndicatorWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_createDropArea)(void *, KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent);
|
||||
Callback_createDropArea m_createDropAreaCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_createRubberBand)(void *, KDDockWidgets::View *parent);
|
||||
Callback_createRubberBand m_createRubberBandCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::ViewFactory_flutter()
|
||||
// KDDockWidgets::ViewFactory_flutter::ViewFactory_flutter()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory_flutter__constructor();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
// KDDockWidgets::ViewFactory_flutter::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory_flutter__createClassicIndicatorWindow_ClassicIndicators(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
// KDDockWidgets::ViewFactory_flutter::createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory_flutter__createDropArea_DropArea_View(void *thisObj, void *arg__1_, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::createRubberBand(KDDockWidgets::View * parent) const
|
||||
// KDDockWidgets::ViewFactory_flutter::createRubberBand(KDDockWidgets::View * parent) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory_flutter__createRubberBand_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::customEvent(QEvent * event)
|
||||
// KDDockWidgets::ViewFactory_flutter::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory_flutter__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::event(QEvent * event)
|
||||
// KDDockWidgets::ViewFactory_flutter::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__ViewFactory_flutter__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::eventFilter(QObject * watched, QEvent * event)
|
||||
// KDDockWidgets::ViewFactory_flutter::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__ViewFactory_flutter__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::tr(const char * s, const char * c, int n)
|
||||
// KDDockWidgets::ViewFactory_flutter::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__ViewFactory_flutter__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory_flutter__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory_flutter__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory_flutter_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,252 +27,170 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1006
|
||||
ViewFactory_wrapper::ViewFactory_wrapper()
|
||||
: ::KDDockWidgets::ViewFactory()
|
||||
{
|
||||
}
|
||||
KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *ViewFactory_wrapper::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createClassicIndicatorWindowCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createClassicIndicatorWindowCallback(const_cast<void *>(thisPtr), arg__1);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *ViewFactory_wrapper::createClassicIndicatorWindow_nocallback(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
KDDockWidgets::View *ViewFactory_wrapper::createDropArea(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createDropAreaCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createDropAreaCallback(const_cast<void *>(thisPtr), arg__1, parent);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *ViewFactory_wrapper::createDropArea_nocallback(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
KDDockWidgets::View *ViewFactory_wrapper::createRubberBand(KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1000
|
||||
if (m_createRubberBandCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_createRubberBandCallback(const_cast<void *>(thisPtr), parent);
|
||||
} else {
|
||||
// tag=1015
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
KDDockWidgets::View *ViewFactory_wrapper::createRubberBand_nocallback(KDDockWidgets::View *parent) const
|
||||
{
|
||||
// tag=1003
|
||||
|
||||
// tag=1007
|
||||
qWarning() << Q_FUNC_INFO << "Warning: Calling pure-virtual";
|
||||
return {};
|
||||
}
|
||||
void ViewFactory_wrapper::customEvent(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_customEventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
m_customEventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
::KDDockWidgets::ViewFactory::customEvent(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
void ViewFactory_wrapper::customEvent_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
::KDDockWidgets::ViewFactory::customEvent(event);
|
||||
}
|
||||
bool ViewFactory_wrapper::event(QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventCallback(const_cast<void *>(thisPtr), event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory::event(event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool ViewFactory_wrapper::event_nocallback(QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory::event(event);
|
||||
}
|
||||
bool ViewFactory_wrapper::eventFilter(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1000
|
||||
if (m_eventFilterCallback) {
|
||||
// tag=1001
|
||||
const void *thisPtr = this;
|
||||
return m_eventFilterCallback(const_cast<void *>(thisPtr), watched, event);
|
||||
} else {
|
||||
// tag=1002
|
||||
return ::KDDockWidgets::ViewFactory::eventFilter(watched, event);
|
||||
}
|
||||
}
|
||||
// tag=1009
|
||||
bool ViewFactory_wrapper::eventFilter_nocallback(QObject *watched, QEvent *event)
|
||||
{
|
||||
// tag=1003
|
||||
return ::KDDockWidgets::ViewFactory::eventFilter(watched, event);
|
||||
}
|
||||
QString ViewFactory_wrapper::tr(const char *s, const char *c, int n)
|
||||
{
|
||||
// tag=1000
|
||||
|
||||
// tag=1004
|
||||
return ::KDDockWidgets::ViewFactory::tr(s, c, n);
|
||||
}
|
||||
|
||||
// tag=1005
|
||||
ViewFactory_wrapper::~ViewFactory_wrapper()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
// tag=1013
|
||||
static KDDockWidgets::ViewFactory *fromPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgets::ViewFactory *>(ptr);
|
||||
}
|
||||
// tag=1014
|
||||
static KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper *fromWrapperPtr(void *ptr)
|
||||
{
|
||||
return reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper *>(ptr);
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1049
|
||||
void c_KDDockWidgets__ViewFactory_Finalizer(void *, void *cppObj, void *)
|
||||
{
|
||||
delete reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper *>(cppObj);
|
||||
}
|
||||
void *c_KDDockWidgets__ViewFactory__constructor()
|
||||
{
|
||||
|
||||
// tag=1056
|
||||
auto ptr = new KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper();
|
||||
return reinterpret_cast<void *>(ptr);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
void *c_KDDockWidgets__ViewFactory__createClassicIndicatorWindow_ClassicIndicators(void *thisObj, void *arg__1_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::Controllers::ClassicIndicators *>(arg__1_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createClassicIndicatorWindow_nocallback(arg__1);} else { return targetPtr->createClassicIndicatorWindow(arg__1);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createClassicIndicatorWindow_nocallback(arg__1);} else { return targetPtr->createClassicIndicatorWindow(arg__1);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__ViewFactory__createDropArea_DropArea_View(void *thisObj, void *arg__1_, void *parent_)
|
||||
{
|
||||
auto arg__1 = reinterpret_cast<KDDockWidgets::Controllers::DropArea *>(arg__1_);
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createDropArea_nocallback(arg__1,parent);} else { return targetPtr->createDropArea(arg__1,parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createDropArea_nocallback(arg__1,parent);} else { return targetPtr->createDropArea(arg__1,parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// createRubberBand(KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__ViewFactory__createRubberBand_View(void *thisObj, void *parent_)
|
||||
{
|
||||
auto parent = reinterpret_cast<KDDockWidgets::View *>(parent_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createRubberBand_nocallback(parent);} else { return targetPtr->createRubberBand(parent);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->createRubberBand_nocallback(parent);} else { return targetPtr->createRubberBand(parent);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__ViewFactory__customEvent_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
// tag=1011
|
||||
|
||||
// tag=1074
|
||||
fromWrapperPtr(thisObj)->customEvent_nocallback(event);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// event(QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory__event_QEvent(void *thisObj, void *event_)
|
||||
{
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->event_nocallback(event);} else { return targetPtr->event(event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_)
|
||||
{
|
||||
auto watched = reinterpret_cast<QObject *>(watched_);
|
||||
auto event = reinterpret_cast<QEvent *>(event_);
|
||||
return
|
||||
// tag=1016
|
||||
[&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
return [&] {auto targetPtr = fromPtr(thisObj);auto wrapperPtr = dynamic_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper*>(targetPtr);if (wrapperPtr) { return wrapperPtr->eventFilter_nocallback(watched,event);} else { return targetPtr->eventFilter(watched,event);} }();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__ViewFactory__tr_char_char_int(const char *s, const char *c, int n)
|
||||
{
|
||||
return
|
||||
// tag=1068
|
||||
|
||||
// tag=1072
|
||||
new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper::tr(s, c, n) };
|
||||
return new Dartagnan::ValueWrapper<QString> { KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper::tr(s, c, n) };
|
||||
}
|
||||
void c_KDDockWidgets__ViewFactory__destructor(void *thisObj)
|
||||
{
|
||||
|
||||
// tag=1055
|
||||
delete fromPtr(thisObj);
|
||||
}
|
||||
void c_KDDockWidgets__ViewFactory__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
|
||||
{
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 681:
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <ViewFactory.h>
|
||||
#include <qstring.h>
|
||||
@@ -17,104 +15,62 @@
|
||||
#include <ClassicIndicators.h>
|
||||
#include <View.h>
|
||||
#include <DropArea.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qlist.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class ViewFactory_wrapper : public ::KDDockWidgets::ViewFactory
|
||||
{
|
||||
public:
|
||||
~ViewFactory_wrapper();
|
||||
// tag=1041
|
||||
ViewFactory_wrapper();
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *createClassicIndicatorWindow_nocallback(KDDockWidgets::Controllers::ClassicIndicators *arg__1) const;
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *createDropArea(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *createDropArea_nocallback(KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent) const;
|
||||
// tag=1041
|
||||
virtual KDDockWidgets::View *createRubberBand(KDDockWidgets::View *parent) const;
|
||||
// tag=1008
|
||||
virtual KDDockWidgets::View *createRubberBand_nocallback(KDDockWidgets::View *parent) const;
|
||||
// tag=1041
|
||||
virtual void customEvent(QEvent *event);
|
||||
// tag=1008
|
||||
virtual void customEvent_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool event(QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool event_nocallback(QEvent *event);
|
||||
// tag=1041
|
||||
virtual bool eventFilter(QObject *watched, QEvent *event);
|
||||
// tag=1008
|
||||
virtual bool eventFilter_nocallback(QObject *watched, QEvent *event);
|
||||
// tag=1041
|
||||
static QString tr(const char *s, const char *c, int n);
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::Views::ClassicIndicatorWindowViewInterface *(*Callback_createClassicIndicatorWindow)(void *, KDDockWidgets::Controllers::ClassicIndicators *arg__1);
|
||||
Callback_createClassicIndicatorWindow m_createClassicIndicatorWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_createDropArea)(void *, KDDockWidgets::Controllers::DropArea *arg__1, KDDockWidgets::View *parent);
|
||||
Callback_createDropArea m_createDropAreaCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef KDDockWidgets::View *(*Callback_createRubberBand)(void *, KDDockWidgets::View *parent);
|
||||
Callback_createRubberBand m_createRubberBandCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_customEvent)(void *, QEvent *event);
|
||||
Callback_customEvent m_customEventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_event)(void *, QEvent *event);
|
||||
Callback_event m_eventCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_eventFilter)(void *, QObject *watched, QEvent *event);
|
||||
Callback_eventFilter m_eventFilterCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::ViewFactory()
|
||||
// KDDockWidgets::ViewFactory::ViewFactory()
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory__constructor();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
// KDDockWidgets::ViewFactory::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory__createClassicIndicatorWindow_ClassicIndicators(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
// KDDockWidgets::ViewFactory::createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory__createDropArea_DropArea_View(void *thisObj, void *arg__1_, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::createRubberBand(KDDockWidgets::View * parent) const
|
||||
// KDDockWidgets::ViewFactory::createRubberBand(KDDockWidgets::View * parent) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__ViewFactory__createRubberBand_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::customEvent(QEvent * event)
|
||||
// KDDockWidgets::ViewFactory::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::event(QEvent * event)
|
||||
// KDDockWidgets::ViewFactory::event(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__ViewFactory__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::eventFilter(QObject * watched, QEvent * event)
|
||||
// KDDockWidgets::ViewFactory::eventFilter(QObject * watched, QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__ViewFactory__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::tr(const char * s, const char * c, int n)
|
||||
// KDDockWidgets::ViewFactory::tr(const char * s, const char * c, int n)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__ViewFactory__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__ViewFactory_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <View_flutter.h>
|
||||
#include <Controller.h>
|
||||
@@ -18,636 +16,351 @@
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qstring.h>
|
||||
#include <DropArea.h>
|
||||
#include <controllers/Layout.h>
|
||||
#include <DropArea.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class View_flutter_wrapper : public ::KDDockWidgets::Views::View_flutter
|
||||
{
|
||||
public:
|
||||
~View_flutter_wrapper();
|
||||
// tag=1041
|
||||
View_flutter_wrapper(KDDockWidgets::Controller *controller, KDDockWidgets::Type type, KDDockWidgets::View *arg__3, Qt::WindowFlags windowFlags = {});
|
||||
// tag=1041
|
||||
virtual void activateWindow();
|
||||
// tag=1008
|
||||
virtual void activateWindow_nocallback();
|
||||
// tag=1041
|
||||
virtual bool close();
|
||||
// tag=1008
|
||||
virtual bool close_nocallback();
|
||||
// tag=1041
|
||||
virtual void createPlatformWindow();
|
||||
// tag=1008
|
||||
virtual void createPlatformWindow_nocallback();
|
||||
// tag=1041
|
||||
virtual Qt::WindowFlags flags() const;
|
||||
// tag=1008
|
||||
virtual Qt::WindowFlags flags_nocallback() const;
|
||||
// tag=1041
|
||||
virtual void free_impl();
|
||||
// tag=1008
|
||||
virtual void free_impl_nocallback();
|
||||
// tag=1041
|
||||
virtual QRect geometry() const;
|
||||
// tag=1008
|
||||
virtual QRect geometry_nocallback() const;
|
||||
// tag=1041
|
||||
virtual void grabMouse();
|
||||
// tag=1008
|
||||
virtual void grabMouse_nocallback();
|
||||
// tag=1041
|
||||
virtual bool hasFocus() const;
|
||||
// tag=1008
|
||||
virtual bool hasFocus_nocallback() const;
|
||||
// tag=1041
|
||||
virtual void hide();
|
||||
// tag=1008
|
||||
virtual void hide_nocallback();
|
||||
// tag=1041
|
||||
virtual void init();
|
||||
// tag=1008
|
||||
virtual void init_nocallback();
|
||||
// tag=1041
|
||||
virtual bool isActiveWindow() const;
|
||||
// tag=1008
|
||||
virtual bool isActiveWindow_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isMaximized() const;
|
||||
// tag=1008
|
||||
virtual bool isMaximized_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isMinimized() const;
|
||||
// tag=1008
|
||||
virtual bool isMinimized_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isNull() const;
|
||||
// tag=1008
|
||||
virtual bool isNull_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isRootView() const;
|
||||
// tag=1008
|
||||
virtual bool isRootView_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isVisible() const;
|
||||
// tag=1008
|
||||
virtual bool isVisible_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QPoint mapFromGlobal(QPoint globalPt) const;
|
||||
// tag=1008
|
||||
virtual QPoint mapFromGlobal_nocallback(QPoint globalPt) const;
|
||||
// tag=1041
|
||||
virtual QPoint mapTo(KDDockWidgets::View *parent, QPoint pos) const;
|
||||
// tag=1008
|
||||
virtual QPoint mapTo_nocallback(KDDockWidgets::View *parent, QPoint pos) const;
|
||||
// tag=1041
|
||||
virtual QPoint mapToGlobal(QPoint localPt) const;
|
||||
// tag=1008
|
||||
virtual QPoint mapToGlobal_nocallback(QPoint localPt) const;
|
||||
// tag=1041
|
||||
virtual QSize maxSizeHint() const;
|
||||
// tag=1008
|
||||
virtual QSize maxSizeHint_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QSize maximumSize() const;
|
||||
// tag=1008
|
||||
virtual QSize maximumSize_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QSize minSize() const;
|
||||
// tag=1008
|
||||
virtual QSize minSize_nocallback() const;
|
||||
// tag=1041
|
||||
virtual int minimumHeight() const;
|
||||
// tag=1008
|
||||
virtual int minimumHeight_nocallback() const;
|
||||
// tag=1041
|
||||
virtual int minimumWidth() const;
|
||||
// tag=1008
|
||||
virtual int minimumWidth_nocallback() const;
|
||||
// tag=1041
|
||||
virtual void move(int x, int y);
|
||||
// tag=1008
|
||||
virtual void move_nocallback(int x, int y);
|
||||
// tag=1041
|
||||
virtual QRect normalGeometry() const;
|
||||
// tag=1008
|
||||
virtual QRect normalGeometry_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QString objectName() const;
|
||||
// tag=1008
|
||||
virtual QString objectName_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool onResize(QSize newSize);
|
||||
// tag=1008
|
||||
virtual bool onResize_nocallback(QSize newSize);
|
||||
// tag=1041
|
||||
virtual void raise();
|
||||
// tag=1008
|
||||
virtual void raise_nocallback();
|
||||
// tag=1041
|
||||
virtual void raiseAndActivate();
|
||||
// tag=1008
|
||||
virtual void raiseAndActivate_nocallback();
|
||||
// tag=1041
|
||||
virtual void releaseKeyboard();
|
||||
// tag=1008
|
||||
virtual void releaseKeyboard_nocallback();
|
||||
// tag=1041
|
||||
virtual void releaseMouse();
|
||||
// tag=1008
|
||||
virtual void releaseMouse_nocallback();
|
||||
// tag=1041
|
||||
virtual void setCursor(Qt::CursorShape shape);
|
||||
// tag=1008
|
||||
virtual void setCursor_nocallback(Qt::CursorShape shape);
|
||||
// tag=1041
|
||||
virtual void setFixedHeight(int h);
|
||||
// tag=1008
|
||||
virtual void setFixedHeight_nocallback(int h);
|
||||
// tag=1041
|
||||
virtual void setFixedWidth(int w);
|
||||
// tag=1008
|
||||
virtual void setFixedWidth_nocallback(int w);
|
||||
// tag=1041
|
||||
virtual void setGeometry(QRect arg__1);
|
||||
// tag=1008
|
||||
virtual void setGeometry_nocallback(QRect arg__1);
|
||||
// tag=1041
|
||||
virtual void setHeight(int h);
|
||||
// tag=1008
|
||||
virtual void setHeight_nocallback(int h);
|
||||
// tag=1041
|
||||
virtual void setMaximumSize(QSize sz);
|
||||
// tag=1008
|
||||
virtual void setMaximumSize_nocallback(QSize sz);
|
||||
// tag=1041
|
||||
virtual void setMinimumSize(QSize sz);
|
||||
// tag=1008
|
||||
virtual void setMinimumSize_nocallback(QSize sz);
|
||||
// tag=1041
|
||||
virtual void setMouseTracking(bool enable);
|
||||
// tag=1008
|
||||
virtual void setMouseTracking_nocallback(bool enable);
|
||||
// tag=1041
|
||||
void setNormalGeometry(QRect geo);
|
||||
// tag=1041
|
||||
virtual void setObjectName(const QString &name);
|
||||
// tag=1008
|
||||
virtual void setObjectName_nocallback(const QString &name);
|
||||
// tag=1041
|
||||
virtual void setParent(KDDockWidgets::View *parent);
|
||||
// tag=1008
|
||||
virtual void setParent_nocallback(KDDockWidgets::View *parent);
|
||||
// tag=1041
|
||||
virtual void setSize(int w, int h);
|
||||
// tag=1008
|
||||
virtual void setSize_nocallback(int w, int h);
|
||||
// tag=1041
|
||||
virtual void setVisible(bool visible);
|
||||
// tag=1008
|
||||
virtual void setVisible_nocallback(bool visible);
|
||||
// tag=1041
|
||||
virtual void setWidth(int w);
|
||||
// tag=1008
|
||||
virtual void setWidth_nocallback(int w);
|
||||
// tag=1041
|
||||
virtual void setWindowOpacity(double v);
|
||||
// tag=1008
|
||||
virtual void setWindowOpacity_nocallback(double v);
|
||||
// tag=1041
|
||||
virtual void setWindowTitle(const QString &title);
|
||||
// tag=1008
|
||||
virtual void setWindowTitle_nocallback(const QString &title);
|
||||
// tag=1041
|
||||
virtual void setZOrder(int arg__1);
|
||||
// tag=1008
|
||||
virtual void setZOrder_nocallback(int arg__1);
|
||||
// tag=1041
|
||||
virtual void show();
|
||||
// tag=1008
|
||||
virtual void show_nocallback();
|
||||
// tag=1041
|
||||
virtual void showMaximized();
|
||||
// tag=1008
|
||||
virtual void showMaximized_nocallback();
|
||||
// tag=1041
|
||||
virtual void showMinimized();
|
||||
// tag=1008
|
||||
virtual void showMinimized_nocallback();
|
||||
// tag=1041
|
||||
virtual void showNormal();
|
||||
// tag=1008
|
||||
virtual void showNormal_nocallback();
|
||||
// tag=1041
|
||||
virtual QSize sizeHint() const;
|
||||
// tag=1008
|
||||
virtual QSize sizeHint_nocallback() const;
|
||||
// tag=1041
|
||||
virtual void update();
|
||||
// tag=1008
|
||||
virtual void update_nocallback();
|
||||
// tag=1041
|
||||
void updateGeometry();
|
||||
// tag=1042
|
||||
typedef void (*Callback_activateWindow)(void *);
|
||||
Callback_activateWindow m_activateWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_close)(void *);
|
||||
Callback_close m_closeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_createPlatformWindow)(void *);
|
||||
Callback_createPlatformWindow m_createPlatformWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef Qt::WindowFlags (*Callback_flags)(void *);
|
||||
Callback_flags m_flagsCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_free_impl)(void *);
|
||||
Callback_free_impl m_free_implCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QRect *(*Callback_geometry)(void *);
|
||||
Callback_geometry m_geometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_grabMouse)(void *);
|
||||
Callback_grabMouse m_grabMouseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_hasFocus)(void *);
|
||||
Callback_hasFocus m_hasFocusCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_hide)(void *);
|
||||
Callback_hide m_hideCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_init)(void *);
|
||||
Callback_init m_initCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isActiveWindow)(void *);
|
||||
Callback_isActiveWindow m_isActiveWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isMaximized)(void *);
|
||||
Callback_isMaximized m_isMaximizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isMinimized)(void *);
|
||||
Callback_isMinimized m_isMinimizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isNull)(void *);
|
||||
Callback_isNull m_isNullCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isRootView)(void *);
|
||||
Callback_isRootView m_isRootViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isVisible)(void *);
|
||||
Callback_isVisible m_isVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_mapFromGlobal)(void *, QPoint globalPt);
|
||||
Callback_mapFromGlobal m_mapFromGlobalCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_mapTo)(void *, KDDockWidgets::View *parent, QPoint pos);
|
||||
Callback_mapTo m_mapToCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_mapToGlobal)(void *, QPoint localPt);
|
||||
Callback_mapToGlobal m_mapToGlobalCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_maxSizeHint)(void *);
|
||||
Callback_maxSizeHint m_maxSizeHintCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_maximumSize)(void *);
|
||||
Callback_maximumSize m_maximumSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_minSize)(void *);
|
||||
Callback_minSize m_minSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef int (*Callback_minimumHeight)(void *);
|
||||
Callback_minimumHeight m_minimumHeightCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef int (*Callback_minimumWidth)(void *);
|
||||
Callback_minimumWidth m_minimumWidthCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_move_2)(void *, int x, int y);
|
||||
Callback_move_2 m_move_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef QRect *(*Callback_normalGeometry)(void *);
|
||||
Callback_normalGeometry m_normalGeometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QString *(*Callback_objectName)(void *);
|
||||
Callback_objectName m_objectNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_onResize)(void *, QSize newSize);
|
||||
Callback_onResize m_onResizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_raise)(void *);
|
||||
Callback_raise m_raiseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_raiseAndActivate)(void *);
|
||||
Callback_raiseAndActivate m_raiseAndActivateCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_releaseKeyboard)(void *);
|
||||
Callback_releaseKeyboard m_releaseKeyboardCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_releaseMouse)(void *);
|
||||
Callback_releaseMouse m_releaseMouseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setCursor)(void *, Qt::CursorShape shape);
|
||||
Callback_setCursor m_setCursorCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setFixedHeight)(void *, int h);
|
||||
Callback_setFixedHeight m_setFixedHeightCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setFixedWidth)(void *, int w);
|
||||
Callback_setFixedWidth m_setFixedWidthCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setGeometry)(void *, QRect arg__1);
|
||||
Callback_setGeometry m_setGeometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setHeight)(void *, int h);
|
||||
Callback_setHeight m_setHeightCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMaximumSize)(void *, QSize sz);
|
||||
Callback_setMaximumSize m_setMaximumSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMinimumSize)(void *, QSize sz);
|
||||
Callback_setMinimumSize m_setMinimumSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMouseTracking)(void *, bool enable);
|
||||
Callback_setMouseTracking m_setMouseTrackingCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setObjectName)(void *, const QString &name);
|
||||
Callback_setObjectName m_setObjectNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setParent)(void *, KDDockWidgets::View *parent);
|
||||
Callback_setParent m_setParentCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setSize_2)(void *, int w, int h);
|
||||
Callback_setSize_2 m_setSize_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setVisible)(void *, bool visible);
|
||||
Callback_setVisible m_setVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setWidth)(void *, int w);
|
||||
Callback_setWidth m_setWidthCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setWindowOpacity)(void *, double v);
|
||||
Callback_setWindowOpacity m_setWindowOpacityCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setWindowTitle)(void *, const QString &title);
|
||||
Callback_setWindowTitle m_setWindowTitleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setZOrder)(void *, int arg__1);
|
||||
Callback_setZOrder m_setZOrderCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_show)(void *);
|
||||
Callback_show m_showCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_showMaximized)(void *);
|
||||
Callback_showMaximized m_showMaximizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_showMinimized)(void *);
|
||||
Callback_showMinimized m_showMinimizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_showNormal)(void *);
|
||||
Callback_showNormal m_showNormalCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_sizeHint)(void *);
|
||||
Callback_sizeHint m_sizeHintCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_update)(void *);
|
||||
Callback_update m_updateCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::View_flutter(KDDockWidgets::Controller * controller, KDDockWidgets::Type type, KDDockWidgets::View * arg__3, Qt::WindowFlags windowFlags)
|
||||
// KDDockWidgets::Views::View_flutter::View_flutter(KDDockWidgets::Controller * controller, KDDockWidgets::Type type, KDDockWidgets::View * arg__3, Qt::WindowFlags windowFlags)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__constructor_Controller_Type_View_WindowFlags(void *controller_, int type, void *arg__3_, int windowFlags);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::activateWindow()
|
||||
// KDDockWidgets::Views::View_flutter::activateWindow()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__activateWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::close()
|
||||
// KDDockWidgets::Views::View_flutter::close()
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__close(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::createPlatformWindow()
|
||||
// KDDockWidgets::Views::View_flutter::createPlatformWindow()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__createPlatformWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::flags() const
|
||||
// KDDockWidgets::Views::View_flutter::flags() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Views__View_flutter__flags(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::free_impl()
|
||||
// KDDockWidgets::Views::View_flutter::free_impl()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__free_impl(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::geometry() const
|
||||
// KDDockWidgets::Views::View_flutter::geometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__geometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::grabMouse()
|
||||
// KDDockWidgets::Views::View_flutter::grabMouse()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__grabMouse(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::hasFocus() const
|
||||
// KDDockWidgets::Views::View_flutter::hasFocus() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__hasFocus(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::hide()
|
||||
// KDDockWidgets::Views::View_flutter::hide()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__hide(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::init()
|
||||
// KDDockWidgets::Views::View_flutter::init()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__init(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::isActiveWindow() const
|
||||
// KDDockWidgets::Views::View_flutter::isActiveWindow() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__isActiveWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::isMaximized() const
|
||||
// KDDockWidgets::Views::View_flutter::isMaximized() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__isMaximized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::isMinimized() const
|
||||
// KDDockWidgets::Views::View_flutter::isMinimized() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__isMinimized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::isNull() const
|
||||
// KDDockWidgets::Views::View_flutter::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::isRootView() const
|
||||
// KDDockWidgets::Views::View_flutter::isRootView() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__isRootView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::isVisible() const
|
||||
// KDDockWidgets::Views::View_flutter::isVisible() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__isVisible(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::mapFromGlobal(QPoint globalPt) const
|
||||
// KDDockWidgets::Views::View_flutter::mapFromGlobal(QPoint globalPt) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__mapFromGlobal_QPoint(void *thisObj, void *globalPt_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::mapTo(KDDockWidgets::View * parent, QPoint pos) const
|
||||
// KDDockWidgets::Views::View_flutter::mapTo(KDDockWidgets::View * parent, QPoint pos) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__mapTo_View_QPoint(void *thisObj, void *parent_, void *pos_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::mapToGlobal(QPoint localPt) const
|
||||
// KDDockWidgets::Views::View_flutter::mapToGlobal(QPoint localPt) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__mapToGlobal_QPoint(void *thisObj, void *localPt_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::maxSizeHint() const
|
||||
// KDDockWidgets::Views::View_flutter::maxSizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__maxSizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::maximumSize() const
|
||||
// KDDockWidgets::Views::View_flutter::maximumSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__maximumSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::minSize() const
|
||||
// KDDockWidgets::Views::View_flutter::minSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__minSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::minimumHeight() const
|
||||
// KDDockWidgets::Views::View_flutter::minimumHeight() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Views__View_flutter__minimumHeight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::minimumWidth() const
|
||||
// KDDockWidgets::Views::View_flutter::minimumWidth() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Views__View_flutter__minimumWidth(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::move(int x, int y)
|
||||
// KDDockWidgets::Views::View_flutter::move(int x, int y)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__move_int_int(void *thisObj, int x, int y);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::normalGeometry() const
|
||||
// KDDockWidgets::Views::View_flutter::normalGeometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__normalGeometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::objectName() const
|
||||
// KDDockWidgets::Views::View_flutter::objectName() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__objectName(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::onResize(QSize newSize)
|
||||
// KDDockWidgets::Views::View_flutter::onResize(QSize newSize)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Views__View_flutter__onResize_QSize(void *thisObj, void *newSize_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::raise()
|
||||
// KDDockWidgets::Views::View_flutter::raise()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__raise(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::raiseAndActivate()
|
||||
// KDDockWidgets::Views::View_flutter::raiseAndActivate()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__raiseAndActivate(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::releaseKeyboard()
|
||||
// KDDockWidgets::Views::View_flutter::releaseKeyboard()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__releaseKeyboard(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::releaseMouse()
|
||||
// KDDockWidgets::Views::View_flutter::releaseMouse()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__releaseMouse(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setCursor(Qt::CursorShape shape)
|
||||
// KDDockWidgets::Views::View_flutter::setCursor(Qt::CursorShape shape)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setCursor_CursorShape(void *thisObj, int shape);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setFixedHeight(int h)
|
||||
// KDDockWidgets::Views::View_flutter::setFixedHeight(int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setFixedHeight_int(void *thisObj, int h);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setFixedWidth(int w)
|
||||
// KDDockWidgets::Views::View_flutter::setFixedWidth(int w)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setFixedWidth_int(void *thisObj, int w);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setGeometry(QRect arg__1)
|
||||
// KDDockWidgets::Views::View_flutter::setGeometry(QRect arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setGeometry_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setHeight(int h)
|
||||
// KDDockWidgets::Views::View_flutter::setHeight(int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setHeight_int(void *thisObj, int h);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setMaximumSize(QSize sz)
|
||||
// KDDockWidgets::Views::View_flutter::setMaximumSize(QSize sz)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setMaximumSize_QSize(void *thisObj, void *sz_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setMinimumSize(QSize sz)
|
||||
// KDDockWidgets::Views::View_flutter::setMinimumSize(QSize sz)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setMinimumSize_QSize(void *thisObj, void *sz_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setMouseTracking(bool enable)
|
||||
// KDDockWidgets::Views::View_flutter::setMouseTracking(bool enable)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setMouseTracking_bool(void *thisObj, bool enable);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setNormalGeometry(QRect geo)
|
||||
// KDDockWidgets::Views::View_flutter::setNormalGeometry(QRect geo)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setNormalGeometry_QRect(void *thisObj, void *geo_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setObjectName(const QString & name)
|
||||
// KDDockWidgets::Views::View_flutter::setObjectName(const QString & name)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setObjectName_QString(void *thisObj, const char *name_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setParent(KDDockWidgets::View * parent)
|
||||
// KDDockWidgets::Views::View_flutter::setParent(KDDockWidgets::View * parent)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setParent_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setSize(int w, int h)
|
||||
// KDDockWidgets::Views::View_flutter::setSize(int w, int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setSize_int_int(void *thisObj, int w, int h);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setVisible(bool visible)
|
||||
// KDDockWidgets::Views::View_flutter::setVisible(bool visible)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setVisible_bool(void *thisObj, bool visible);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setWidth(int w)
|
||||
// KDDockWidgets::Views::View_flutter::setWidth(int w)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setWidth_int(void *thisObj, int w);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setWindowOpacity(double v)
|
||||
// KDDockWidgets::Views::View_flutter::setWindowOpacity(double v)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setWindowOpacity_double(void *thisObj, double v);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setWindowTitle(const QString & title)
|
||||
// KDDockWidgets::Views::View_flutter::setWindowTitle(const QString & title)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setWindowTitle_QString(void *thisObj, const char *title_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::setZOrder(int arg__1)
|
||||
// KDDockWidgets::Views::View_flutter::setZOrder(int arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__setZOrder_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::show()
|
||||
// KDDockWidgets::Views::View_flutter::show()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__show(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::showMaximized()
|
||||
// KDDockWidgets::Views::View_flutter::showMaximized()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__showMaximized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::showMinimized()
|
||||
// KDDockWidgets::Views::View_flutter::showMinimized()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__showMinimized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::showNormal()
|
||||
// KDDockWidgets::Views::View_flutter::showNormal()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__showNormal(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::sizeHint() const
|
||||
// KDDockWidgets::Views::View_flutter::sizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Views__View_flutter__sizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::update()
|
||||
// KDDockWidgets::Views::View_flutter::update()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__update(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::View_flutter::updateGeometry()
|
||||
// KDDockWidgets::Views::View_flutter::updateGeometry()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__updateGeometry(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views__View_flutter_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <View.h>
|
||||
#include <Controller.h>
|
||||
@@ -21,806 +19,434 @@
|
||||
#include <controllers/Layout.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
class View_wrapper : public ::KDDockWidgets::View
|
||||
{
|
||||
public:
|
||||
~View_wrapper();
|
||||
// tag=1041
|
||||
View_wrapper(KDDockWidgets::Controller *controller, KDDockWidgets::Type arg__2);
|
||||
// tag=1041
|
||||
bool aboutToBeDestroyed() const;
|
||||
// tag=1041
|
||||
virtual void activateWindow();
|
||||
// tag=1008
|
||||
virtual void activateWindow_nocallback();
|
||||
// tag=1041
|
||||
KDDockWidgets::Controllers::DropArea *asDropAreaController() const;
|
||||
// tag=1041
|
||||
KDDockWidgets::Controllers::Layout *asLayout() const;
|
||||
// tag=1041
|
||||
static QSize boundedMaxSize(QSize min, QSize max);
|
||||
// tag=1041
|
||||
virtual bool close();
|
||||
// tag=1008
|
||||
virtual bool close_nocallback();
|
||||
// tag=1041
|
||||
void closeRootView();
|
||||
// tag=1041
|
||||
KDDockWidgets::Controller *controller() const;
|
||||
// tag=1041
|
||||
virtual void createPlatformWindow();
|
||||
// tag=1008
|
||||
virtual void createPlatformWindow_nocallback();
|
||||
// tag=1041
|
||||
static bool equals(const KDDockWidgets::View *one, const KDDockWidgets::View *two);
|
||||
// tag=1041
|
||||
bool equals(const KDDockWidgets::View *other) const;
|
||||
// tag=1041
|
||||
KDDockWidgets::Controller *firstParentOfType(KDDockWidgets::Type arg__1) const;
|
||||
// tag=1041
|
||||
static KDDockWidgets::Controller *firstParentOfType(KDDockWidgets::View *view, KDDockWidgets::Type arg__2);
|
||||
// tag=1041
|
||||
virtual Qt::WindowFlags flags() const;
|
||||
// tag=1008
|
||||
virtual Qt::WindowFlags flags_nocallback() const;
|
||||
// tag=1041
|
||||
void free();
|
||||
// tag=1041
|
||||
virtual void free_impl();
|
||||
// tag=1008
|
||||
virtual void free_impl_nocallback();
|
||||
// tag=1041
|
||||
bool freed() const;
|
||||
// tag=1041
|
||||
virtual QRect geometry() const;
|
||||
// tag=1008
|
||||
virtual QRect geometry_nocallback() const;
|
||||
// tag=1041
|
||||
QRect globalGeometry() const;
|
||||
// tag=1041
|
||||
virtual void grabMouse();
|
||||
// tag=1008
|
||||
virtual void grabMouse_nocallback();
|
||||
// tag=1041
|
||||
static QSize hardcodedMinimumSize();
|
||||
// tag=1041
|
||||
virtual bool hasFocus() const;
|
||||
// tag=1008
|
||||
virtual bool hasFocus_nocallback() const;
|
||||
// tag=1041
|
||||
int height() const;
|
||||
// tag=1041
|
||||
virtual void hide();
|
||||
// tag=1008
|
||||
virtual void hide_nocallback();
|
||||
// tag=1041
|
||||
QString id() const;
|
||||
// tag=1041
|
||||
bool inDtor() const;
|
||||
// tag=1041
|
||||
virtual void init();
|
||||
// tag=1008
|
||||
virtual void init_nocallback();
|
||||
// tag=1041
|
||||
virtual bool isActiveWindow() const;
|
||||
// tag=1008
|
||||
virtual bool isActiveWindow_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isMaximized() const;
|
||||
// tag=1008
|
||||
virtual bool isMaximized_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isMinimized() const;
|
||||
// tag=1008
|
||||
virtual bool isMinimized_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isNull() const;
|
||||
// tag=1008
|
||||
virtual bool isNull_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isRootView() const;
|
||||
// tag=1008
|
||||
virtual bool isRootView_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool isVisible() const;
|
||||
// tag=1008
|
||||
virtual bool isVisible_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QPoint mapFromGlobal(QPoint arg__1) const;
|
||||
// tag=1008
|
||||
virtual QPoint mapFromGlobal_nocallback(QPoint arg__1) const;
|
||||
// tag=1041
|
||||
virtual QPoint mapTo(KDDockWidgets::View *arg__1, QPoint arg__2) const;
|
||||
// tag=1008
|
||||
virtual QPoint mapTo_nocallback(KDDockWidgets::View *arg__1, QPoint arg__2) const;
|
||||
// tag=1041
|
||||
virtual QPoint mapToGlobal(QPoint arg__1) const;
|
||||
// tag=1008
|
||||
virtual QPoint mapToGlobal_nocallback(QPoint arg__1) const;
|
||||
// tag=1041
|
||||
virtual QSize maxSizeHint() const;
|
||||
// tag=1008
|
||||
virtual QSize maxSizeHint_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QSize maximumSize() const;
|
||||
// tag=1008
|
||||
virtual QSize maximumSize_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QSize minSize() const;
|
||||
// tag=1008
|
||||
virtual QSize minSize_nocallback() const;
|
||||
// tag=1041
|
||||
virtual int minimumHeight() const;
|
||||
// tag=1008
|
||||
virtual int minimumHeight_nocallback() const;
|
||||
// tag=1041
|
||||
virtual int minimumWidth() const;
|
||||
// tag=1008
|
||||
virtual int minimumWidth_nocallback() const;
|
||||
// tag=1041
|
||||
void move(QPoint arg__1);
|
||||
// tag=1041
|
||||
virtual void move(int x, int y);
|
||||
// tag=1008
|
||||
virtual void move_nocallback(int x, int y);
|
||||
// tag=1041
|
||||
virtual QRect normalGeometry() const;
|
||||
// tag=1008
|
||||
virtual QRect normalGeometry_nocallback() const;
|
||||
// tag=1041
|
||||
virtual QString objectName() const;
|
||||
// tag=1008
|
||||
virtual QString objectName_nocallback() const;
|
||||
// tag=1041
|
||||
virtual bool onResize(QSize newSize);
|
||||
// tag=1008
|
||||
virtual bool onResize_nocallback(QSize newSize);
|
||||
// tag=1041
|
||||
QSize parentSize() const;
|
||||
// tag=1041
|
||||
QPoint pos() const;
|
||||
// tag=1041
|
||||
virtual void raise();
|
||||
// tag=1008
|
||||
virtual void raise_nocallback();
|
||||
// tag=1041
|
||||
virtual void raiseAndActivate();
|
||||
// tag=1008
|
||||
virtual void raiseAndActivate_nocallback();
|
||||
// tag=1041
|
||||
QRect rect() const;
|
||||
// tag=1041
|
||||
virtual void releaseKeyboard();
|
||||
// tag=1008
|
||||
virtual void releaseKeyboard_nocallback();
|
||||
// tag=1041
|
||||
virtual void releaseMouse();
|
||||
// tag=1008
|
||||
virtual void releaseMouse_nocallback();
|
||||
// tag=1041
|
||||
void resize(QSize arg__1);
|
||||
// tag=1041
|
||||
void resize(int w, int h);
|
||||
// tag=1041
|
||||
void setAboutToBeDestroyed();
|
||||
// tag=1041
|
||||
virtual void setCursor(Qt::CursorShape arg__1);
|
||||
// tag=1008
|
||||
virtual void setCursor_nocallback(Qt::CursorShape arg__1);
|
||||
// tag=1041
|
||||
virtual void setFixedHeight(int arg__1);
|
||||
// tag=1008
|
||||
virtual void setFixedHeight_nocallback(int arg__1);
|
||||
// tag=1041
|
||||
virtual void setFixedWidth(int arg__1);
|
||||
// tag=1008
|
||||
virtual void setFixedWidth_nocallback(int arg__1);
|
||||
// tag=1041
|
||||
virtual void setGeometry(QRect arg__1);
|
||||
// tag=1008
|
||||
virtual void setGeometry_nocallback(QRect arg__1);
|
||||
// tag=1041
|
||||
virtual void setHeight(int height);
|
||||
// tag=1008
|
||||
virtual void setHeight_nocallback(int height);
|
||||
// tag=1041
|
||||
virtual void setMaximumSize(QSize sz);
|
||||
// tag=1008
|
||||
virtual void setMaximumSize_nocallback(QSize sz);
|
||||
// tag=1041
|
||||
virtual void setMinimumSize(QSize arg__1);
|
||||
// tag=1008
|
||||
virtual void setMinimumSize_nocallback(QSize arg__1);
|
||||
// tag=1041
|
||||
virtual void setMouseTracking(bool arg__1);
|
||||
// tag=1008
|
||||
virtual void setMouseTracking_nocallback(bool arg__1);
|
||||
// tag=1041
|
||||
virtual void setObjectName(const QString &arg__1);
|
||||
// tag=1008
|
||||
virtual void setObjectName_nocallback(const QString &arg__1);
|
||||
// tag=1041
|
||||
virtual void setParent(KDDockWidgets::View *arg__1);
|
||||
// tag=1008
|
||||
virtual void setParent_nocallback(KDDockWidgets::View *arg__1);
|
||||
// tag=1041
|
||||
void setSize(QSize arg__1);
|
||||
// tag=1041
|
||||
virtual void setSize(int width, int height);
|
||||
// tag=1008
|
||||
virtual void setSize_nocallback(int width, int height);
|
||||
// tag=1041
|
||||
virtual void setVisible(bool arg__1);
|
||||
// tag=1008
|
||||
virtual void setVisible_nocallback(bool arg__1);
|
||||
// tag=1041
|
||||
virtual void setWidth(int width);
|
||||
// tag=1008
|
||||
virtual void setWidth_nocallback(int width);
|
||||
// tag=1041
|
||||
virtual void setWindowOpacity(double arg__1);
|
||||
// tag=1008
|
||||
virtual void setWindowOpacity_nocallback(double arg__1);
|
||||
// tag=1041
|
||||
virtual void setWindowTitle(const QString &title);
|
||||
// tag=1008
|
||||
virtual void setWindowTitle_nocallback(const QString &title);
|
||||
// tag=1041
|
||||
virtual void setZOrder(int arg__1);
|
||||
// tag=1008
|
||||
virtual void setZOrder_nocallback(int arg__1);
|
||||
// tag=1041
|
||||
virtual void show();
|
||||
// tag=1008
|
||||
virtual void show_nocallback();
|
||||
// tag=1041
|
||||
virtual void showMaximized();
|
||||
// tag=1008
|
||||
virtual void showMaximized_nocallback();
|
||||
// tag=1041
|
||||
virtual void showMinimized();
|
||||
// tag=1008
|
||||
virtual void showMinimized_nocallback();
|
||||
// tag=1041
|
||||
virtual void showNormal();
|
||||
// tag=1008
|
||||
virtual void showNormal_nocallback();
|
||||
// tag=1041
|
||||
QSize size() const;
|
||||
// tag=1041
|
||||
virtual QSize sizeHint() const;
|
||||
// tag=1008
|
||||
virtual QSize sizeHint_nocallback() const;
|
||||
// tag=1041
|
||||
KDDockWidgets::Type type() const;
|
||||
// tag=1041
|
||||
virtual void update();
|
||||
// tag=1008
|
||||
virtual void update_nocallback();
|
||||
// tag=1041
|
||||
int width() const;
|
||||
// tag=1041
|
||||
QRect windowGeometry() const;
|
||||
// tag=1041
|
||||
int x() const;
|
||||
// tag=1041
|
||||
int y() const;
|
||||
// tag=1042
|
||||
typedef void (*Callback_activateWindow)(void *);
|
||||
Callback_activateWindow m_activateWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_close)(void *);
|
||||
Callback_close m_closeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_createPlatformWindow)(void *);
|
||||
Callback_createPlatformWindow m_createPlatformWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef Qt::WindowFlags (*Callback_flags)(void *);
|
||||
Callback_flags m_flagsCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_free_impl)(void *);
|
||||
Callback_free_impl m_free_implCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QRect *(*Callback_geometry)(void *);
|
||||
Callback_geometry m_geometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_grabMouse)(void *);
|
||||
Callback_grabMouse m_grabMouseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_hasFocus)(void *);
|
||||
Callback_hasFocus m_hasFocusCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_hide)(void *);
|
||||
Callback_hide m_hideCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_init)(void *);
|
||||
Callback_init m_initCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isActiveWindow)(void *);
|
||||
Callback_isActiveWindow m_isActiveWindowCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isMaximized)(void *);
|
||||
Callback_isMaximized m_isMaximizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isMinimized)(void *);
|
||||
Callback_isMinimized m_isMinimizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isNull)(void *);
|
||||
Callback_isNull m_isNullCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isRootView)(void *);
|
||||
Callback_isRootView m_isRootViewCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_isVisible)(void *);
|
||||
Callback_isVisible m_isVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_mapFromGlobal)(void *, QPoint arg__1);
|
||||
Callback_mapFromGlobal m_mapFromGlobalCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_mapTo)(void *, KDDockWidgets::View *arg__1, QPoint arg__2);
|
||||
Callback_mapTo m_mapToCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QPoint *(*Callback_mapToGlobal)(void *, QPoint arg__1);
|
||||
Callback_mapToGlobal m_mapToGlobalCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_maxSizeHint)(void *);
|
||||
Callback_maxSizeHint m_maxSizeHintCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_maximumSize)(void *);
|
||||
Callback_maximumSize m_maximumSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_minSize)(void *);
|
||||
Callback_minSize m_minSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef int (*Callback_minimumHeight)(void *);
|
||||
Callback_minimumHeight m_minimumHeightCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef int (*Callback_minimumWidth)(void *);
|
||||
Callback_minimumWidth m_minimumWidthCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_move_2)(void *, int x, int y);
|
||||
Callback_move_2 m_move_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef QRect *(*Callback_normalGeometry)(void *);
|
||||
Callback_normalGeometry m_normalGeometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QString *(*Callback_objectName)(void *);
|
||||
Callback_objectName m_objectNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef bool (*Callback_onResize)(void *, QSize newSize);
|
||||
Callback_onResize m_onResizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_raise)(void *);
|
||||
Callback_raise m_raiseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_raiseAndActivate)(void *);
|
||||
Callback_raiseAndActivate m_raiseAndActivateCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_releaseKeyboard)(void *);
|
||||
Callback_releaseKeyboard m_releaseKeyboardCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_releaseMouse)(void *);
|
||||
Callback_releaseMouse m_releaseMouseCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setCursor)(void *, Qt::CursorShape arg__1);
|
||||
Callback_setCursor m_setCursorCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setFixedHeight)(void *, int arg__1);
|
||||
Callback_setFixedHeight m_setFixedHeightCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setFixedWidth)(void *, int arg__1);
|
||||
Callback_setFixedWidth m_setFixedWidthCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setGeometry)(void *, QRect arg__1);
|
||||
Callback_setGeometry m_setGeometryCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setHeight)(void *, int height);
|
||||
Callback_setHeight m_setHeightCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMaximumSize)(void *, QSize sz);
|
||||
Callback_setMaximumSize m_setMaximumSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMinimumSize)(void *, QSize arg__1);
|
||||
Callback_setMinimumSize m_setMinimumSizeCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setMouseTracking)(void *, bool arg__1);
|
||||
Callback_setMouseTracking m_setMouseTrackingCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setObjectName)(void *, const QString &arg__1);
|
||||
Callback_setObjectName m_setObjectNameCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setParent)(void *, KDDockWidgets::View *arg__1);
|
||||
Callback_setParent m_setParentCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setSize_2)(void *, int width, int height);
|
||||
Callback_setSize_2 m_setSize_2Callback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setVisible)(void *, bool arg__1);
|
||||
Callback_setVisible m_setVisibleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setWidth)(void *, int width);
|
||||
Callback_setWidth m_setWidthCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setWindowOpacity)(void *, double arg__1);
|
||||
Callback_setWindowOpacity m_setWindowOpacityCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setWindowTitle)(void *, const QString &title);
|
||||
Callback_setWindowTitle m_setWindowTitleCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_setZOrder)(void *, int arg__1);
|
||||
Callback_setZOrder m_setZOrderCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_show)(void *);
|
||||
Callback_show m_showCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_showMaximized)(void *);
|
||||
Callback_showMaximized m_showMaximizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_showMinimized)(void *);
|
||||
Callback_showMinimized m_showMinimizedCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_showNormal)(void *);
|
||||
Callback_showNormal m_showNormalCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef QSize *(*Callback_sizeHint)(void *);
|
||||
Callback_sizeHint m_sizeHintCallback = nullptr;
|
||||
// tag=1042
|
||||
typedef void (*Callback_update)(void *);
|
||||
Callback_update m_updateCallback = nullptr;
|
||||
};
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::View(KDDockWidgets::Controller * controller, KDDockWidgets::Type arg__2)
|
||||
// KDDockWidgets::View::View(KDDockWidgets::Controller * controller, KDDockWidgets::Type arg__2)
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__constructor_Controller_Type(void *controller_, int arg__2);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::aboutToBeDestroyed() const
|
||||
// KDDockWidgets::View::aboutToBeDestroyed() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__aboutToBeDestroyed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::activateWindow()
|
||||
// KDDockWidgets::View::activateWindow()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__activateWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::asDropAreaController() const
|
||||
// KDDockWidgets::View::asDropAreaController() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__asDropAreaController(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::asLayout() const
|
||||
// KDDockWidgets::View::asLayout() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__asLayout(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::boundedMaxSize(QSize min, QSize max)
|
||||
// KDDockWidgets::View::boundedMaxSize(QSize min, QSize max)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__View__boundedMaxSize_QSize_QSize(void *min_, void *max_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::close()
|
||||
// KDDockWidgets::View::close()
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__close(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::closeRootView()
|
||||
// KDDockWidgets::View::closeRootView()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__closeRootView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::controller() const
|
||||
// KDDockWidgets::View::controller() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__controller(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::createPlatformWindow()
|
||||
// KDDockWidgets::View::createPlatformWindow()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__createPlatformWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::equals(const KDDockWidgets::View * one, const KDDockWidgets::View * two)
|
||||
// KDDockWidgets::View::equals(const KDDockWidgets::View * one, const KDDockWidgets::View * two)
|
||||
KDDockWidgetsBindings_EXPORT bool c_static_KDDockWidgets__View__equals_View_View(void *one_, void *two_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::equals(const KDDockWidgets::View * other) const
|
||||
// KDDockWidgets::View::equals(const KDDockWidgets::View * other) const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__equals_View(void *thisObj, void *other_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::firstParentOfType(KDDockWidgets::Type arg__1) const
|
||||
// KDDockWidgets::View::firstParentOfType(KDDockWidgets::Type arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__firstParentOfType_Type(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::firstParentOfType(KDDockWidgets::View * view, KDDockWidgets::Type arg__2)
|
||||
// KDDockWidgets::View::firstParentOfType(KDDockWidgets::View * view, KDDockWidgets::Type arg__2)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__View__firstParentOfType_View_Type(void *view_, int arg__2);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::flags() const
|
||||
// KDDockWidgets::View::flags() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__flags(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::free()
|
||||
// KDDockWidgets::View::free()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__free(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::free_impl()
|
||||
// KDDockWidgets::View::free_impl()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__free_impl(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::freed() const
|
||||
// KDDockWidgets::View::freed() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__freed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::geometry() const
|
||||
// KDDockWidgets::View::geometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__geometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::globalGeometry() const
|
||||
// KDDockWidgets::View::globalGeometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__globalGeometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::grabMouse()
|
||||
// KDDockWidgets::View::grabMouse()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__grabMouse(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::hardcodedMinimumSize()
|
||||
// KDDockWidgets::View::hardcodedMinimumSize()
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__View__hardcodedMinimumSize();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::hasFocus() const
|
||||
// KDDockWidgets::View::hasFocus() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__hasFocus(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::height() const
|
||||
// KDDockWidgets::View::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::hide()
|
||||
// KDDockWidgets::View::hide()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__hide(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::id() const
|
||||
// KDDockWidgets::View::id() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__id(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::inDtor() const
|
||||
// KDDockWidgets::View::inDtor() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__inDtor(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::init()
|
||||
// KDDockWidgets::View::init()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__init(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::isActiveWindow() const
|
||||
// KDDockWidgets::View::isActiveWindow() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__isActiveWindow(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::isMaximized() const
|
||||
// KDDockWidgets::View::isMaximized() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__isMaximized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::isMinimized() const
|
||||
// KDDockWidgets::View::isMinimized() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__isMinimized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::isNull() const
|
||||
// KDDockWidgets::View::isNull() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__isNull(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::isRootView() const
|
||||
// KDDockWidgets::View::isRootView() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__isRootView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::isVisible() const
|
||||
// KDDockWidgets::View::isVisible() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__isVisible(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::mapFromGlobal(QPoint arg__1) const
|
||||
// KDDockWidgets::View::mapFromGlobal(QPoint arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__mapFromGlobal_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::mapTo(KDDockWidgets::View * arg__1, QPoint arg__2) const
|
||||
// KDDockWidgets::View::mapTo(KDDockWidgets::View * arg__1, QPoint arg__2) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__mapTo_View_QPoint(void *thisObj, void *arg__1_, void *arg__2_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::mapToGlobal(QPoint arg__1) const
|
||||
// KDDockWidgets::View::mapToGlobal(QPoint arg__1) const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__mapToGlobal_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::maxSizeHint() const
|
||||
// KDDockWidgets::View::maxSizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__maxSizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::maximumSize() const
|
||||
// KDDockWidgets::View::maximumSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__maximumSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::minSize() const
|
||||
// KDDockWidgets::View::minSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__minSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::minimumHeight() const
|
||||
// KDDockWidgets::View::minimumHeight() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__minimumHeight(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::minimumWidth() const
|
||||
// KDDockWidgets::View::minimumWidth() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__minimumWidth(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::move(QPoint arg__1)
|
||||
// KDDockWidgets::View::move(QPoint arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__move_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::move(int x, int y)
|
||||
// KDDockWidgets::View::move(int x, int y)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__move_int_int(void *thisObj, int x, int y);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::normalGeometry() const
|
||||
// KDDockWidgets::View::normalGeometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__normalGeometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::objectName() const
|
||||
// KDDockWidgets::View::objectName() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__objectName(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::onResize(QSize newSize)
|
||||
// KDDockWidgets::View::onResize(QSize newSize)
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__View__onResize_QSize(void *thisObj, void *newSize_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::parentSize() const
|
||||
// KDDockWidgets::View::parentSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__parentSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::pos() const
|
||||
// KDDockWidgets::View::pos() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__pos(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::raise()
|
||||
// KDDockWidgets::View::raise()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__raise(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::raiseAndActivate()
|
||||
// KDDockWidgets::View::raiseAndActivate()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__raiseAndActivate(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::rect() const
|
||||
// KDDockWidgets::View::rect() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__rect(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::releaseKeyboard()
|
||||
// KDDockWidgets::View::releaseKeyboard()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__releaseKeyboard(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::releaseMouse()
|
||||
// KDDockWidgets::View::releaseMouse()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__releaseMouse(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::resize(QSize arg__1)
|
||||
// KDDockWidgets::View::resize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__resize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::resize(int w, int h)
|
||||
// KDDockWidgets::View::resize(int w, int h)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__resize_int_int(void *thisObj, int w, int h);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setAboutToBeDestroyed()
|
||||
// KDDockWidgets::View::setAboutToBeDestroyed()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setAboutToBeDestroyed(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setCursor(Qt::CursorShape arg__1)
|
||||
// KDDockWidgets::View::setCursor(Qt::CursorShape arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setCursor_CursorShape(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setFixedHeight(int arg__1)
|
||||
// KDDockWidgets::View::setFixedHeight(int arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setFixedHeight_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setFixedWidth(int arg__1)
|
||||
// KDDockWidgets::View::setFixedWidth(int arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setFixedWidth_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setGeometry(QRect arg__1)
|
||||
// KDDockWidgets::View::setGeometry(QRect arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setGeometry_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setHeight(int height)
|
||||
// KDDockWidgets::View::setHeight(int height)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setHeight_int(void *thisObj, int height);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setMaximumSize(QSize sz)
|
||||
// KDDockWidgets::View::setMaximumSize(QSize sz)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setMaximumSize_QSize(void *thisObj, void *sz_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setMinimumSize(QSize arg__1)
|
||||
// KDDockWidgets::View::setMinimumSize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setMinimumSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setMouseTracking(bool arg__1)
|
||||
// KDDockWidgets::View::setMouseTracking(bool arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setMouseTracking_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setObjectName(const QString & arg__1)
|
||||
// KDDockWidgets::View::setObjectName(const QString & arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setObjectName_QString(void *thisObj, const char *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setParent(KDDockWidgets::View * arg__1)
|
||||
// KDDockWidgets::View::setParent(KDDockWidgets::View * arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setParent_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setSize(QSize arg__1)
|
||||
// KDDockWidgets::View::setSize(QSize arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setSize(int width, int height)
|
||||
// KDDockWidgets::View::setSize(int width, int height)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setSize_int_int(void *thisObj, int width, int height);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setVisible(bool arg__1)
|
||||
// KDDockWidgets::View::setVisible(bool arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setVisible_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setWidth(int width)
|
||||
// KDDockWidgets::View::setWidth(int width)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setWidth_int(void *thisObj, int width);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setWindowOpacity(double arg__1)
|
||||
// KDDockWidgets::View::setWindowOpacity(double arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setWindowOpacity_double(void *thisObj, double arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setWindowTitle(const QString & title)
|
||||
// KDDockWidgets::View::setWindowTitle(const QString & title)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setWindowTitle_QString(void *thisObj, const char *title_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::setZOrder(int arg__1)
|
||||
// KDDockWidgets::View::setZOrder(int arg__1)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__setZOrder_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::show()
|
||||
// KDDockWidgets::View::show()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__show(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::showMaximized()
|
||||
// KDDockWidgets::View::showMaximized()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__showMaximized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::showMinimized()
|
||||
// KDDockWidgets::View::showMinimized()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__showMinimized(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::showNormal()
|
||||
// KDDockWidgets::View::showNormal()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__showNormal(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::size() const
|
||||
// KDDockWidgets::View::size() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::sizeHint() const
|
||||
// KDDockWidgets::View::sizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__sizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::type() const
|
||||
// KDDockWidgets::View::type() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__type(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::update()
|
||||
// KDDockWidgets::View::update()
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__update(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::width() const
|
||||
// KDDockWidgets::View::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::windowGeometry() const
|
||||
// KDDockWidgets::View::windowGeometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__View__windowGeometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::x() const
|
||||
// KDDockWidgets::View::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::View::y() const
|
||||
// KDDockWidgets::View::y() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__View__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__View_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
@@ -27,24 +27,16 @@ struct ValueWrapper
|
||||
|
||||
}
|
||||
extern "C" {
|
||||
|
||||
// tag=1050
|
||||
// asView_flutter(KDDockWidgets::Controller * controller)
|
||||
void *c_static_KDDockWidgets__Views__asView_flutter_Controller(void *controller_)
|
||||
{
|
||||
auto controller = reinterpret_cast<KDDockWidgets::Controller *>(controller_);
|
||||
return
|
||||
// tag=1068
|
||||
Views::asView_flutter(controller);
|
||||
return Views::asView_flutter(controller);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// asView_flutter(KDDockWidgets::View * view)
|
||||
void *c_static_KDDockWidgets__Views__asView_flutter_View(void *view_)
|
||||
{
|
||||
auto view = reinterpret_cast<KDDockWidgets::View *>(view_);
|
||||
return
|
||||
// tag=1068
|
||||
Views::asView_flutter(view);
|
||||
return Views::asView_flutter(view);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <KDDockWidgets.h>
|
||||
#include <View_flutter.h>
|
||||
@@ -17,15 +15,9 @@
|
||||
#include <Controller.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::asView_flutter(KDDockWidgets::Controller * controller)
|
||||
// KDDockWidgets::Views::asView_flutter(KDDockWidgets::Controller * controller)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__Views__asView_flutter_Controller(void *controller_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Views::asView_flutter(KDDockWidgets::View * view)
|
||||
// KDDockWidgets::Views::asView_flutter(KDDockWidgets::View * view)
|
||||
KDDockWidgetsBindings_EXPORT void *c_static_KDDockWidgets__Views__asView_flutter_View(void *view_);
|
||||
|
||||
// tag=1047
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Views_Finalizer(void *, void *cppObj, void *);
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer = _dylib.lookup<
|
||||
ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface_Finalizer');
|
||||
|
||||
class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr =
|
||||
Map<int, ClassicIndicatorWindowViewInterface>();
|
||||
var _thisCpp = null;
|
||||
@@ -37,11 +33,9 @@ class ClassicIndicatorWindowViewInterface {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory ClassicIndicatorWindowViewInterface.fromCache(var cppPointer,
|
||||
[needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
@@ -51,15 +45,10 @@ class ClassicIndicatorWindowViewInterface {
|
||||
}
|
||||
ClassicIndicatorWindowViewInterface.fromCppPointer(var cppPointer,
|
||||
[this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
ClassicIndicatorWindowViewInterface.init() {}
|
||||
//tag=1023
|
||||
//ClassicIndicatorWindowViewInterface()
|
||||
ClassicIndicatorWindowViewInterface.init() {} //ClassicIndicatorWindowViewInterface()
|
||||
ClassicIndicatorWindowViewInterface() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__constructor')
|
||||
@@ -68,22 +57,15 @@ class ClassicIndicatorWindowViewInterface {
|
||||
ClassicIndicatorWindowViewInterface
|
||||
.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// hover(QPoint arg__1)
|
||||
} // hover(QPoint arg__1)
|
||||
int hover(QPoint arg__1) {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(669))
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static int hover_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void> arg__1) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
@@ -93,25 +75,18 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::hover(QPoint arg__1)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.hover(QPoint.fromCppPointer(arg__1));
|
||||
return result;
|
||||
}
|
||||
//tag=1024
|
||||
} // isWindow() const
|
||||
|
||||
//tag=1027
|
||||
// isWindow() const
|
||||
bool isWindow() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(670))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static int isWindow_calledFromC(ffi.Pointer<void> thisCpp) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -120,26 +95,19 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::isWindow() const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.isWindow();
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
|
||||
//tag=1027
|
||||
// posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
QPoint posForIndicator(int arg__1) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(671))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp, arg__1);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> posForIndicator_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, int arg__1) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
@@ -149,25 +117,18 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::posForIndicator(KDDockWidgets::DropLocation arg__1) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.posForIndicator(arg__1);
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
} // raise()
|
||||
|
||||
//tag=1027
|
||||
// raise()
|
||||
raise() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(672))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void raise_calledFromC(ffi.Pointer<void> thisCpp) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -176,24 +137,17 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::raise()! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.raise();
|
||||
}
|
||||
//tag=1024
|
||||
} // resize(QSize arg__1)
|
||||
|
||||
//tag=1027
|
||||
// resize(QSize arg__1)
|
||||
resize(QSize arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(673))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void resize_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void> arg__1) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
@@ -203,24 +157,17 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::resize(QSize arg__1)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.resize(QSize.fromCppPointer(arg__1));
|
||||
}
|
||||
//tag=1024
|
||||
} // setGeometry(QRect arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setGeometry(QRect arg__1)
|
||||
setGeometry(QRect arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(674))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void setGeometry_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void> arg__1) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
@@ -230,24 +177,17 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::setGeometry(QRect arg__1)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.setGeometry(QRect.fromCppPointer(arg__1));
|
||||
}
|
||||
//tag=1024
|
||||
} // setObjectName(const QString & arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setObjectName(const QString & arg__1)
|
||||
setObjectName(String? arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(675))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1?.toNativeUtf8() ?? ffi.nullptr);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void setObjectName_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? arg__1) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
@@ -257,24 +197,17 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::setObjectName(const QString & arg__1)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.setObjectName(QString.fromCppPointer(arg__1).toDartString());
|
||||
}
|
||||
//tag=1024
|
||||
} // setVisible(bool arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setVisible(bool arg__1)
|
||||
setVisible(bool arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
cFunctionSymbolName(676))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 ? 1 : 0);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void setVisible_calledFromC(ffi.Pointer<void> thisCpp, int arg__1) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -283,24 +216,17 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::setVisible(bool arg__1)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.setVisible(arg__1 != 0);
|
||||
}
|
||||
//tag=1024
|
||||
} // updatePositions()
|
||||
|
||||
//tag=1027
|
||||
// updatePositions()
|
||||
updatePositions() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(677))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void updatePositions_calledFromC(ffi.Pointer<void> thisCpp) {
|
||||
var dartInstance = ClassicIndicatorWindowViewInterface
|
||||
.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -309,11 +235,9 @@ class ClassicIndicatorWindowViewInterface {
|
||||
"Dart instance not found for ClassicIndicatorWindowViewInterface::updatePositions()! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.updatePositions();
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -322,7 +246,6 @@ class ClassicIndicatorWindowViewInterface {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 669:
|
||||
@@ -371,7 +294,6 @@ class ClassicIndicatorWindowViewInterface {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
@@ -379,48 +301,39 @@ class ClassicIndicatorWindowViewInterface {
|
||||
'c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
const callbackExcept669 = 0;
|
||||
//tag=1021
|
||||
final callback669 =
|
||||
ffi.Pointer.fromFunction<int_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.hover_calledFromC,
|
||||
callbackExcept669);
|
||||
registerCallback(thisCpp, callback669, 669);
|
||||
const callbackExcept670 = 0;
|
||||
//tag=1021
|
||||
final callback670 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.isWindow_calledFromC,
|
||||
callbackExcept670);
|
||||
registerCallback(thisCpp, callback670, 670);
|
||||
//tag=1021
|
||||
final callback671 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_ffi_Int32_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.posForIndicator_calledFromC);
|
||||
registerCallback(thisCpp, callback671, 671);
|
||||
//tag=1021
|
||||
final callback672 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.raise_calledFromC);
|
||||
registerCallback(thisCpp, callback672, 672);
|
||||
//tag=1021
|
||||
final callback673 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.resize_calledFromC);
|
||||
registerCallback(thisCpp, callback673, 673);
|
||||
//tag=1021
|
||||
final callback674 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.setGeometry_calledFromC);
|
||||
registerCallback(thisCpp, callback674, 674);
|
||||
//tag=1021
|
||||
final callback675 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.setObjectName_calledFromC);
|
||||
registerCallback(thisCpp, callback675, 675);
|
||||
//tag=1021
|
||||
final callback676 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int8_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.setVisible_calledFromC);
|
||||
registerCallback(thisCpp, callback676, 676);
|
||||
//tag=1021
|
||||
final callback677 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.updatePositions_calledFromC);
|
||||
registerCallback(thisCpp, callback677, 677);
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators_Finalizer');
|
||||
|
||||
class ClassicIndicators {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, ClassicIndicators>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = false;
|
||||
@@ -36,11 +32,9 @@ class ClassicIndicators {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory ClassicIndicators.fromCache(var cppPointer,
|
||||
[needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
@@ -49,15 +43,10 @@ class ClassicIndicators {
|
||||
}
|
||||
ClassicIndicators.fromCppPointer(var cppPointer,
|
||||
[this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
ClassicIndicators.init() {}
|
||||
//tag=1023
|
||||
//ClassicIndicators(KDDockWidgets::Controllers::DropArea * dropArea)
|
||||
ClassicIndicators.init() {} //ClassicIndicators(KDDockWidgets::Controllers::DropArea * dropArea)
|
||||
ClassicIndicators(DropArea? dropArea) {
|
||||
//tag=1075
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__constructor_DropArea')
|
||||
@@ -65,37 +54,25 @@ class ClassicIndicators {
|
||||
thisCpp = func(dropArea == null ? ffi.nullptr : dropArea.thisCpp);
|
||||
ClassicIndicators.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// geometryForRubberband(QRect localRect) const
|
||||
} // geometryForRubberband(QRect localRect) const
|
||||
QRect geometryForRubberband(QRect localRect) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__geometryForRubberband_QRect')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, localRect == null ? ffi.nullptr : localRect.thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // hover_impl(QPoint globalPos)
|
||||
|
||||
//tag=1027
|
||||
// hover_impl(QPoint globalPos)
|
||||
int hover_impl(QPoint globalPos) {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(753))
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, globalPos == null ? ffi.nullptr : globalPos.thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static int hover_impl_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void> globalPos) {
|
||||
var dartInstance =
|
||||
@@ -105,52 +82,35 @@ class ClassicIndicators {
|
||||
"Dart instance not found for ClassicIndicators::hover_impl(QPoint globalPos)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.hover_impl(QPoint.fromCppPointer(globalPos));
|
||||
return result;
|
||||
}
|
||||
//tag=1024
|
||||
} // indicatorsVisibleChanged()
|
||||
|
||||
//tag=1027
|
||||
// indicatorsVisibleChanged()
|
||||
indicatorsVisibleChanged() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__indicatorsVisibleChanged')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // onResize(QSize newSize)
|
||||
|
||||
//tag=1027
|
||||
// onResize(QSize newSize)
|
||||
bool onResize(QSize newSize) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__onResize_QSize')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, newSize == null ? ffi.nullptr : newSize.thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
|
||||
//tag=1027
|
||||
// posForIndicator(KDDockWidgets::DropLocation arg__1) const
|
||||
QPoint posForIndicator(int arg__1) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(756))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp, arg__1);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> posForIndicator_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, int arg__1) {
|
||||
var dartInstance =
|
||||
@@ -160,80 +120,53 @@ class ClassicIndicators {
|
||||
"Dart instance not found for ClassicIndicators::posForIndicator(KDDockWidgets::DropLocation arg__1) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.posForIndicator(arg__1);
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
} // raiseIndicators()
|
||||
|
||||
//tag=1027
|
||||
// raiseIndicators()
|
||||
raiseIndicators() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__raiseIndicators')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // rubberBandIsTopLevel() const
|
||||
|
||||
//tag=1027
|
||||
// rubberBandIsTopLevel() const
|
||||
bool rubberBandIsTopLevel() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__rubberBandIsTopLevel')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // setDropLocation(KDDockWidgets::DropLocation arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setDropLocation(KDDockWidgets::DropLocation arg__1)
|
||||
setDropLocation(int arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__setDropLocation_DropLocation')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1);
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// tr(const char * s, const char * c, int n)
|
||||
static // tr(const char * s, const char * c, int n)
|
||||
QString tr(String? s, String? c, int n) {
|
||||
//tag=1028
|
||||
final voidstar_Func_string_string_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_string_string_ffi_Int32_FFI>>(
|
||||
'c_static_KDDockWidgets__Controllers__ClassicIndicators__tr_char_char_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
s?.toNativeUtf8() ?? ffi.nullptr, c?.toNativeUtf8() ?? ffi.nullptr, n);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // updateVisibility()
|
||||
|
||||
//tag=1027
|
||||
// updateVisibility()
|
||||
updateVisibility() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(761))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void updateVisibility_calledFromC(ffi.Pointer<void> thisCpp) {
|
||||
var dartInstance =
|
||||
ClassicIndicators.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -242,24 +175,17 @@ class ClassicIndicators {
|
||||
"Dart instance not found for ClassicIndicators::updateVisibility()! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.updateVisibility();
|
||||
}
|
||||
//tag=1024
|
||||
} // updateWindowPosition()
|
||||
|
||||
//tag=1027
|
||||
// updateWindowPosition()
|
||||
updateWindowPosition() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__updateWindowPosition')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -268,7 +194,6 @@ class ClassicIndicators {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 753:
|
||||
@@ -293,7 +218,6 @@ class ClassicIndicators {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
@@ -301,17 +225,14 @@ class ClassicIndicators {
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
const callbackExcept753 = 0;
|
||||
//tag=1021
|
||||
final callback753 =
|
||||
ffi.Pointer.fromFunction<int_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicators.hover_impl_calledFromC, callbackExcept753);
|
||||
registerCallback(thisCpp, callback753, 753);
|
||||
//tag=1021
|
||||
final callback756 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_ffi_Int32_FFI>(
|
||||
ClassicIndicators.posForIndicator_calledFromC);
|
||||
registerCallback(thisCpp, callback756, 756);
|
||||
//tag=1021
|
||||
final callback761 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
ClassicIndicators.updateVisibility_calledFromC);
|
||||
registerCallback(thisCpp, callback761, 761);
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_KDDockWidgets__Config_Finalizer');
|
||||
|
||||
class Config {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, Config>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = true;
|
||||
@@ -36,249 +32,158 @@ class Config {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory Config.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
Config.fromCppPointer(cppPointer, needsAutoDelete)) as Config;
|
||||
}
|
||||
Config.fromCppPointer(var cppPointer, [this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
Config.init() {}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// absoluteWidgetMaxSize() const
|
||||
Config.init() {} // absoluteWidgetMaxSize() const
|
||||
QSize absoluteWidgetMaxSize() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__absoluteWidgetMaxSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // absoluteWidgetMinSize() const
|
||||
|
||||
//tag=1027
|
||||
// absoluteWidgetMinSize() const
|
||||
QSize absoluteWidgetMinSize() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__absoluteWidgetMinSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // draggedWindowOpacity() const
|
||||
|
||||
//tag=1027
|
||||
// draggedWindowOpacity() const
|
||||
double draggedWindowOpacity() {
|
||||
//tag=1028
|
||||
final double_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<double_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__draggedWindowOpacity')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // dropIndicatorsInhibited() const
|
||||
|
||||
//tag=1027
|
||||
// dropIndicatorsInhibited() const
|
||||
bool dropIndicatorsInhibited() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__dropIndicatorsInhibited')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // mdiPopupThreshold() const
|
||||
|
||||
//tag=1027
|
||||
// mdiPopupThreshold() const
|
||||
int mdiPopupThreshold() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__mdiPopupThreshold')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// self()
|
||||
static // self()
|
||||
Config self() {
|
||||
//tag=1028
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_static_KDDockWidgets__Config__self')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func();
|
||||
return Config.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // separatorThickness() const
|
||||
|
||||
//tag=1027
|
||||
// separatorThickness() const
|
||||
int separatorThickness() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__separatorThickness')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setAbsoluteWidgetMaxSize(QSize size)
|
||||
|
||||
//tag=1027
|
||||
// setAbsoluteWidgetMaxSize(QSize size)
|
||||
setAbsoluteWidgetMaxSize(QSize size) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__setAbsoluteWidgetMaxSize_QSize')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, size == null ? ffi.nullptr : size.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setAbsoluteWidgetMinSize(QSize size)
|
||||
|
||||
//tag=1027
|
||||
// setAbsoluteWidgetMinSize(QSize size)
|
||||
setAbsoluteWidgetMinSize(QSize size) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__setAbsoluteWidgetMinSize_QSize')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, size == null ? ffi.nullptr : size.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setDraggedWindowOpacity(qreal opacity)
|
||||
|
||||
//tag=1027
|
||||
// setDraggedWindowOpacity(qreal opacity)
|
||||
setDraggedWindowOpacity(double opacity) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_double func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Double_FFI>>(
|
||||
'c_KDDockWidgets__Config__setDraggedWindowOpacity_qreal')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, opacity);
|
||||
}
|
||||
//tag=1024
|
||||
} // setDropIndicatorsInhibited(bool inhibit) const
|
||||
|
||||
//tag=1027
|
||||
// setDropIndicatorsInhibited(bool inhibit) const
|
||||
setDropIndicatorsInhibited(bool inhibit) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_KDDockWidgets__Config__setDropIndicatorsInhibited_bool')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, inhibit ? 1 : 0);
|
||||
}
|
||||
//tag=1024
|
||||
} // setMDIPopupThreshold(int arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setMDIPopupThreshold(int arg__1)
|
||||
setMDIPopupThreshold(int arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_KDDockWidgets__Config__setMDIPopupThreshold_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1);
|
||||
}
|
||||
//tag=1024
|
||||
} // setSeparatorThickness(int value)
|
||||
|
||||
//tag=1027
|
||||
// setSeparatorThickness(int value)
|
||||
setSeparatorThickness(int value) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_KDDockWidgets__Config__setSeparatorThickness_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, value);
|
||||
}
|
||||
//tag=1024
|
||||
} // setStartDragDistance(int arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setStartDragDistance(int arg__1)
|
||||
setStartDragDistance(int arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_KDDockWidgets__Config__setStartDragDistance_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1);
|
||||
}
|
||||
//tag=1024
|
||||
} // setViewFactory(KDDockWidgets::ViewFactory * arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setViewFactory(KDDockWidgets::ViewFactory * arg__1)
|
||||
setViewFactory(ViewFactory? arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__setViewFactory_ViewFactory')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // startDragDistance() const
|
||||
|
||||
//tag=1027
|
||||
// startDragDistance() const
|
||||
int startDragDistance() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__startDragDistance')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // viewFactory() const
|
||||
|
||||
//tag=1027
|
||||
// viewFactory() const
|
||||
ViewFactory viewFactory() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Config__viewFactory')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return ViewFactory.fromCppPointer(result, false);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
|
||||
@@ -8,34 +8,26 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
class Controller extends QObject {
|
||||
//tag=1064
|
||||
Controller.fromCppPointer(var cppPointer, [var needsAutoDelete = false])
|
||||
: super.fromCppPointer(cppPointer, needsAutoDelete) {}
|
||||
Controller.init() : super.init() {}
|
||||
//tag=1062
|
||||
factory Controller.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
if (QObject.isCached(cppPointer)) {
|
||||
var instance = QObject.s_dartInstanceByCppPtr[cppPointer.address];
|
||||
if (instance != null) return instance as Controller;
|
||||
}
|
||||
return Controller.fromCppPointer(cppPointer, needsAutoDelete);
|
||||
}
|
||||
//tag=1023
|
||||
//Controller(KDDockWidgets::Type type, KDDockWidgets::View * arg__2)
|
||||
} //Controller(KDDockWidgets::Type type, KDDockWidgets::View * arg__2)
|
||||
Controller(int type, View? arg__2) : super.init() {
|
||||
//tag=1075
|
||||
final voidstar_Func_int_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_ffi_Int32_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__constructor_Type_View')
|
||||
@@ -43,23 +35,15 @@ class Controller extends QObject {
|
||||
thisCpp = func(type, arg__2 == null ? ffi.nullptr : arg__2.thisCpp);
|
||||
QObject.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// close()
|
||||
} // close()
|
||||
bool close() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__close')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void customEvent_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -69,12 +53,9 @@ class Controller extends QObject {
|
||||
"Dart instance not found for Controller::customEvent(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.customEvent(QEvent.fromCppPointer(event));
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int event_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -84,13 +65,10 @@ class Controller extends QObject {
|
||||
"Dart instance not found for Controller::event(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.event(QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int eventFilter_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? watched, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -100,148 +78,96 @@ class Controller extends QObject {
|
||||
"Dart instance not found for Controller::eventFilter(QObject * watched, QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.eventFilter(
|
||||
QObject.fromCppPointer(watched), QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // geometry() const
|
||||
|
||||
//tag=1027
|
||||
// geometry() const
|
||||
QRect geometry() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__geometry')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // height() const
|
||||
|
||||
//tag=1027
|
||||
// height() const
|
||||
int height() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__height')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // inDtor() const
|
||||
|
||||
//tag=1027
|
||||
// inDtor() const
|
||||
bool inDtor() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__inDtor')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isVisible() const
|
||||
|
||||
//tag=1027
|
||||
// isVisible() const
|
||||
bool isVisible() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__isVisible')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // mapToGlobal(QPoint arg__1) const
|
||||
|
||||
//tag=1027
|
||||
// mapToGlobal(QPoint arg__1) const
|
||||
QPoint mapToGlobal(QPoint arg__1) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__mapToGlobal_QPoint')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // parentViewChanged(KDDockWidgets::View * parent)
|
||||
|
||||
//tag=1027
|
||||
// parentViewChanged(KDDockWidgets::View * parent)
|
||||
parentViewChanged(View? parent) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__parentViewChanged_View')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // pos() const
|
||||
|
||||
//tag=1027
|
||||
// pos() const
|
||||
QPoint pos() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__pos')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // rect() const
|
||||
|
||||
//tag=1027
|
||||
// rect() const
|
||||
QRect rect() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__rect')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // setParentView(KDDockWidgets::View * parent)
|
||||
|
||||
//tag=1027
|
||||
// setParentView(KDDockWidgets::View * parent)
|
||||
setParentView(View? parent) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__setParentView_View')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setParentView_impl(KDDockWidgets::View * parent)
|
||||
|
||||
//tag=1027
|
||||
// setParentView_impl(KDDockWidgets::View * parent)
|
||||
setParentView_impl(View? parent) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(800))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void setParentView_impl_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -251,133 +177,86 @@ class Controller extends QObject {
|
||||
"Dart instance not found for Controller::setParentView_impl(KDDockWidgets::View * parent)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.setParentView_impl(View.fromCppPointer(parent));
|
||||
}
|
||||
//tag=1024
|
||||
} // setVisible(bool arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setVisible(bool arg__1)
|
||||
setVisible(bool arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_KDDockWidgets__Controller__setVisible_bool')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 ? 1 : 0);
|
||||
}
|
||||
//tag=1024
|
||||
} // show() const
|
||||
|
||||
//tag=1027
|
||||
// show() const
|
||||
show() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__show')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // size() const
|
||||
|
||||
//tag=1027
|
||||
// size() const
|
||||
QSize size() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__size')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// tr(const char * s, const char * c, int n)
|
||||
static // tr(const char * s, const char * c, int n)
|
||||
QString tr(String? s, String? c, int n) {
|
||||
//tag=1028
|
||||
final voidstar_Func_string_string_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_string_string_ffi_Int32_FFI>>(
|
||||
'c_static_KDDockWidgets__Controller__tr_char_char_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
s?.toNativeUtf8() ?? ffi.nullptr, c?.toNativeUtf8() ?? ffi.nullptr, n);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // type() const
|
||||
|
||||
//tag=1027
|
||||
// type() const
|
||||
int type() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__type')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // view() const
|
||||
|
||||
//tag=1027
|
||||
// view() const
|
||||
View view() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__view')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return View.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // width() const
|
||||
|
||||
//tag=1027
|
||||
// width() const
|
||||
int width() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__width')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // x() const
|
||||
|
||||
//tag=1027
|
||||
// x() const
|
||||
int x() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__x')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // y() const
|
||||
|
||||
//tag=1027
|
||||
// y() const
|
||||
int y() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controller__y')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -386,7 +265,6 @@ class Controller extends QObject {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
@@ -415,32 +293,26 @@ class Controller extends QObject {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__Controller__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
QObject.customEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback295, 295);
|
||||
const callbackExcept306 = 0;
|
||||
//tag=1021
|
||||
final callback306 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
QObject.event_calledFromC, callbackExcept306);
|
||||
registerCallback(thisCpp, callback306, 306);
|
||||
const callbackExcept307 = 0;
|
||||
//tag=1021
|
||||
final callback307 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
registerCallback(thisCpp, callback307, 307);
|
||||
//tag=1021
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
Controller.setParentView_impl_calledFromC);
|
||||
|
||||
@@ -8,13 +8,10 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_KDDockWidgets__CreateViewOptions_Finalizer');
|
||||
|
||||
class CreateViewOptions {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, CreateViewOptions>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = true;
|
||||
@@ -36,11 +32,9 @@ class CreateViewOptions {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory CreateViewOptions.fromCache(var cppPointer,
|
||||
[needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
@@ -49,64 +43,42 @@ class CreateViewOptions {
|
||||
}
|
||||
CreateViewOptions.fromCppPointer(var cppPointer,
|
||||
[this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
CreateViewOptions.init() {}
|
||||
//tag=1024
|
||||
|
||||
//tag=1025
|
||||
bool get isVisible {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__CreateViewOptions___get_isVisible')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1026
|
||||
set isVisible(bool isVisible_) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_KDDockWidgets__CreateViewOptions___set_isVisible_bool')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, isVisible_ ? 1 : 0);
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1025
|
||||
bool get createWindow {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__CreateViewOptions___get_createWindow')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1026
|
||||
set createWindow(bool createWindow_) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_KDDockWidgets__CreateViewOptions___set_createWindow_bool')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, createWindow_ ? 1 : 0);
|
||||
}
|
||||
} //CreateViewOptions()
|
||||
|
||||
//tag=1023
|
||||
//CreateViewOptions()
|
||||
CreateViewOptions() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_KDDockWidgets__CreateViewOptions__constructor')
|
||||
@@ -114,7 +86,6 @@ class CreateViewOptions {
|
||||
thisCpp = func();
|
||||
CreateViewOptions.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
|
||||
@@ -8,35 +8,27 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
class DropArea extends Layout {
|
||||
//tag=1064
|
||||
DropArea.fromCppPointer(var cppPointer, [var needsAutoDelete = false])
|
||||
: super.fromCppPointer(cppPointer, needsAutoDelete) {}
|
||||
DropArea.init() : super.init() {}
|
||||
//tag=1062
|
||||
factory DropArea.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
if (QObject.isCached(cppPointer)) {
|
||||
var instance = QObject.s_dartInstanceByCppPtr[cppPointer.address];
|
||||
if (instance != null) return instance as DropArea;
|
||||
}
|
||||
return DropArea.fromCppPointer(cppPointer, needsAutoDelete);
|
||||
}
|
||||
//tag=1023
|
||||
//DropArea(KDDockWidgets::View * parent, QFlags<KDDockWidgets::MainWindowOption> options, bool isMDIWrapper)
|
||||
} //DropArea(KDDockWidgets::View * parent, QFlags<KDDockWidgets::MainWindowOption> options, bool isMDIWrapper)
|
||||
DropArea(View? parent, int options, {bool isMDIWrapper = false})
|
||||
: super.init() {
|
||||
//tag=1075
|
||||
final voidstar_Func_voidstar_int_bool func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
@@ -47,64 +39,41 @@ class DropArea extends Layout {
|
||||
isMDIWrapper ? 1 : 0);
|
||||
QObject.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// addMultiSplitter(KDDockWidgets::Controllers::DropArea * splitter, KDDockWidgets::Location location)
|
||||
} // addMultiSplitter(KDDockWidgets::Controllers::DropArea * splitter, KDDockWidgets::Location location)
|
||||
addMultiSplitter(DropArea? splitter, int location) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_ffi_Int32_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__addMultiSplitter_DropArea_Location')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, splitter == null ? ffi.nullptr : splitter.thisCpp, location);
|
||||
}
|
||||
//tag=1024
|
||||
} // addWidget(KDDockWidgets::View * widget, KDDockWidgets::Location location)
|
||||
|
||||
//tag=1027
|
||||
// addWidget(KDDockWidgets::View * widget, KDDockWidgets::Location location)
|
||||
addWidget(View? widget, int location) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_ffi_Int32_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__addWidget_View_Location')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, widget == null ? ffi.nullptr : widget.thisCpp, location);
|
||||
}
|
||||
//tag=1024
|
||||
} // availableSize() const
|
||||
|
||||
//tag=1027
|
||||
// availableSize() const
|
||||
QSize availableSize() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__availableSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // centralFrame() const
|
||||
|
||||
//tag=1027
|
||||
// centralFrame() const
|
||||
Item centralFrame() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__centralFrame')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return Item.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void customEvent_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -114,12 +83,9 @@ class DropArea extends Layout {
|
||||
"Dart instance not found for DropArea::customEvent(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.customEvent(QEvent.fromCppPointer(event));
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int event_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -129,13 +95,10 @@ class DropArea extends Layout {
|
||||
"Dart instance not found for DropArea::event(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.event(QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int eventFilter_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? watched, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -145,79 +108,51 @@ class DropArea extends Layout {
|
||||
"Dart instance not found for DropArea::eventFilter(QObject * watched, QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.eventFilter(
|
||||
QObject.fromCppPointer(watched), QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // hasSingleFloatingFrame() const
|
||||
|
||||
//tag=1027
|
||||
// hasSingleFloatingFrame() const
|
||||
bool hasSingleFloatingFrame() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__hasSingleFloatingFrame')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // hasSingleFrame() const
|
||||
|
||||
//tag=1027
|
||||
// hasSingleFrame() const
|
||||
bool hasSingleFrame() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__hasSingleFrame')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isMDIWrapper() const
|
||||
|
||||
//tag=1027
|
||||
// isMDIWrapper() const
|
||||
bool isMDIWrapper() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__isMDIWrapper')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // layoutEqually()
|
||||
|
||||
//tag=1027
|
||||
// layoutEqually()
|
||||
layoutEqually() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__layoutEqually')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // removeHover()
|
||||
|
||||
//tag=1027
|
||||
// removeHover()
|
||||
removeHover() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__removeHover')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void setParentView_impl_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -227,40 +162,28 @@ class DropArea extends Layout {
|
||||
"Dart instance not found for DropArea::setParentView_impl(KDDockWidgets::View * parent)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.setParentView_impl(View.fromCppPointer(parent));
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// tr(const char * s, const char * c, int n)
|
||||
static // tr(const char * s, const char * c, int n)
|
||||
QString tr(String? s, String? c, int n) {
|
||||
//tag=1028
|
||||
final voidstar_Func_string_string_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_string_string_ffi_Int32_FFI>>(
|
||||
'c_static_KDDockWidgets__Controllers__DropArea__tr_char_char_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
s?.toNativeUtf8() ?? ffi.nullptr, c?.toNativeUtf8() ?? ffi.nullptr, n);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // updateFloatingActions()
|
||||
|
||||
//tag=1027
|
||||
// updateFloatingActions()
|
||||
updateFloatingActions() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__updateFloatingActions')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -269,7 +192,6 @@ class DropArea extends Layout {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
@@ -298,32 +220,26 @@ class DropArea extends Layout {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__DropArea__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
QObject.customEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback295, 295);
|
||||
const callbackExcept306 = 0;
|
||||
//tag=1021
|
||||
final callback306 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
QObject.event_calledFromC, callbackExcept306);
|
||||
registerCallback(thisCpp, callback306, 306);
|
||||
const callbackExcept307 = 0;
|
||||
//tag=1021
|
||||
final callback307 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
registerCallback(thisCpp, callback307, 307);
|
||||
//tag=1021
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
Controller.setParentView_impl_calledFromC);
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_KDDockWidgets__InitialOption_Finalizer');
|
||||
|
||||
class InitialOption {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, InitialOption>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = true;
|
||||
@@ -36,11 +32,9 @@ class InitialOption {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory InitialOption.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
InitialOption.fromCppPointer(cppPointer, needsAutoDelete))
|
||||
@@ -48,61 +42,41 @@ class InitialOption {
|
||||
}
|
||||
InitialOption.fromCppPointer(var cppPointer,
|
||||
[this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
InitialOption.init() {}
|
||||
//tag=1023
|
||||
//InitialOption()
|
||||
InitialOption.init() {} //InitialOption()
|
||||
InitialOption() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_KDDockWidgets__InitialOption__constructor')
|
||||
.asFunction();
|
||||
thisCpp = func();
|
||||
InitialOption.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1023
|
||||
//InitialOption(QSize size)
|
||||
} //InitialOption(QSize size)
|
||||
InitialOption.ctor2(QSize size) {
|
||||
//tag=1075
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__InitialOption__constructor_QSize')
|
||||
.asFunction();
|
||||
thisCpp = func(size == null ? ffi.nullptr : size.thisCpp);
|
||||
InitialOption.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// preservesCurrentTab() const
|
||||
} // preservesCurrentTab() const
|
||||
bool preservesCurrentTab() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__InitialOption__preservesCurrentTab')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // startsHidden() const
|
||||
|
||||
//tag=1027
|
||||
// startsHidden() const
|
||||
bool startsHidden() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__InitialOption__startsHidden')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,18 +8,14 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
//tag=1038
|
||||
class KDDockWidgets_Location {
|
||||
static const Location_None = 0;
|
||||
static const Location_OnLeft = 1;
|
||||
@@ -28,7 +24,6 @@ class KDDockWidgets_Location {
|
||||
static const Location_OnBottom = 4;
|
||||
}
|
||||
|
||||
//tag=1038
|
||||
class KDDockWidgets_MainWindowOption {
|
||||
static const MainWindowOption_None = 0;
|
||||
static const MainWindowOption_HasCentralFrame = 1;
|
||||
@@ -36,7 +31,6 @@ class KDDockWidgets_MainWindowOption {
|
||||
static const MainWindowOption_HasCentralWidget = 5;
|
||||
}
|
||||
|
||||
//tag=1038
|
||||
class KDDockWidgets_DropLocation {
|
||||
static const DropLocation_None = 0;
|
||||
static const DropLocation_Left = 1;
|
||||
@@ -54,7 +48,6 @@ class KDDockWidgets_DropLocation {
|
||||
static const DropLocation_Vertical = 330;
|
||||
}
|
||||
|
||||
//tag=1038
|
||||
class KDDockWidgets_Type {
|
||||
static const FIRST = 1;
|
||||
static const None = 0;
|
||||
@@ -75,18 +68,13 @@ class KDDockWidgets_Type {
|
||||
static const RubberBand = 16384;
|
||||
static const DropAreaIndicatorOverlay = 32768;
|
||||
static const LAST = 16384;
|
||||
}
|
||||
//tag=1024
|
||||
} // locationStr(KDDockWidgets::Location loc)
|
||||
|
||||
//tag=1027
|
||||
// locationStr(KDDockWidgets::Location loc)
|
||||
QString locationStr(int loc) {
|
||||
//tag=1028
|
||||
final voidstar_Func_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_ffi_Int32_FFI>>(
|
||||
'c_static_KDDockWidgets__locationStr_Location')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(loc);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
@@ -8,34 +8,26 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
class Layout extends Controller {
|
||||
//tag=1064
|
||||
Layout.fromCppPointer(var cppPointer, [var needsAutoDelete = false])
|
||||
: super.fromCppPointer(cppPointer, needsAutoDelete) {}
|
||||
Layout.init() : super.init() {}
|
||||
//tag=1062
|
||||
factory Layout.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
if (QObject.isCached(cppPointer)) {
|
||||
var instance = QObject.s_dartInstanceByCppPtr[cppPointer.address];
|
||||
if (instance != null) return instance as Layout;
|
||||
}
|
||||
return Layout.fromCppPointer(cppPointer, needsAutoDelete);
|
||||
}
|
||||
//tag=1023
|
||||
//Layout(KDDockWidgets::Type arg__1, KDDockWidgets::View * arg__2)
|
||||
} //Layout(KDDockWidgets::Type arg__1, KDDockWidgets::View * arg__2)
|
||||
Layout(int arg__1, View? arg__2) : super.init() {
|
||||
//tag=1075
|
||||
final voidstar_Func_int_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_ffi_Int32_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__constructor_Type_View')
|
||||
@@ -43,76 +35,48 @@ class Layout extends Controller {
|
||||
thisCpp = func(arg__1, arg__2 == null ? ffi.nullptr : arg__2.thisCpp);
|
||||
QObject.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// asDropArea() const
|
||||
} // asDropArea() const
|
||||
DropArea asDropArea() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__asDropArea')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return DropArea.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // checkSanity() const
|
||||
|
||||
//tag=1027
|
||||
// checkSanity() const
|
||||
bool checkSanity() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__checkSanity')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // clearLayout()
|
||||
|
||||
//tag=1027
|
||||
// clearLayout()
|
||||
clearLayout() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__clearLayout')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // containsItem(const Layouting::Item * arg__1) const
|
||||
|
||||
//tag=1027
|
||||
// containsItem(const Layouting::Item * arg__1) const
|
||||
bool containsItem(Item? arg__1) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__containsItem_Item')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // count() const
|
||||
|
||||
//tag=1027
|
||||
// count() const
|
||||
int count() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__count')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void customEvent_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -122,25 +86,17 @@ class Layout extends Controller {
|
||||
"Dart instance not found for Layout::customEvent(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.customEvent(QEvent.fromCppPointer(event));
|
||||
}
|
||||
//tag=1024
|
||||
} // dumpLayout() const
|
||||
|
||||
//tag=1027
|
||||
// dumpLayout() const
|
||||
dumpLayout() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__dumpLayout')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int event_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -150,13 +106,10 @@ class Layout extends Controller {
|
||||
"Dart instance not found for Layout::event(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.event(QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int eventFilter_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? watched, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -166,160 +119,102 @@ class Layout extends Controller {
|
||||
"Dart instance not found for Layout::eventFilter(QObject * watched, QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.eventFilter(
|
||||
QObject.fromCppPointer(watched), QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isInMainWindow(bool honourNesting) const
|
||||
|
||||
//tag=1027
|
||||
// isInMainWindow(bool honourNesting) const
|
||||
bool isInMainWindow({bool honourNesting = false}) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__isInMainWindow_bool')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, honourNesting ? 1 : 0) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // layoutHeight() const
|
||||
|
||||
//tag=1027
|
||||
// layoutHeight() const
|
||||
int layoutHeight() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__layoutHeight')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // layoutMaximumSizeHint() const
|
||||
|
||||
//tag=1027
|
||||
// layoutMaximumSizeHint() const
|
||||
QSize layoutMaximumSizeHint() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__layoutMaximumSizeHint')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // layoutMinimumSize() const
|
||||
|
||||
//tag=1027
|
||||
// layoutMinimumSize() const
|
||||
QSize layoutMinimumSize() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__layoutMinimumSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // layoutSize() const
|
||||
|
||||
//tag=1027
|
||||
// layoutSize() const
|
||||
QSize layoutSize() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__layoutSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // layoutWidth() const
|
||||
|
||||
//tag=1027
|
||||
// layoutWidth() const
|
||||
int layoutWidth() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__layoutWidth')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // onResize(QSize newSize)
|
||||
|
||||
//tag=1027
|
||||
// onResize(QSize newSize)
|
||||
bool onResize(QSize newSize) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__onResize_QSize')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, newSize == null ? ffi.nullptr : newSize.thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // placeholderCount() const
|
||||
|
||||
//tag=1027
|
||||
// placeholderCount() const
|
||||
int placeholderCount() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__placeholderCount')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // removeItem(Layouting::Item * item)
|
||||
|
||||
//tag=1027
|
||||
// removeItem(Layouting::Item * item)
|
||||
removeItem(Item? item) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__removeItem_Item')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, item == null ? ffi.nullptr : item.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setLayoutMinimumSize(QSize arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setLayoutMinimumSize(QSize arg__1)
|
||||
setLayoutMinimumSize(QSize arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__setLayoutMinimumSize_QSize')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setLayoutSize(QSize arg__1)
|
||||
|
||||
//tag=1027
|
||||
// setLayoutSize(QSize arg__1)
|
||||
setLayoutSize(QSize arg__1) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__setLayoutSize_QSize')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void setParentView_impl_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -329,50 +224,33 @@ class Layout extends Controller {
|
||||
"Dart instance not found for Layout::setParentView_impl(KDDockWidgets::View * parent)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.setParentView_impl(View.fromCppPointer(parent));
|
||||
}
|
||||
//tag=1024
|
||||
} // updateSizeConstraints()
|
||||
|
||||
//tag=1027
|
||||
// updateSizeConstraints()
|
||||
updateSizeConstraints() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__updateSizeConstraints')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // viewAboutToBeDeleted()
|
||||
|
||||
//tag=1027
|
||||
// viewAboutToBeDeleted()
|
||||
viewAboutToBeDeleted() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__viewAboutToBeDeleted')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // visibleCount() const
|
||||
|
||||
//tag=1027
|
||||
// visibleCount() const
|
||||
int visibleCount() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__visibleCount')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -381,7 +259,6 @@ class Layout extends Controller {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
@@ -410,32 +287,26 @@ class Layout extends Controller {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__Layout__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
QObject.customEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback295, 295);
|
||||
const callbackExcept306 = 0;
|
||||
//tag=1021
|
||||
final callback306 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
QObject.event_calledFromC, callbackExcept306);
|
||||
registerCallback(thisCpp, callback306, 306);
|
||||
const callbackExcept307 = 0;
|
||||
//tag=1021
|
||||
final callback307 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
registerCallback(thisCpp, callback307, 307);
|
||||
//tag=1021
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
Controller.setParentView_impl_calledFromC);
|
||||
|
||||
@@ -8,13 +8,10 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,21 +8,17 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_QEvent_Finalizer');
|
||||
|
||||
//tag=1038
|
||||
class QEvent_Type {
|
||||
static const None = 0;
|
||||
static const Timer = 1;
|
||||
@@ -199,7 +195,6 @@ class QEvent_Type {
|
||||
}
|
||||
|
||||
class QEvent {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, QEvent>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = false;
|
||||
@@ -212,25 +207,18 @@ class QEvent {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory QEvent.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
QEvent.fromCppPointer(cppPointer, needsAutoDelete)) as QEvent;
|
||||
}
|
||||
QEvent.fromCppPointer(var cppPointer, [this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
QEvent.init() {}
|
||||
//tag=1023
|
||||
//QEvent(QEvent::Type type)
|
||||
QEvent.init() {} //QEvent(QEvent::Type type)
|
||||
QEvent(int type) {
|
||||
//tag=1075
|
||||
final voidstar_Func_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_ffi_Int32_FFI>>(
|
||||
'c_QEvent__constructor_Type')
|
||||
@@ -238,111 +226,69 @@ class QEvent {
|
||||
thisCpp = func(type);
|
||||
QEvent.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// accept()
|
||||
} // accept()
|
||||
accept() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>('c_QEvent__accept')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // ignore()
|
||||
|
||||
//tag=1027
|
||||
// ignore()
|
||||
ignore() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>('c_QEvent__ignore')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // isAccepted() const
|
||||
|
||||
//tag=1027
|
||||
// isAccepted() const
|
||||
bool isAccepted() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_QEvent__isAccepted')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// registerEventType(int hint)
|
||||
static // registerEventType(int hint)
|
||||
int registerEventType({int hint = -1}) {
|
||||
//tag=1028
|
||||
final int_Func_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_ffi_Int32_FFI>>(
|
||||
'c_static_QEvent__registerEventType_int')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(hint);
|
||||
}
|
||||
//tag=1024
|
||||
} // setAccepted(bool accepted)
|
||||
|
||||
//tag=1027
|
||||
// setAccepted(bool accepted)
|
||||
setAccepted(bool accepted) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_QEvent__setAccepted_bool')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, accepted ? 1 : 0);
|
||||
}
|
||||
//tag=1024
|
||||
} // setSpontaneous()
|
||||
|
||||
//tag=1027
|
||||
// setSpontaneous()
|
||||
setSpontaneous() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_QEvent__setSpontaneous')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // spontaneous() const
|
||||
|
||||
//tag=1027
|
||||
// spontaneous() const
|
||||
bool spontaneous() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_QEvent__spontaneous')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // type() const
|
||||
|
||||
//tag=1027
|
||||
// type() const
|
||||
int type() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QEvent__type')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -351,7 +297,6 @@ class QEvent {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
}
|
||||
@@ -364,7 +309,6 @@ class QEvent {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,15 +8,12 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
@@ -24,8 +21,6 @@ final _finalizer =
|
||||
|
||||
class QObject {
|
||||
Map<Function, List<Function>> signalHandlerersBySignal = {};
|
||||
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, QObject>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = false;
|
||||
@@ -38,25 +33,18 @@ class QObject {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory QObject.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
QObject.fromCppPointer(cppPointer, needsAutoDelete)) as QObject;
|
||||
}
|
||||
QObject.fromCppPointer(var cppPointer, [this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
QObject.init() {}
|
||||
//tag=1023
|
||||
//QObject(QObject * parent)
|
||||
QObject.init() {} //QObject(QObject * parent)
|
||||
QObject({required QObject? parent}) {
|
||||
//tag=1075
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QObject__constructor_QObject')
|
||||
@@ -64,49 +52,32 @@ class QObject {
|
||||
thisCpp = func(parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
QObject.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// blockSignals(bool b)
|
||||
} // blockSignals(bool b)
|
||||
bool blockSignals(bool b) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_ffi_Int8_FFI>>(
|
||||
'c_QObject__blockSignals_bool')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, b ? 1 : 0) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // children() const
|
||||
|
||||
//tag=1027
|
||||
// children() const
|
||||
QList children() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QObject__children')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QList<QObject>.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // customEvent(QEvent * event)
|
||||
|
||||
//tag=1027
|
||||
// customEvent(QEvent * event)
|
||||
customEvent(QEvent? event) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(295))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, event == null ? ffi.nullptr : event.thisCpp);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static void customEvent_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance = QObject.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -115,148 +86,101 @@ class QObject {
|
||||
"Dart instance not found for QObject::customEvent(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.customEvent(QEvent.fromCppPointer(event));
|
||||
}
|
||||
//tag=1024
|
||||
} // deleteLater()
|
||||
|
||||
//tag=1027
|
||||
// deleteLater()
|
||||
deleteLater() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_QObject__deleteLater')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // destroyed(QObject * arg__1)
|
||||
|
||||
//tag=1027
|
||||
// destroyed(QObject * arg__1)
|
||||
destroyed({required QObject? arg__1}) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QObject__destroyed_QObject')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // disconnect(const QObject * receiver, const char * member) const
|
||||
|
||||
//tag=1027
|
||||
// disconnect(const QObject * receiver, const char * member) const
|
||||
bool disconnect(QObject? receiver, {String? member}) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_string func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_string_FFI>>(
|
||||
'c_QObject__disconnect_QObject_char')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, receiver == null ? ffi.nullptr : receiver.thisCpp,
|
||||
member?.toNativeUtf8() ?? ffi.nullptr) !=
|
||||
0;
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// disconnect(const QObject * sender, const char * signal, const QObject * receiver, const char * member)
|
||||
static // disconnect(const QObject * sender, const char * signal, const QObject * receiver, const char * member)
|
||||
bool disconnect_2(
|
||||
QObject? sender, String? signal, QObject? receiver, String? member) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_string_voidstar_string func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
bool_Func_voidstar_string_voidstar_string_FFI>>(
|
||||
'c_static_QObject__disconnect_QObject_char_QObject_char')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(
|
||||
sender == null ? ffi.nullptr : sender.thisCpp,
|
||||
signal?.toNativeUtf8() ?? ffi.nullptr,
|
||||
receiver == null ? ffi.nullptr : receiver.thisCpp,
|
||||
member?.toNativeUtf8() ?? ffi.nullptr) !=
|
||||
0;
|
||||
}
|
||||
//tag=1024
|
||||
} // disconnect(const char * signal, const QObject * receiver, const char * member) const
|
||||
|
||||
//tag=1027
|
||||
// disconnect(const char * signal, const QObject * receiver, const char * member) const
|
||||
bool disconnect_3(
|
||||
{String? signal, required QObject? receiver, String? member}) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_string_voidstar_string func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
bool_Func_voidstar_string_voidstar_string_FFI>>(
|
||||
'c_QObject__disconnect_char_QObject_char')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(
|
||||
thisCpp,
|
||||
signal?.toNativeUtf8() ?? ffi.nullptr,
|
||||
receiver == null ? ffi.nullptr : receiver.thisCpp,
|
||||
member?.toNativeUtf8() ?? ffi.nullptr) !=
|
||||
0;
|
||||
}
|
||||
//tag=1024
|
||||
} // dumpObjectInfo()
|
||||
|
||||
//tag=1027
|
||||
// dumpObjectInfo()
|
||||
dumpObjectInfo() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_QObject__dumpObjectInfo')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // dumpObjectTree()
|
||||
|
||||
//tag=1027
|
||||
// dumpObjectTree()
|
||||
dumpObjectTree() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_QObject__dumpObjectTree')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // dynamicPropertyNames() const
|
||||
|
||||
//tag=1027
|
||||
// dynamicPropertyNames() const
|
||||
QList dynamicPropertyNames() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QObject__dynamicPropertyNames')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QList<QByteArray>.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // event(QEvent * event)
|
||||
|
||||
//tag=1027
|
||||
// event(QEvent * event)
|
||||
bool event(QEvent? event) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(306))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, event == null ? ffi.nullptr : event.thisCpp) != 0;
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static int event_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance = QObject.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -265,27 +189,20 @@ class QObject {
|
||||
"Dart instance not found for QObject::event(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.event(QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // eventFilter(QObject * watched, QEvent * event)
|
||||
|
||||
//tag=1027
|
||||
// eventFilter(QObject * watched, QEvent * event)
|
||||
bool eventFilter(QObject? watched, QEvent? event) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(307))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, watched == null ? ffi.nullptr : watched.thisCpp,
|
||||
event == null ? ffi.nullptr : event.thisCpp) !=
|
||||
0;
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static int eventFilter_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? watched, ffi.Pointer<void>? event) {
|
||||
var dartInstance = QObject.s_dartInstanceByCppPtr[thisCpp.address];
|
||||
@@ -294,227 +211,145 @@ class QObject {
|
||||
"Dart instance not found for QObject::eventFilter(QObject * watched, QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.eventFilter(
|
||||
QObject.fromCppPointer(watched), QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // inherits(const char * classname) const
|
||||
|
||||
//tag=1027
|
||||
// inherits(const char * classname) const
|
||||
bool inherits(String? classname) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_string func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_string_FFI>>(
|
||||
'c_QObject__inherits_char')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, classname?.toNativeUtf8() ?? ffi.nullptr) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // installEventFilter(QObject * filterObj)
|
||||
|
||||
//tag=1027
|
||||
// installEventFilter(QObject * filterObj)
|
||||
installEventFilter(QObject? filterObj) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QObject__installEventFilter_QObject')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, filterObj == null ? ffi.nullptr : filterObj.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // isWidgetType() const
|
||||
|
||||
//tag=1027
|
||||
// isWidgetType() const
|
||||
bool isWidgetType() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_QObject__isWidgetType')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isWindowType() const
|
||||
|
||||
//tag=1027
|
||||
// isWindowType() const
|
||||
bool isWindowType() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_QObject__isWindowType')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // killTimer(int id)
|
||||
|
||||
//tag=1027
|
||||
// killTimer(int id)
|
||||
killTimer(int id) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QObject__killTimer_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, id);
|
||||
}
|
||||
//tag=1024
|
||||
} // objectName() const
|
||||
|
||||
//tag=1027
|
||||
// objectName() const
|
||||
QString objectName() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QObject__objectName')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // parent() const
|
||||
|
||||
//tag=1027
|
||||
// parent() const
|
||||
QObject parent() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QObject__parent')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QObject.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // receivers(const char * signal) const
|
||||
|
||||
//tag=1027
|
||||
// receivers(const char * signal) const
|
||||
int receivers(String? signal) {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_string func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_string_FFI>>(
|
||||
'c_QObject__receivers_char')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, signal?.toNativeUtf8() ?? ffi.nullptr);
|
||||
}
|
||||
//tag=1024
|
||||
} // removeEventFilter(QObject * obj)
|
||||
|
||||
//tag=1027
|
||||
// removeEventFilter(QObject * obj)
|
||||
removeEventFilter(QObject? obj) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QObject__removeEventFilter_QObject')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, obj == null ? ffi.nullptr : obj.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // sender() const
|
||||
|
||||
//tag=1027
|
||||
// sender() const
|
||||
QObject sender() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QObject__sender')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QObject.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // senderSignalIndex() const
|
||||
|
||||
//tag=1027
|
||||
// senderSignalIndex() const
|
||||
int senderSignalIndex() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_QObject__senderSignalIndex')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setObjectName(const QString & name)
|
||||
|
||||
//tag=1027
|
||||
// setObjectName(const QString & name)
|
||||
setObjectName(String? name) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QObject__setObjectName_QString')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, name?.toNativeUtf8() ?? ffi.nullptr);
|
||||
}
|
||||
//tag=1024
|
||||
} // setParent(QObject * parent)
|
||||
|
||||
//tag=1027
|
||||
// setParent(QObject * parent)
|
||||
setParent(QObject? parent) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QObject__setParent_QObject')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // signalsBlocked() const
|
||||
|
||||
//tag=1027
|
||||
// signalsBlocked() const
|
||||
bool signalsBlocked() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
'c_QObject__signalsBlocked')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // startTimer(int interval)
|
||||
|
||||
//tag=1027
|
||||
// startTimer(int interval)
|
||||
int startTimer(int interval) {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QObject__startTimer_int')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, interval);
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// tr(const char * s, const char * c, int n)
|
||||
static // tr(const char * s, const char * c, int n)
|
||||
QString tr(String? s, String? c, int n) {
|
||||
//tag=1028
|
||||
final voidstar_Func_string_string_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_string_string_ffi_Int32_FFI>>(
|
||||
'c_static_QObject__tr_char_char_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
s?.toNativeUtf8() ?? ffi.nullptr, c?.toNativeUtf8() ?? ffi.nullptr, n);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -523,7 +358,6 @@ class QObject {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 295:
|
||||
@@ -548,27 +382,22 @@ class QObject {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_QObject__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
QObject.customEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback295, 295);
|
||||
const callbackExcept306 = 0;
|
||||
//tag=1021
|
||||
final callback306 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
QObject.event_calledFromC, callbackExcept306);
|
||||
registerCallback(thisCpp, callback306, 306);
|
||||
const callbackExcept307 = 0;
|
||||
//tag=1021
|
||||
final callback307 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_QPoint_Finalizer');
|
||||
|
||||
class QPoint {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, QPoint>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = true;
|
||||
@@ -36,36 +32,26 @@ class QPoint {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory QPoint.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
QPoint.fromCppPointer(cppPointer, needsAutoDelete)) as QPoint;
|
||||
}
|
||||
QPoint.fromCppPointer(var cppPointer, [this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
QPoint.init() {}
|
||||
//tag=1023
|
||||
//QPoint()
|
||||
QPoint.init() {} //QPoint()
|
||||
QPoint() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_QPoint__constructor')
|
||||
.asFunction();
|
||||
thisCpp = func();
|
||||
QPoint.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1023
|
||||
//QPoint(int xpos, int ypos)
|
||||
} //QPoint(int xpos, int ypos)
|
||||
QPoint.ctor2(int xpos, int ypos) {
|
||||
//tag=1075
|
||||
final voidstar_Func_int_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QPoint__constructor_int_int')
|
||||
@@ -73,111 +59,70 @@ class QPoint {
|
||||
thisCpp = func(xpos, ypos);
|
||||
QPoint.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// dotProduct(const QPoint & p1, const QPoint & p2)
|
||||
static // dotProduct(const QPoint & p1, const QPoint & p2)
|
||||
int dotProduct(QPoint? p1, QPoint? p2) {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_voidstar_FFI>>(
|
||||
'c_static_QPoint__dotProduct_QPoint_QPoint')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(p1 == null ? ffi.nullptr : p1.thisCpp,
|
||||
p2 == null ? ffi.nullptr : p2.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // isNull() const
|
||||
|
||||
//tag=1027
|
||||
// isNull() const
|
||||
bool isNull() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QPoint__isNull')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // manhattanLength() const
|
||||
|
||||
//tag=1027
|
||||
// manhattanLength() const
|
||||
int manhattanLength() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>(
|
||||
'c_QPoint__manhattanLength')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setX(int x)
|
||||
|
||||
//tag=1027
|
||||
// setX(int x)
|
||||
setX(int x) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QPoint__setX_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, x);
|
||||
}
|
||||
//tag=1024
|
||||
} // setY(int y)
|
||||
|
||||
//tag=1027
|
||||
// setY(int y)
|
||||
setY(int y) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QPoint__setY_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, y);
|
||||
}
|
||||
//tag=1024
|
||||
} // transposed() const
|
||||
|
||||
//tag=1027
|
||||
// transposed() const
|
||||
QPoint transposed() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QPoint__transposed')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // x() const
|
||||
|
||||
//tag=1027
|
||||
// x() const
|
||||
int x() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QPoint__x')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // y() const
|
||||
|
||||
//tag=1027
|
||||
// y() const
|
||||
int y() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QPoint__y')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_QRect_Finalizer');
|
||||
|
||||
class QRect {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, QRect>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = true;
|
||||
@@ -36,36 +32,26 @@ class QRect {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory QRect.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
QRect.fromCppPointer(cppPointer, needsAutoDelete)) as QRect;
|
||||
}
|
||||
QRect.fromCppPointer(var cppPointer, [this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
QRect.init() {}
|
||||
//tag=1023
|
||||
//QRect()
|
||||
QRect.init() {} //QRect()
|
||||
QRect() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_QRect__constructor')
|
||||
.asFunction();
|
||||
thisCpp = func();
|
||||
QRect.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1023
|
||||
//QRect(const QPoint & topleft, const QPoint & bottomright)
|
||||
} //QRect(const QPoint & topleft, const QPoint & bottomright)
|
||||
QRect.ctor2(QPoint? topleft, QPoint? bottomright) {
|
||||
//tag=1075
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__constructor_QPoint_QPoint')
|
||||
@@ -73,11 +59,8 @@ class QRect {
|
||||
thisCpp = func(topleft == null ? ffi.nullptr : topleft.thisCpp,
|
||||
bottomright == null ? ffi.nullptr : bottomright.thisCpp);
|
||||
QRect.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1023
|
||||
//QRect(const QPoint & topleft, const QSize & size)
|
||||
} //QRect(const QPoint & topleft, const QSize & size)
|
||||
QRect.ctor3(QPoint? topleft, QSize? size) {
|
||||
//tag=1075
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__constructor_QPoint_QSize')
|
||||
@@ -85,11 +68,8 @@ class QRect {
|
||||
thisCpp = func(topleft == null ? ffi.nullptr : topleft.thisCpp,
|
||||
size == null ? ffi.nullptr : size.thisCpp);
|
||||
QRect.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1023
|
||||
//QRect(int left, int top, int width, int height)
|
||||
} //QRect(int left, int top, int width, int height)
|
||||
QRect.ctor4(int left, int top, int width, int height) {
|
||||
//tag=1075
|
||||
final voidstar_Func_int_int_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
@@ -98,781 +78,489 @@ class QRect {
|
||||
.asFunction();
|
||||
thisCpp = func(left, top, width, height);
|
||||
QRect.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// adjust(int x1, int y1, int x2, int y2)
|
||||
} // adjust(int x1, int y1, int x2, int y2)
|
||||
adjust(int x1, int y1, int x2, int y2) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int_int_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
void_Func_voidstar_ffi_Int32_ffi_Int32_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__adjust_int_int_int_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, x1, y1, x2, y2);
|
||||
}
|
||||
//tag=1024
|
||||
} // adjusted(int x1, int y1, int x2, int y2) const
|
||||
|
||||
//tag=1027
|
||||
// adjusted(int x1, int y1, int x2, int y2) const
|
||||
QRect adjusted(int x1, int y1, int x2, int y2) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_int_int_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_ffi_Int32_ffi_Int32_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__adjusted_int_int_int_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp, x1, y1, x2, y2);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // bottom() const
|
||||
|
||||
//tag=1027
|
||||
// bottom() const
|
||||
int bottom() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__bottom')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // bottomLeft() const
|
||||
|
||||
//tag=1027
|
||||
// bottomLeft() const
|
||||
QPoint bottomLeft() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__bottomLeft')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // bottomRight() const
|
||||
|
||||
//tag=1027
|
||||
// bottomRight() const
|
||||
QPoint bottomRight() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__bottomRight')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // center() const
|
||||
|
||||
//tag=1027
|
||||
// center() const
|
||||
QPoint center() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__center')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // contains(const QPoint & p, bool proper) const
|
||||
|
||||
//tag=1027
|
||||
// contains(const QPoint & p, bool proper) const
|
||||
bool contains(QPoint? p, {bool proper = false}) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_ffi_Int8_FFI>>(
|
||||
'c_QRect__contains_QPoint_bool')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, p == null ? ffi.nullptr : p.thisCpp, proper ? 1 : 0) !=
|
||||
0;
|
||||
}
|
||||
//tag=1024
|
||||
} // contains(const QRect & r, bool proper) const
|
||||
|
||||
//tag=1027
|
||||
// contains(const QRect & r, bool proper) const
|
||||
bool contains_2(QRect? r, {bool proper = false}) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_ffi_Int8_FFI>>(
|
||||
'c_QRect__contains_QRect_bool')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, r == null ? ffi.nullptr : r.thisCpp, proper ? 1 : 0) !=
|
||||
0;
|
||||
}
|
||||
//tag=1024
|
||||
} // contains(int x, int y) const
|
||||
|
||||
//tag=1027
|
||||
// contains(int x, int y) const
|
||||
bool contains_3(int x, int y) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_int_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__contains_int_int')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, x, y) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // contains(int x, int y, bool proper) const
|
||||
|
||||
//tag=1027
|
||||
// contains(int x, int y, bool proper) const
|
||||
bool contains_4(int x, int y, bool proper) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_int_int_bool func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
bool_Func_voidstar_ffi_Int32_ffi_Int32_ffi_Int8_FFI>>(
|
||||
'c_QRect__contains_int_int_bool')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, x, y, proper ? 1 : 0) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // height() const
|
||||
|
||||
//tag=1027
|
||||
// height() const
|
||||
int height() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__height')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // intersected(const QRect & other) const
|
||||
|
||||
//tag=1027
|
||||
// intersected(const QRect & other) const
|
||||
QRect intersected(QRect? other) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__intersected_QRect')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, other == null ? ffi.nullptr : other.thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // intersects(const QRect & r) const
|
||||
|
||||
//tag=1027
|
||||
// intersects(const QRect & r) const
|
||||
bool intersects(QRect? r) {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__intersects_QRect')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, r == null ? ffi.nullptr : r.thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isEmpty() const
|
||||
|
||||
//tag=1027
|
||||
// isEmpty() const
|
||||
bool isEmpty() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QRect__isEmpty')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isNull() const
|
||||
|
||||
//tag=1027
|
||||
// isNull() const
|
||||
bool isNull() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QRect__isNull')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isValid() const
|
||||
|
||||
//tag=1027
|
||||
// isValid() const
|
||||
bool isValid() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QRect__isValid')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // left() const
|
||||
|
||||
//tag=1027
|
||||
// left() const
|
||||
int left() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__left')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveBottom(int pos)
|
||||
|
||||
//tag=1027
|
||||
// moveBottom(int pos)
|
||||
moveBottom(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__moveBottom_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveBottomLeft(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// moveBottomLeft(const QPoint & p)
|
||||
moveBottomLeft(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__moveBottomLeft_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveBottomRight(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// moveBottomRight(const QPoint & p)
|
||||
moveBottomRight(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__moveBottomRight_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveCenter(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// moveCenter(const QPoint & p)
|
||||
moveCenter(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__moveCenter_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveLeft(int pos)
|
||||
|
||||
//tag=1027
|
||||
// moveLeft(int pos)
|
||||
moveLeft(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__moveLeft_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveRight(int pos)
|
||||
|
||||
//tag=1027
|
||||
// moveRight(int pos)
|
||||
moveRight(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__moveRight_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveTo(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// moveTo(const QPoint & p)
|
||||
moveTo(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__moveTo_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveTo(int x, int t)
|
||||
|
||||
//tag=1027
|
||||
// moveTo(int x, int t)
|
||||
moveTo_2(int x, int t) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__moveTo_int_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, x, t);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveTop(int pos)
|
||||
|
||||
//tag=1027
|
||||
// moveTop(int pos)
|
||||
moveTop(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__moveTop_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveTopLeft(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// moveTopLeft(const QPoint & p)
|
||||
moveTopLeft(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__moveTopLeft_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // moveTopRight(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// moveTopRight(const QPoint & p)
|
||||
moveTopRight(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__moveTopRight_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // normalized() const
|
||||
|
||||
//tag=1027
|
||||
// normalized() const
|
||||
QRect normalized() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__normalized')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // right() const
|
||||
|
||||
//tag=1027
|
||||
// right() const
|
||||
int right() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__right')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setBottom(int pos)
|
||||
|
||||
//tag=1027
|
||||
// setBottom(int pos)
|
||||
setBottom(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setBottom_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // setBottomLeft(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// setBottomLeft(const QPoint & p)
|
||||
setBottomLeft(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__setBottomLeft_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setBottomRight(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// setBottomRight(const QPoint & p)
|
||||
setBottomRight(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__setBottomRight_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setCoords(int x1, int y1, int x2, int y2)
|
||||
|
||||
//tag=1027
|
||||
// setCoords(int x1, int y1, int x2, int y2)
|
||||
setCoords(int x1, int y1, int x2, int y2) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int_int_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
void_Func_voidstar_ffi_Int32_ffi_Int32_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__setCoords_int_int_int_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, x1, y1, x2, y2);
|
||||
}
|
||||
//tag=1024
|
||||
} // setHeight(int h)
|
||||
|
||||
//tag=1027
|
||||
// setHeight(int h)
|
||||
setHeight(int h) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setHeight_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, h);
|
||||
}
|
||||
//tag=1024
|
||||
} // setLeft(int pos)
|
||||
|
||||
//tag=1027
|
||||
// setLeft(int pos)
|
||||
setLeft(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setLeft_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // setRect(int x, int y, int w, int h)
|
||||
|
||||
//tag=1027
|
||||
// setRect(int x, int y, int w, int h)
|
||||
setRect(int x, int y, int w, int h) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int_int_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
void_Func_voidstar_ffi_Int32_ffi_Int32_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__setRect_int_int_int_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, x, y, w, h);
|
||||
}
|
||||
//tag=1024
|
||||
} // setRight(int pos)
|
||||
|
||||
//tag=1027
|
||||
// setRight(int pos)
|
||||
setRight(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setRight_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // setSize(const QSize & s)
|
||||
|
||||
//tag=1027
|
||||
// setSize(const QSize & s)
|
||||
setSize(QSize? s) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__setSize_QSize')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, s == null ? ffi.nullptr : s.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setTop(int pos)
|
||||
|
||||
//tag=1027
|
||||
// setTop(int pos)
|
||||
setTop(int pos) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setTop_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, pos);
|
||||
}
|
||||
//tag=1024
|
||||
} // setTopLeft(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// setTopLeft(const QPoint & p)
|
||||
setTopLeft(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__setTopLeft_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setTopRight(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// setTopRight(const QPoint & p)
|
||||
setTopRight(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__setTopRight_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // setWidth(int w)
|
||||
|
||||
//tag=1027
|
||||
// setWidth(int w)
|
||||
setWidth(int w) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setWidth_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, w);
|
||||
}
|
||||
//tag=1024
|
||||
} // setX(int x)
|
||||
|
||||
//tag=1027
|
||||
// setX(int x)
|
||||
setX(int x) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setX_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, x);
|
||||
}
|
||||
//tag=1024
|
||||
} // setY(int y)
|
||||
|
||||
//tag=1027
|
||||
// setY(int y)
|
||||
setY(int y) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QRect__setY_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, y);
|
||||
}
|
||||
//tag=1024
|
||||
} // size() const
|
||||
|
||||
//tag=1027
|
||||
// size() const
|
||||
QSize size() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>('c_QRect__size')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // top() const
|
||||
|
||||
//tag=1027
|
||||
// top() const
|
||||
int top() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__top')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // topLeft() const
|
||||
|
||||
//tag=1027
|
||||
// topLeft() const
|
||||
QPoint topLeft() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__topLeft')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // topRight() const
|
||||
|
||||
//tag=1027
|
||||
// topRight() const
|
||||
QPoint topRight() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__topRight')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QPoint.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // translate(const QPoint & p)
|
||||
|
||||
//tag=1027
|
||||
// translate(const QPoint & p)
|
||||
translate(QPoint? p) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__translate_QPoint')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // translate(int dx, int dy)
|
||||
|
||||
//tag=1027
|
||||
// translate(int dx, int dy)
|
||||
translate_2(int dx, int dy) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__translate_int_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, dx, dy);
|
||||
}
|
||||
//tag=1024
|
||||
} // translated(const QPoint & p) const
|
||||
|
||||
//tag=1027
|
||||
// translated(const QPoint & p) const
|
||||
QRect translated(QPoint? p) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__translated_QPoint')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, p == null ? ffi.nullptr : p.thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // translated(int dx, int dy) const
|
||||
|
||||
//tag=1027
|
||||
// translated(int dx, int dy) const
|
||||
QRect translated_2(int dx, int dy) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QRect__translated_int_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp, dx, dy);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // transposed() const
|
||||
|
||||
//tag=1027
|
||||
// transposed() const
|
||||
QRect transposed() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QRect__transposed')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // united(const QRect & other) const
|
||||
|
||||
//tag=1027
|
||||
// united(const QRect & other) const
|
||||
QRect united(QRect? other) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QRect__united_QRect')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, other == null ? ffi.nullptr : other.thisCpp);
|
||||
return QRect.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // width() const
|
||||
|
||||
//tag=1027
|
||||
// width() const
|
||||
int width() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__width')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // x() const
|
||||
|
||||
//tag=1027
|
||||
// x() const
|
||||
int x() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__x')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // y() const
|
||||
|
||||
//tag=1027
|
||||
// y() const
|
||||
int y() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QRect__y')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
|
||||
@@ -8,22 +8,18 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
final _finalizer =
|
||||
_dylib.lookup<ffi.NativeFunction<Dart_WeakPersistentHandleFinalizer_Type>>(
|
||||
'c_QSize_Finalizer');
|
||||
|
||||
class QSize {
|
||||
//tag=1060
|
||||
static var s_dartInstanceByCppPtr = Map<int, QSize>();
|
||||
var _thisCpp = null;
|
||||
bool _needsAutoDelete = true;
|
||||
@@ -36,188 +32,121 @@ class QSize {
|
||||
}
|
||||
|
||||
static bool isCached(var cppPointer) {
|
||||
//tag=1024
|
||||
return s_dartInstanceByCppPtr.containsKey(cppPointer.address);
|
||||
}
|
||||
|
||||
//tag=1061
|
||||
factory QSize.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
return (s_dartInstanceByCppPtr[cppPointer.address] ??
|
||||
QSize.fromCppPointer(cppPointer, needsAutoDelete)) as QSize;
|
||||
}
|
||||
QSize.fromCppPointer(var cppPointer, [this._needsAutoDelete = false]) {
|
||||
//tag=1024
|
||||
thisCpp = cppPointer;
|
||||
}
|
||||
//tag=1025
|
||||
QSize.init() {}
|
||||
//tag=1023
|
||||
//QSize()
|
||||
QSize.init() {} //QSize()
|
||||
QSize() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_QSize__constructor')
|
||||
.asFunction();
|
||||
thisCpp = func();
|
||||
QSize.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1023
|
||||
//QSize(int w, int h)
|
||||
} //QSize(int w, int h)
|
||||
QSize.ctor2(int w, int h) {
|
||||
//tag=1075
|
||||
final voidstar_Func_int_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_ffi_Int32_ffi_Int32_FFI>>(
|
||||
'c_QSize__constructor_int_int')
|
||||
.asFunction();
|
||||
thisCpp = func(w, h);
|
||||
QSize.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// boundedTo(const QSize & arg__1) const
|
||||
} // boundedTo(const QSize & arg__1) const
|
||||
QSize boundedTo(QSize? arg__1) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QSize__boundedTo_QSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // expandedTo(const QSize & arg__1) const
|
||||
|
||||
//tag=1027
|
||||
// expandedTo(const QSize & arg__1) const
|
||||
QSize expandedTo(QSize? arg__1) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
'c_QSize__expandedTo_QSize')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // height() const
|
||||
|
||||
//tag=1027
|
||||
// height() const
|
||||
int height() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QSize__height')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // isEmpty() const
|
||||
|
||||
//tag=1027
|
||||
// isEmpty() const
|
||||
bool isEmpty() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QSize__isEmpty')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isNull() const
|
||||
|
||||
//tag=1027
|
||||
// isNull() const
|
||||
bool isNull() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QSize__isNull')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // isValid() const
|
||||
|
||||
//tag=1027
|
||||
// isValid() const
|
||||
bool isValid() {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>('c_QSize__isValid')
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
}
|
||||
//tag=1024
|
||||
} // setHeight(int h)
|
||||
|
||||
//tag=1027
|
||||
// setHeight(int h)
|
||||
setHeight(int h) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QSize__setHeight_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, h);
|
||||
}
|
||||
//tag=1024
|
||||
} // setWidth(int w)
|
||||
|
||||
//tag=1027
|
||||
// setWidth(int w)
|
||||
setWidth(int w) {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
'c_QSize__setWidth_int')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, w);
|
||||
}
|
||||
//tag=1024
|
||||
} // transpose()
|
||||
|
||||
//tag=1027
|
||||
// transpose()
|
||||
transpose() {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
'c_QSize__transpose')
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
}
|
||||
//tag=1024
|
||||
} // transposed() const
|
||||
|
||||
//tag=1027
|
||||
// transposed() const
|
||||
QSize transposed() {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_QSize__transposed')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
return QSize.fromCppPointer(result, true);
|
||||
}
|
||||
//tag=1024
|
||||
} // width() const
|
||||
|
||||
//tag=1027
|
||||
// width() const
|
||||
int width() {
|
||||
//tag=1028
|
||||
final int_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_FFI>>('c_QSize__width')
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,18 +8,14 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
//tag=1038
|
||||
class Qt_CursorShape {
|
||||
static const ArrowCursor = 0;
|
||||
static const UpArrowCursor = 1;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,34 +8,26 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
class ViewFactory extends QObject {
|
||||
//tag=1064
|
||||
ViewFactory.fromCppPointer(var cppPointer, [var needsAutoDelete = false])
|
||||
: super.fromCppPointer(cppPointer, needsAutoDelete) {}
|
||||
ViewFactory.init() : super.init() {}
|
||||
//tag=1062
|
||||
factory ViewFactory.fromCache(var cppPointer, [needsAutoDelete = false]) {
|
||||
if (QObject.isCached(cppPointer)) {
|
||||
var instance = QObject.s_dartInstanceByCppPtr[cppPointer.address];
|
||||
if (instance != null) return instance as ViewFactory;
|
||||
}
|
||||
return ViewFactory.fromCppPointer(cppPointer, needsAutoDelete);
|
||||
}
|
||||
//tag=1023
|
||||
//ViewFactory()
|
||||
} //ViewFactory()
|
||||
ViewFactory() : super.init() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_KDDockWidgets__ViewFactory__constructor')
|
||||
@@ -43,25 +35,18 @@ class ViewFactory extends QObject {
|
||||
thisCpp = func();
|
||||
QObject.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
} // createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const
|
||||
ClassicIndicatorWindowViewInterface createClassicIndicatorWindow(
|
||||
ClassicIndicators? arg__1) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(681))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
return ClassicIndicatorWindowViewInterface.fromCppPointer(result, false);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> createClassicIndicatorWindow_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? arg__1) {
|
||||
var dartInstance =
|
||||
@@ -71,24 +56,18 @@ class ViewFactory extends QObject {
|
||||
"Dart instance not found for ViewFactory::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance
|
||||
.createClassicIndicatorWindow(ClassicIndicators.fromCppPointer(arg__1));
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
} // createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
|
||||
//tag=1027
|
||||
// createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const
|
||||
View createDropArea(DropArea? arg__1, View? parent) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar_voidstar func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(682))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
thisCpp,
|
||||
arg__1 == null ? ffi.nullptr : arg__1.thisCpp,
|
||||
@@ -96,7 +75,6 @@ class ViewFactory extends QObject {
|
||||
return View.fromCppPointer(result, false);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> createDropArea_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? arg__1, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -106,28 +84,21 @@ class ViewFactory extends QObject {
|
||||
"Dart instance not found for ViewFactory::createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.createDropArea(
|
||||
DropArea.fromCppPointer(arg__1), View.fromCppPointer(parent));
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
} // createRubberBand(KDDockWidgets::View * parent) const
|
||||
|
||||
//tag=1027
|
||||
// createRubberBand(KDDockWidgets::View * parent) const
|
||||
View createRubberBand(View? parent) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(683))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(thisCpp, parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
return View.fromCppPointer(result, false);
|
||||
}
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> createRubberBand_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -137,13 +108,10 @@ class ViewFactory extends QObject {
|
||||
"Dart instance not found for ViewFactory::createRubberBand(KDDockWidgets::View * parent) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.createRubberBand(View.fromCppPointer(parent));
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void customEvent_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -153,12 +121,9 @@ class ViewFactory extends QObject {
|
||||
"Dart instance not found for ViewFactory::customEvent(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.customEvent(QEvent.fromCppPointer(event));
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int event_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -168,13 +133,10 @@ class ViewFactory extends QObject {
|
||||
"Dart instance not found for ViewFactory::event(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.event(QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int eventFilter_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? watched, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -184,29 +146,22 @@ class ViewFactory extends QObject {
|
||||
"Dart instance not found for ViewFactory::eventFilter(QObject * watched, QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.eventFilter(
|
||||
QObject.fromCppPointer(watched), QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// tr(const char * s, const char * c, int n)
|
||||
static // tr(const char * s, const char * c, int n)
|
||||
QString tr(String? s, String? c, int n) {
|
||||
//tag=1028
|
||||
final voidstar_Func_string_string_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_string_string_ffi_Int32_FFI>>(
|
||||
'c_static_KDDockWidgets__ViewFactory__tr_char_char_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
s?.toNativeUtf8() ?? ffi.nullptr, c?.toNativeUtf8() ?? ffi.nullptr, n);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -215,7 +170,6 @@ class ViewFactory extends QObject {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 681:
|
||||
@@ -252,42 +206,34 @@ class ViewFactory extends QObject {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__ViewFactory__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback681 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory.createClassicIndicatorWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback681, 681);
|
||||
//tag=1021
|
||||
final callback682 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
ViewFactory.createDropArea_calledFromC);
|
||||
registerCallback(thisCpp, callback682, 682);
|
||||
//tag=1021
|
||||
final callback683 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory.createRubberBand_calledFromC);
|
||||
registerCallback(thisCpp, callback683, 683);
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
QObject.customEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback295, 295);
|
||||
const callbackExcept306 = 0;
|
||||
//tag=1021
|
||||
final callback306 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
QObject.event_calledFromC, callbackExcept306);
|
||||
registerCallback(thisCpp, callback306, 306);
|
||||
const callbackExcept307 = 0;
|
||||
//tag=1021
|
||||
final callback307 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
|
||||
@@ -8,24 +8,19 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
|
||||
class ViewFactory_flutter extends ViewFactory {
|
||||
//tag=1064
|
||||
ViewFactory_flutter.fromCppPointer(var cppPointer,
|
||||
[var needsAutoDelete = false])
|
||||
: super.fromCppPointer(cppPointer, needsAutoDelete) {}
|
||||
ViewFactory_flutter.init() : super.init() {}
|
||||
//tag=1062
|
||||
factory ViewFactory_flutter.fromCache(var cppPointer,
|
||||
[needsAutoDelete = false]) {
|
||||
if (QObject.isCached(cppPointer)) {
|
||||
@@ -33,11 +28,8 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
if (instance != null) return instance as ViewFactory_flutter;
|
||||
}
|
||||
return ViewFactory_flutter.fromCppPointer(cppPointer, needsAutoDelete);
|
||||
}
|
||||
//tag=1023
|
||||
//ViewFactory_flutter()
|
||||
} //ViewFactory_flutter()
|
||||
ViewFactory_flutter() : super.init() {
|
||||
//tag=1075
|
||||
final voidstar_Func_void func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_void_FFI>>(
|
||||
'c_KDDockWidgets__ViewFactory_flutter__constructor')
|
||||
@@ -46,9 +38,6 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
QObject.s_dartInstanceByCppPtr[thisCpp.address] = this;
|
||||
registerCallbacks();
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> createClassicIndicatorWindow_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? arg__1) {
|
||||
var dartInstance =
|
||||
@@ -58,14 +47,11 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
"Dart instance not found for ViewFactory_flutter::createClassicIndicatorWindow(KDDockWidgets::Controllers::ClassicIndicators * arg__1) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance
|
||||
.createClassicIndicatorWindow(ClassicIndicators.fromCppPointer(arg__1));
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> createDropArea_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? arg__1, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -75,14 +61,11 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
"Dart instance not found for ViewFactory_flutter::createDropArea(KDDockWidgets::Controllers::DropArea * arg__1, KDDockWidgets::View * parent) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.createDropArea(
|
||||
DropArea.fromCppPointer(arg__1), View.fromCppPointer(parent));
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static ffi.Pointer<void> createRubberBand_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? parent) {
|
||||
var dartInstance =
|
||||
@@ -92,13 +75,10 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
"Dart instance not found for ViewFactory_flutter::createRubberBand(KDDockWidgets::View * parent) const! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.createRubberBand(View.fromCppPointer(parent));
|
||||
return result.thisCpp;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static void customEvent_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -108,12 +88,9 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
"Dart instance not found for ViewFactory_flutter::customEvent(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1036
|
||||
dartInstance.customEvent(QEvent.fromCppPointer(event));
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int event_calledFromC(
|
||||
ffi.Pointer<void> thisCpp, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -123,13 +100,10 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
"Dart instance not found for ViewFactory_flutter::event(QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.event(QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//tag=1035
|
||||
static int eventFilter_calledFromC(ffi.Pointer<void> thisCpp,
|
||||
ffi.Pointer<void>? watched, ffi.Pointer<void>? event) {
|
||||
var dartInstance =
|
||||
@@ -139,29 +113,22 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
"Dart instance not found for ViewFactory_flutter::eventFilter(QObject * watched, QEvent * event)! (${thisCpp.address})");
|
||||
throw Error();
|
||||
}
|
||||
//tag=1037
|
||||
final result = dartInstance.eventFilter(
|
||||
QObject.fromCppPointer(watched), QEvent.fromCppPointer(event));
|
||||
return result ? 1 : 0;
|
||||
}
|
||||
|
||||
//tag=1024
|
||||
static
|
||||
//tag=1027
|
||||
// tr(const char * s, const char * c, int n)
|
||||
static // tr(const char * s, const char * c, int n)
|
||||
QString tr(String? s, String? c, int n) {
|
||||
//tag=1028
|
||||
final voidstar_Func_string_string_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_string_string_ffi_Int32_FFI>>(
|
||||
'c_static_KDDockWidgets__ViewFactory_flutter__tr_char_char_int')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
s?.toNativeUtf8() ?? ffi.nullptr, c?.toNativeUtf8() ?? ffi.nullptr, n);
|
||||
return QString.fromCppPointer(result, true);
|
||||
}
|
||||
|
||||
//tag=1022
|
||||
void release() {
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
@@ -170,7 +137,6 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
func(thisCpp);
|
||||
}
|
||||
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 681:
|
||||
@@ -207,42 +173,34 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
throw Error();
|
||||
}
|
||||
|
||||
//tag=1020
|
||||
void registerCallbacks() {
|
||||
assert(thisCpp != null);
|
||||
final RegisterMethodIsReimplementedCallback registerCallback = _dylib
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__ViewFactory_flutter__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback681 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory_flutter.createClassicIndicatorWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback681, 681);
|
||||
//tag=1021
|
||||
final callback682 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
ViewFactory_flutter.createDropArea_calledFromC);
|
||||
registerCallback(thisCpp, callback682, 682);
|
||||
//tag=1021
|
||||
final callback683 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory_flutter.createRubberBand_calledFromC);
|
||||
registerCallback(thisCpp, callback683, 683);
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
QObject.customEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback295, 295);
|
||||
const callbackExcept306 = 0;
|
||||
//tag=1021
|
||||
final callback306 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
QObject.event_calledFromC, callbackExcept306);
|
||||
registerCallback(thisCpp, callback306, 306);
|
||||
const callbackExcept307 = 0;
|
||||
//tag=1021
|
||||
final callback307 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,42 +8,29 @@
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
//tag=1052
|
||||
import 'dart:ffi' as ffi;
|
||||
import 'package:ffi/ffi.dart';
|
||||
import 'TypeHelpers.dart';
|
||||
import '../Bindings.dart';
|
||||
import '../FinalizerHelpers.dart';
|
||||
|
||||
//tag=1051
|
||||
var _dylib = Library.instance().dylib;
|
||||
//tag=1024
|
||||
|
||||
//tag=1027
|
||||
// asView_flutter(KDDockWidgets::Controller * controller)
|
||||
var _dylib = Library.instance()
|
||||
.dylib; // asView_flutter(KDDockWidgets::Controller * controller)
|
||||
View_flutter asView_flutter(Controller? controller) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_static_KDDockWidgets__Views__asView_flutter_Controller')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
func(controller == null ? ffi.nullptr : controller.thisCpp);
|
||||
return View_flutter.fromCppPointer(result, false);
|
||||
}
|
||||
//tag=1024
|
||||
} // asView_flutter(KDDockWidgets::View * view)
|
||||
|
||||
//tag=1027
|
||||
// asView_flutter(KDDockWidgets::View * view)
|
||||
View_flutter asView_flutter_2(View? view) {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
'c_static_KDDockWidgets__Views__asView_flutter_View')
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(view == null ? ffi.nullptr : view.thisCpp);
|
||||
return View_flutter.fromCppPointer(result, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user