flutter: Added bindings for Item
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "../KDDockWidgets.h"
|
||||
#include "../Config.h"
|
||||
|
||||
#include "../private/multisplitter/Item_p.h"
|
||||
|
||||
// TODO: kdbindings is choking shiboken
|
||||
// #include "Window_flutter.h"
|
||||
// #include "../private/multisplitter/Item_p.h"
|
||||
|
||||
@@ -353,31 +353,31 @@ void c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__registerVirtua
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 594:
|
||||
case 669:
|
||||
wrapper->m_hoverCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_hover>(callback);
|
||||
break;
|
||||
case 595:
|
||||
case 670:
|
||||
wrapper->m_isWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_isWindow>(callback);
|
||||
break;
|
||||
case 596:
|
||||
case 671:
|
||||
wrapper->m_posForIndicatorCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_posForIndicator>(callback);
|
||||
break;
|
||||
case 597:
|
||||
case 672:
|
||||
wrapper->m_raiseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_raise>(callback);
|
||||
break;
|
||||
case 598:
|
||||
case 673:
|
||||
wrapper->m_resizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_resize>(callback);
|
||||
break;
|
||||
case 599:
|
||||
case 674:
|
||||
wrapper->m_setGeometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_setGeometry>(callback);
|
||||
break;
|
||||
case 600:
|
||||
case 675:
|
||||
wrapper->m_setObjectNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_setObjectName>(callback);
|
||||
break;
|
||||
case 601:
|
||||
case 676:
|
||||
wrapper->m_setVisibleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_setVisible>(callback);
|
||||
break;
|
||||
case 602:
|
||||
case 677:
|
||||
wrapper->m_updatePositionsCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicatorWindowViewInterface_wrapper::Callback_updatePositions>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -222,13 +222,13 @@ void c_KDDockWidgets__Controllers__ClassicIndicators__registerVirtualMethodCallb
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 678:
|
||||
case 753:
|
||||
wrapper->m_hover_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper::Callback_hover_impl>(callback);
|
||||
break;
|
||||
case 681:
|
||||
case 756:
|
||||
wrapper->m_posForIndicatorCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper::Callback_posForIndicator>(callback);
|
||||
break;
|
||||
case 686:
|
||||
case 761:
|
||||
wrapper->m_updateVisibilityCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ClassicIndicators_wrapper::Callback_updateVisibility>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -513,7 +513,7 @@ void c_KDDockWidgets__Controller__registerVirtualMethodCallback(void *ptr, void
|
||||
case 307:
|
||||
wrapper->m_eventFilterCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper::Callback_eventFilter>(callback);
|
||||
break;
|
||||
case 725:
|
||||
case 800:
|
||||
wrapper->m_setParentView_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Controller_wrapper::Callback_setParentView_impl>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -46,6 +46,13 @@ void DropArea_wrapper::addWidget(KDDockWidgets::View *widget, KDDockWidgets::Loc
|
||||
// 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
|
||||
@@ -211,6 +218,15 @@ void c_KDDockWidgets__Controllers__DropArea__addWidget_View_Location(void *thisO
|
||||
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();
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__Controllers__DropArea__customEvent_QEvent(void *thisObj, void *event_)
|
||||
@@ -327,7 +343,7 @@ void c_KDDockWidgets__Controllers__DropArea__registerVirtualMethodCallback(void
|
||||
case 307:
|
||||
wrapper->m_eventFilterCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper::Callback_eventFilter>(callback);
|
||||
break;
|
||||
case 725:
|
||||
case 800:
|
||||
wrapper->m_setParentView_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::DropArea_wrapper::Callback_setParentView_impl>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <DropArea.h>
|
||||
#include <qstring.h>
|
||||
#include <View.h>
|
||||
#include <Item_p.h>
|
||||
#include <qsize.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
@@ -31,6 +32,8 @@ public:
|
||||
// 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);
|
||||
@@ -86,6 +89,10 @@ KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__addMul
|
||||
// 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
|
||||
KDDockWidgetsBindings_EXPORT void *c_KDDockWidgets__Controllers__DropArea__centralFrame(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__DropArea__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,401 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio Martins <sergio.martins@kdab.com>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
// tag=1040
|
||||
#include "KDDockWidgetsBindings_exports.h"
|
||||
#include <Item_p.h>
|
||||
#include <qstring.h>
|
||||
#include <View.h>
|
||||
#include <qsize.h>
|
||||
#include <qpoint.h>
|
||||
#include <qrect.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.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)
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__constructor_View(void *hostWidget_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::checkSanity()
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__checkSanity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::customEvent(QEvent * event)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::dumpLayout(int level)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__dumpLayout_int(void *thisObj, int level);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::geometry() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__geometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::guestView() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__guestView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::height() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::hostView() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__hostView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isBeingInserted() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isBeingInserted(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isContainer() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isContainer(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isMDI() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isMDI(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isPlaceholder() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isPlaceholder(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isRoot() const
|
||||
KDDockWidgetsBindings_EXPORT bool c_Layouting__Item__isRoot(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// 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
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapFromParent_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// 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
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapFromRoot_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// 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
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__mapToRoot_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::maxSizeHint() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__maxSizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::minSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__minSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::missingSize() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__missingSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::pos() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__pos(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::rect() const
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__rect(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::ref()
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__ref(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::refCount() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__refCount(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setBeingInserted_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setGeometry_recursive_QRect(void *thisObj, void *rect_);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setHostView_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setMaxSizeHint_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__setPos_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// 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
|
||||
KDDockWidgetsBindings_EXPORT void *c_Layouting__Item__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// 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()
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__unref(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::updateWidgetGeometries()
|
||||
KDDockWidgetsBindings_EXPORT void c_Layouting__Item__updateWidgetGeometries(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::visibleCount_recursive() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__visibleCount_recursive(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::width() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::x() const
|
||||
KDDockWidgetsBindings_EXPORT int c_Layouting__Item__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// 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 *);
|
||||
}
|
||||
@@ -53,6 +53,13 @@ void Layout_wrapper::clearLayout()
|
||||
// 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
|
||||
@@ -170,6 +177,13 @@ int Layout_wrapper::placeholderCount() const
|
||||
// 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
|
||||
@@ -281,6 +295,16 @@ void c_KDDockWidgets__Controllers__Layout__clearLayout(void *thisObj)
|
||||
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);
|
||||
}
|
||||
|
||||
// tag=1050
|
||||
// count() const
|
||||
int c_KDDockWidgets__Controllers__Layout__count(void *thisObj)
|
||||
@@ -399,6 +423,15 @@ int c_KDDockWidgets__Controllers__Layout__placeholderCount(void *thisObj)
|
||||
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_)
|
||||
@@ -474,7 +507,7 @@ void c_KDDockWidgets__Controllers__Layout__registerVirtualMethodCallback(void *p
|
||||
case 307:
|
||||
wrapper->m_eventFilterCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper::Callback_eventFilter>(callback);
|
||||
break;
|
||||
case 725:
|
||||
case 800:
|
||||
wrapper->m_setParentView_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Layout_wrapper::Callback_setParentView_impl>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -14,12 +14,13 @@
|
||||
#include <controllers/Layout.h>
|
||||
#include <View.h>
|
||||
#include <qsize.h>
|
||||
#include <Item_p.h>
|
||||
#include <DropArea.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qstring.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qrect.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
@@ -36,6 +37,8 @@ public:
|
||||
// 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);
|
||||
@@ -66,6 +69,8 @@ public:
|
||||
// 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);
|
||||
@@ -111,6 +116,10 @@ KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__checkSan
|
||||
// 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
|
||||
KDDockWidgetsBindings_EXPORT bool c_KDDockWidgets__Controllers__Layout__containsItem_Item(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::count() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__count(void *thisObj);
|
||||
@@ -159,6 +168,10 @@ KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__layoutWid
|
||||
// KDDockWidgets::Controllers::Layout::placeholderCount() const
|
||||
KDDockWidgetsBindings_EXPORT int c_KDDockWidgets__Controllers__Layout__placeholderCount(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// 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)
|
||||
KDDockWidgetsBindings_EXPORT void c_KDDockWidgets__Controllers__Layout__setLayoutMinimumSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio Martins <sergio.martins@kdab.com>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
#include "Layouting_wrapper.h"
|
||||
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
namespace Dartagnan {
|
||||
|
||||
typedef int (*CleanupCallback)(void *thisPtr);
|
||||
static CleanupCallback s_cleanupCallback = nullptr;
|
||||
|
||||
template<typename T>
|
||||
struct ValueWrapper
|
||||
{
|
||||
T value;
|
||||
};
|
||||
|
||||
}
|
||||
extern "C" {
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio Martins <sergio.martins@kdab.com>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
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 *);
|
||||
}
|
||||
@@ -916,94 +916,94 @@ void c_KDDockWidgets__Platform_flutter__registerVirtualMethodCallback(void *ptr,
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 639:
|
||||
case 714:
|
||||
wrapper->m_applicationNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_applicationName>(callback);
|
||||
break;
|
||||
case 640:
|
||||
case 715:
|
||||
wrapper->m_createDefaultViewFactoryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_createDefaultViewFactory>(callback);
|
||||
break;
|
||||
case 641:
|
||||
case 716:
|
||||
wrapper->m_createViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_createView>(callback);
|
||||
break;
|
||||
case 642:
|
||||
case 717:
|
||||
wrapper->m_hasActivePopupCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_hasActivePopup>(callback);
|
||||
break;
|
||||
case 643:
|
||||
case 718:
|
||||
wrapper->m_inDisallowedDragViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_inDisallowedDragView>(callback);
|
||||
break;
|
||||
case 645:
|
||||
case 720:
|
||||
wrapper->m_installMessageHandlerCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_installMessageHandler>(callback);
|
||||
break;
|
||||
case 646:
|
||||
case 721:
|
||||
wrapper->m_isLeftMouseButtonPressedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_isLeftMouseButtonPressed>(callback);
|
||||
break;
|
||||
case 647:
|
||||
case 722:
|
||||
wrapper->m_isProcessingAppQuitEventCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_isProcessingAppQuitEvent>(callback);
|
||||
break;
|
||||
case 648:
|
||||
case 723:
|
||||
wrapper->m_nameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_name>(callback);
|
||||
break;
|
||||
case 649:
|
||||
case 724:
|
||||
wrapper->m_organizationNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_organizationName>(callback);
|
||||
break;
|
||||
case 650:
|
||||
case 725:
|
||||
wrapper->m_restoreMouseCursorCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_restoreMouseCursor>(callback);
|
||||
break;
|
||||
case 651:
|
||||
case 726:
|
||||
wrapper->m_screenNumberForCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_screenNumberFor>(callback);
|
||||
break;
|
||||
case 652:
|
||||
case 727:
|
||||
wrapper->m_screenSizeForCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_screenSizeFor>(callback);
|
||||
break;
|
||||
case 653:
|
||||
case 728:
|
||||
wrapper->m_sendEventCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_sendEvent>(callback);
|
||||
break;
|
||||
case 654:
|
||||
case 729:
|
||||
wrapper->m_setMouseCursorCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_setMouseCursor>(callback);
|
||||
break;
|
||||
case 655:
|
||||
case 730:
|
||||
wrapper->m_tests_createFocusableViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_createFocusableView>(callback);
|
||||
break;
|
||||
case 656:
|
||||
case 731:
|
||||
wrapper->m_tests_createNonClosableViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_createNonClosableView>(callback);
|
||||
break;
|
||||
case 657:
|
||||
case 732:
|
||||
wrapper->m_tests_createViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_createView>(callback);
|
||||
break;
|
||||
case 658:
|
||||
case 733:
|
||||
wrapper->m_tests_deinitPlatform_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_deinitPlatform_impl>(callback);
|
||||
break;
|
||||
case 659:
|
||||
case 734:
|
||||
wrapper->m_tests_initPlatform_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_initPlatform_impl>(callback);
|
||||
break;
|
||||
case 660:
|
||||
case 735:
|
||||
wrapper->m_tests_waitCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_wait>(callback);
|
||||
break;
|
||||
case 661:
|
||||
case 736:
|
||||
wrapper->m_tests_waitForDeletedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_waitForDeleted>(callback);
|
||||
break;
|
||||
case 662:
|
||||
case 737:
|
||||
wrapper->m_tests_waitForDeleted_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_waitForDeleted_2>(callback);
|
||||
break;
|
||||
case 663:
|
||||
case 738:
|
||||
wrapper->m_tests_waitForEventCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_waitForEvent>(callback);
|
||||
break;
|
||||
case 664:
|
||||
case 739:
|
||||
wrapper->m_tests_waitForEvent_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_waitForEvent_2>(callback);
|
||||
break;
|
||||
case 665:
|
||||
case 740:
|
||||
wrapper->m_tests_waitForResizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_waitForResize>(callback);
|
||||
break;
|
||||
case 666:
|
||||
case 741:
|
||||
wrapper->m_tests_waitForResize_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_tests_waitForResize_2>(callback);
|
||||
break;
|
||||
case 667:
|
||||
case 742:
|
||||
wrapper->m_ungrabMouseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_ungrabMouse>(callback);
|
||||
break;
|
||||
case 668:
|
||||
case 743:
|
||||
wrapper->m_uninstallMessageHandlerCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_uninstallMessageHandler>(callback);
|
||||
break;
|
||||
case 669:
|
||||
case 744:
|
||||
wrapper->m_usesFallbackMouseGrabberCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::Platform_flutter_wrapper::Callback_usesFallbackMouseGrabber>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -263,13 +263,13 @@ void c_KDDockWidgets__ViewFactory_flutter__registerVirtualMethodCallback(void *p
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 606:
|
||||
case 681:
|
||||
wrapper->m_createClassicIndicatorWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper::Callback_createClassicIndicatorWindow>(callback);
|
||||
break;
|
||||
case 607:
|
||||
case 682:
|
||||
wrapper->m_createDropAreaCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper::Callback_createDropArea>(callback);
|
||||
break;
|
||||
case 608:
|
||||
case 683:
|
||||
wrapper->m_createRubberBandCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_flutter_wrapper::Callback_createRubberBand>(callback);
|
||||
break;
|
||||
case 295:
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
#include <DropArea.h>
|
||||
#include <ClassicIndicatorWindowViewInterface.h>
|
||||
#include <ClassicIndicators.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
|
||||
@@ -275,13 +275,13 @@ void c_KDDockWidgets__ViewFactory__registerVirtualMethodCallback(void *ptr, void
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 606:
|
||||
case 681:
|
||||
wrapper->m_createClassicIndicatorWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper::Callback_createClassicIndicatorWindow>(callback);
|
||||
break;
|
||||
case 607:
|
||||
case 682:
|
||||
wrapper->m_createDropAreaCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper::Callback_createDropArea>(callback);
|
||||
break;
|
||||
case 608:
|
||||
case 683:
|
||||
wrapper->m_createRubberBandCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::ViewFactory_wrapper::Callback_createRubberBand>(callback);
|
||||
break;
|
||||
case 295:
|
||||
|
||||
@@ -1563,166 +1563,166 @@ void c_KDDockWidgets__Views__View_flutter__registerVirtualMethodCallback(void *p
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 739:
|
||||
case 814:
|
||||
wrapper->m_activateWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_activateWindow>(callback);
|
||||
break;
|
||||
case 743:
|
||||
case 818:
|
||||
wrapper->m_closeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_close>(callback);
|
||||
break;
|
||||
case 746:
|
||||
case 821:
|
||||
wrapper->m_createPlatformWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_createPlatformWindow>(callback);
|
||||
break;
|
||||
case 751:
|
||||
case 826:
|
||||
wrapper->m_flagsCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_flags>(callback);
|
||||
break;
|
||||
case 753:
|
||||
case 828:
|
||||
wrapper->m_free_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_free_impl>(callback);
|
||||
break;
|
||||
case 755:
|
||||
case 830:
|
||||
wrapper->m_geometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_geometry>(callback);
|
||||
break;
|
||||
case 757:
|
||||
case 832:
|
||||
wrapper->m_grabMouseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_grabMouse>(callback);
|
||||
break;
|
||||
case 760:
|
||||
case 835:
|
||||
wrapper->m_hasFocusCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_hasFocus>(callback);
|
||||
break;
|
||||
case 762:
|
||||
case 837:
|
||||
wrapper->m_hideCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_hide>(callback);
|
||||
break;
|
||||
case 765:
|
||||
case 840:
|
||||
wrapper->m_initCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_init>(callback);
|
||||
break;
|
||||
case 767:
|
||||
case 842:
|
||||
wrapper->m_isActiveWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_isActiveWindow>(callback);
|
||||
break;
|
||||
case 768:
|
||||
case 843:
|
||||
wrapper->m_isMaximizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_isMaximized>(callback);
|
||||
break;
|
||||
case 769:
|
||||
case 844:
|
||||
wrapper->m_isMinimizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_isMinimized>(callback);
|
||||
break;
|
||||
case 770:
|
||||
case 845:
|
||||
wrapper->m_isNullCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_isNull>(callback);
|
||||
break;
|
||||
case 771:
|
||||
case 846:
|
||||
wrapper->m_isRootViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_isRootView>(callback);
|
||||
break;
|
||||
case 772:
|
||||
case 847:
|
||||
wrapper->m_isVisibleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_isVisible>(callback);
|
||||
break;
|
||||
case 773:
|
||||
case 848:
|
||||
wrapper->m_mapFromGlobalCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_mapFromGlobal>(callback);
|
||||
break;
|
||||
case 774:
|
||||
case 849:
|
||||
wrapper->m_mapToCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_mapTo>(callback);
|
||||
break;
|
||||
case 775:
|
||||
case 850:
|
||||
wrapper->m_mapToGlobalCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_mapToGlobal>(callback);
|
||||
break;
|
||||
case 776:
|
||||
case 851:
|
||||
wrapper->m_maxSizeHintCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_maxSizeHint>(callback);
|
||||
break;
|
||||
case 777:
|
||||
case 852:
|
||||
wrapper->m_maximumSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_maximumSize>(callback);
|
||||
break;
|
||||
case 778:
|
||||
case 853:
|
||||
wrapper->m_minSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_minSize>(callback);
|
||||
break;
|
||||
case 779:
|
||||
case 854:
|
||||
wrapper->m_minimumHeightCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_minimumHeight>(callback);
|
||||
break;
|
||||
case 780:
|
||||
case 855:
|
||||
wrapper->m_minimumWidthCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_minimumWidth>(callback);
|
||||
break;
|
||||
case 782:
|
||||
case 857:
|
||||
wrapper->m_move_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_move_2>(callback);
|
||||
break;
|
||||
case 783:
|
||||
case 858:
|
||||
wrapper->m_normalGeometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_normalGeometry>(callback);
|
||||
break;
|
||||
case 784:
|
||||
case 859:
|
||||
wrapper->m_objectNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_objectName>(callback);
|
||||
break;
|
||||
case 785:
|
||||
case 860:
|
||||
wrapper->m_onResizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_onResize>(callback);
|
||||
break;
|
||||
case 788:
|
||||
case 863:
|
||||
wrapper->m_raiseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_raise>(callback);
|
||||
break;
|
||||
case 789:
|
||||
case 864:
|
||||
wrapper->m_raiseAndActivateCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_raiseAndActivate>(callback);
|
||||
break;
|
||||
case 791:
|
||||
case 866:
|
||||
wrapper->m_releaseKeyboardCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_releaseKeyboard>(callback);
|
||||
break;
|
||||
case 792:
|
||||
case 867:
|
||||
wrapper->m_releaseMouseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_releaseMouse>(callback);
|
||||
break;
|
||||
case 796:
|
||||
case 871:
|
||||
wrapper->m_setCursorCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setCursor>(callback);
|
||||
break;
|
||||
case 797:
|
||||
case 872:
|
||||
wrapper->m_setFixedHeightCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setFixedHeight>(callback);
|
||||
break;
|
||||
case 798:
|
||||
case 873:
|
||||
wrapper->m_setFixedWidthCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setFixedWidth>(callback);
|
||||
break;
|
||||
case 799:
|
||||
case 874:
|
||||
wrapper->m_setGeometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setGeometry>(callback);
|
||||
break;
|
||||
case 800:
|
||||
case 875:
|
||||
wrapper->m_setHeightCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setHeight>(callback);
|
||||
break;
|
||||
case 801:
|
||||
case 876:
|
||||
wrapper->m_setMaximumSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setMaximumSize>(callback);
|
||||
break;
|
||||
case 802:
|
||||
case 877:
|
||||
wrapper->m_setMinimumSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setMinimumSize>(callback);
|
||||
break;
|
||||
case 803:
|
||||
case 878:
|
||||
wrapper->m_setMouseTrackingCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setMouseTracking>(callback);
|
||||
break;
|
||||
case 804:
|
||||
case 879:
|
||||
wrapper->m_setObjectNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setObjectName>(callback);
|
||||
break;
|
||||
case 805:
|
||||
case 880:
|
||||
wrapper->m_setParentCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setParent>(callback);
|
||||
break;
|
||||
case 807:
|
||||
case 882:
|
||||
wrapper->m_setSize_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setSize_2>(callback);
|
||||
break;
|
||||
case 808:
|
||||
case 883:
|
||||
wrapper->m_setVisibleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setVisible>(callback);
|
||||
break;
|
||||
case 809:
|
||||
case 884:
|
||||
wrapper->m_setWidthCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setWidth>(callback);
|
||||
break;
|
||||
case 810:
|
||||
case 885:
|
||||
wrapper->m_setWindowOpacityCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setWindowOpacity>(callback);
|
||||
break;
|
||||
case 811:
|
||||
case 886:
|
||||
wrapper->m_setWindowTitleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setWindowTitle>(callback);
|
||||
break;
|
||||
case 812:
|
||||
case 887:
|
||||
wrapper->m_setZOrderCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_setZOrder>(callback);
|
||||
break;
|
||||
case 813:
|
||||
case 888:
|
||||
wrapper->m_showCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_show>(callback);
|
||||
break;
|
||||
case 814:
|
||||
case 889:
|
||||
wrapper->m_showMaximizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_showMaximized>(callback);
|
||||
break;
|
||||
case 815:
|
||||
case 890:
|
||||
wrapper->m_showMinimizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_showMinimized>(callback);
|
||||
break;
|
||||
case 816:
|
||||
case 891:
|
||||
wrapper->m_showNormalCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_showNormal>(callback);
|
||||
break;
|
||||
case 818:
|
||||
case 893:
|
||||
wrapper->m_sizeHintCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_sizeHint>(callback);
|
||||
break;
|
||||
case 820:
|
||||
case 895:
|
||||
wrapper->m_updateCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_flutter_wrapper::Callback_update>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qstring.h>
|
||||
#include <controllers/Layout.h>
|
||||
#include <DropArea.h>
|
||||
#include <controllers/Layout.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
// tag=1017
|
||||
|
||||
@@ -2229,166 +2229,166 @@ void c_KDDockWidgets__View__registerVirtualMethodCallback(void *ptr, void *callb
|
||||
// tag=1048
|
||||
auto wrapper = fromWrapperPtr(ptr);
|
||||
switch (methodId) {
|
||||
case 739:
|
||||
case 814:
|
||||
wrapper->m_activateWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_activateWindow>(callback);
|
||||
break;
|
||||
case 743:
|
||||
case 818:
|
||||
wrapper->m_closeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_close>(callback);
|
||||
break;
|
||||
case 746:
|
||||
case 821:
|
||||
wrapper->m_createPlatformWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_createPlatformWindow>(callback);
|
||||
break;
|
||||
case 751:
|
||||
case 826:
|
||||
wrapper->m_flagsCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_flags>(callback);
|
||||
break;
|
||||
case 753:
|
||||
case 828:
|
||||
wrapper->m_free_implCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_free_impl>(callback);
|
||||
break;
|
||||
case 755:
|
||||
case 830:
|
||||
wrapper->m_geometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_geometry>(callback);
|
||||
break;
|
||||
case 757:
|
||||
case 832:
|
||||
wrapper->m_grabMouseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_grabMouse>(callback);
|
||||
break;
|
||||
case 760:
|
||||
case 835:
|
||||
wrapper->m_hasFocusCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_hasFocus>(callback);
|
||||
break;
|
||||
case 762:
|
||||
case 837:
|
||||
wrapper->m_hideCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_hide>(callback);
|
||||
break;
|
||||
case 765:
|
||||
case 840:
|
||||
wrapper->m_initCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_init>(callback);
|
||||
break;
|
||||
case 767:
|
||||
case 842:
|
||||
wrapper->m_isActiveWindowCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_isActiveWindow>(callback);
|
||||
break;
|
||||
case 768:
|
||||
case 843:
|
||||
wrapper->m_isMaximizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_isMaximized>(callback);
|
||||
break;
|
||||
case 769:
|
||||
case 844:
|
||||
wrapper->m_isMinimizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_isMinimized>(callback);
|
||||
break;
|
||||
case 770:
|
||||
case 845:
|
||||
wrapper->m_isNullCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_isNull>(callback);
|
||||
break;
|
||||
case 771:
|
||||
case 846:
|
||||
wrapper->m_isRootViewCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_isRootView>(callback);
|
||||
break;
|
||||
case 772:
|
||||
case 847:
|
||||
wrapper->m_isVisibleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_isVisible>(callback);
|
||||
break;
|
||||
case 773:
|
||||
case 848:
|
||||
wrapper->m_mapFromGlobalCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_mapFromGlobal>(callback);
|
||||
break;
|
||||
case 774:
|
||||
case 849:
|
||||
wrapper->m_mapToCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_mapTo>(callback);
|
||||
break;
|
||||
case 775:
|
||||
case 850:
|
||||
wrapper->m_mapToGlobalCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_mapToGlobal>(callback);
|
||||
break;
|
||||
case 776:
|
||||
case 851:
|
||||
wrapper->m_maxSizeHintCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_maxSizeHint>(callback);
|
||||
break;
|
||||
case 777:
|
||||
case 852:
|
||||
wrapper->m_maximumSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_maximumSize>(callback);
|
||||
break;
|
||||
case 778:
|
||||
case 853:
|
||||
wrapper->m_minSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_minSize>(callback);
|
||||
break;
|
||||
case 779:
|
||||
case 854:
|
||||
wrapper->m_minimumHeightCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_minimumHeight>(callback);
|
||||
break;
|
||||
case 780:
|
||||
case 855:
|
||||
wrapper->m_minimumWidthCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_minimumWidth>(callback);
|
||||
break;
|
||||
case 782:
|
||||
case 857:
|
||||
wrapper->m_move_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_move_2>(callback);
|
||||
break;
|
||||
case 783:
|
||||
case 858:
|
||||
wrapper->m_normalGeometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_normalGeometry>(callback);
|
||||
break;
|
||||
case 784:
|
||||
case 859:
|
||||
wrapper->m_objectNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_objectName>(callback);
|
||||
break;
|
||||
case 785:
|
||||
case 860:
|
||||
wrapper->m_onResizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_onResize>(callback);
|
||||
break;
|
||||
case 788:
|
||||
case 863:
|
||||
wrapper->m_raiseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_raise>(callback);
|
||||
break;
|
||||
case 789:
|
||||
case 864:
|
||||
wrapper->m_raiseAndActivateCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_raiseAndActivate>(callback);
|
||||
break;
|
||||
case 791:
|
||||
case 866:
|
||||
wrapper->m_releaseKeyboardCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_releaseKeyboard>(callback);
|
||||
break;
|
||||
case 792:
|
||||
case 867:
|
||||
wrapper->m_releaseMouseCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_releaseMouse>(callback);
|
||||
break;
|
||||
case 796:
|
||||
case 871:
|
||||
wrapper->m_setCursorCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setCursor>(callback);
|
||||
break;
|
||||
case 797:
|
||||
case 872:
|
||||
wrapper->m_setFixedHeightCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setFixedHeight>(callback);
|
||||
break;
|
||||
case 798:
|
||||
case 873:
|
||||
wrapper->m_setFixedWidthCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setFixedWidth>(callback);
|
||||
break;
|
||||
case 799:
|
||||
case 874:
|
||||
wrapper->m_setGeometryCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setGeometry>(callback);
|
||||
break;
|
||||
case 800:
|
||||
case 875:
|
||||
wrapper->m_setHeightCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setHeight>(callback);
|
||||
break;
|
||||
case 801:
|
||||
case 876:
|
||||
wrapper->m_setMaximumSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setMaximumSize>(callback);
|
||||
break;
|
||||
case 802:
|
||||
case 877:
|
||||
wrapper->m_setMinimumSizeCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setMinimumSize>(callback);
|
||||
break;
|
||||
case 803:
|
||||
case 878:
|
||||
wrapper->m_setMouseTrackingCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setMouseTracking>(callback);
|
||||
break;
|
||||
case 804:
|
||||
case 879:
|
||||
wrapper->m_setObjectNameCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setObjectName>(callback);
|
||||
break;
|
||||
case 805:
|
||||
case 880:
|
||||
wrapper->m_setParentCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setParent>(callback);
|
||||
break;
|
||||
case 807:
|
||||
case 882:
|
||||
wrapper->m_setSize_2Callback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setSize_2>(callback);
|
||||
break;
|
||||
case 808:
|
||||
case 883:
|
||||
wrapper->m_setVisibleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setVisible>(callback);
|
||||
break;
|
||||
case 809:
|
||||
case 884:
|
||||
wrapper->m_setWidthCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setWidth>(callback);
|
||||
break;
|
||||
case 810:
|
||||
case 885:
|
||||
wrapper->m_setWindowOpacityCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setWindowOpacity>(callback);
|
||||
break;
|
||||
case 811:
|
||||
case 886:
|
||||
wrapper->m_setWindowTitleCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setWindowTitle>(callback);
|
||||
break;
|
||||
case 812:
|
||||
case 887:
|
||||
wrapper->m_setZOrderCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_setZOrder>(callback);
|
||||
break;
|
||||
case 813:
|
||||
case 888:
|
||||
wrapper->m_showCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_show>(callback);
|
||||
break;
|
||||
case 814:
|
||||
case 889:
|
||||
wrapper->m_showMaximizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_showMaximized>(callback);
|
||||
break;
|
||||
case 815:
|
||||
case 890:
|
||||
wrapper->m_showMinimizedCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_showMinimized>(callback);
|
||||
break;
|
||||
case 816:
|
||||
case 891:
|
||||
wrapper->m_showNormalCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_showNormal>(callback);
|
||||
break;
|
||||
case 818:
|
||||
case 893:
|
||||
wrapper->m_sizeHintCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_sizeHint>(callback);
|
||||
break;
|
||||
case 820:
|
||||
case 895:
|
||||
wrapper->m_updateCallback = reinterpret_cast<KDDockWidgetsBindings_wrappersNS::View_wrapper::Callback_update>(callback);
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -1625,6 +1625,215 @@ void c_QByteArray__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
void c_QByteArray_Finalizer(void *, void *cppObj, void *);
|
||||
// tag=1047
|
||||
void c_Layouting_Finalizer(void *, void *cppObj, void *);
|
||||
// tag=1067
|
||||
// Layouting::Item::Item(KDDockWidgets::View * hostWidget)
|
||||
void *c_Layouting__Item__constructor_View(void *hostWidget_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::checkSanity()
|
||||
bool c_Layouting__Item__checkSanity(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::customEvent(QEvent * event)
|
||||
void c_Layouting__Item__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::dumpLayout(int level)
|
||||
void c_Layouting__Item__dumpLayout_int(void *thisObj, int level);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::event(QEvent * event)
|
||||
bool c_Layouting__Item__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_Layouting__Item__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::geometry() const
|
||||
void *c_Layouting__Item__geometry(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::guestView() const
|
||||
void *c_Layouting__Item__guestView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::height() const
|
||||
int c_Layouting__Item__height(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::hostView() const
|
||||
void *c_Layouting__Item__hostView(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isBeingInserted() const
|
||||
bool c_Layouting__Item__isBeingInserted(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isContainer() const
|
||||
bool c_Layouting__Item__isContainer(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isMDI() const
|
||||
bool c_Layouting__Item__isMDI(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isPlaceholder() const
|
||||
bool c_Layouting__Item__isPlaceholder(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isRoot() const
|
||||
bool c_Layouting__Item__isRoot(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::isVisible(bool excludeBeingInserted) const
|
||||
bool c_Layouting__Item__isVisible_bool(void *thisObj, bool excludeBeingInserted);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapFromParent(QPoint arg__1) const
|
||||
void *c_Layouting__Item__mapFromParent_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapFromRoot(QPoint arg__1) const
|
||||
void *c_Layouting__Item__mapFromRoot_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapFromRoot(QRect arg__1) const
|
||||
void *c_Layouting__Item__mapFromRoot_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapToRoot(QPoint arg__1) const
|
||||
void *c_Layouting__Item__mapToRoot_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::mapToRoot(QRect arg__1) const
|
||||
void *c_Layouting__Item__mapToRoot_QRect(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::maxSizeHint() const
|
||||
void *c_Layouting__Item__maxSizeHint(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::minSize() const
|
||||
void *c_Layouting__Item__minSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::missingSize() const
|
||||
void *c_Layouting__Item__missingSize(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::pos() const
|
||||
void *c_Layouting__Item__pos(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::rect() const
|
||||
void *c_Layouting__Item__rect(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::ref()
|
||||
void c_Layouting__Item__ref(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::refCount() const
|
||||
int c_Layouting__Item__refCount(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::restore(KDDockWidgets::View * guestView)
|
||||
void c_Layouting__Item__restore_View(void *thisObj, void *guestView_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setBeingInserted(bool arg__1)
|
||||
void c_Layouting__Item__setBeingInserted_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setGeometry(QRect rect)
|
||||
void c_Layouting__Item__setGeometry_QRect(void *thisObj, void *rect_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setGeometry_recursive(QRect rect)
|
||||
void c_Layouting__Item__setGeometry_recursive_QRect(void *thisObj, void *rect_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setGuestView(KDDockWidgets::View * arg__1)
|
||||
void c_Layouting__Item__setGuestView_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setHostView(KDDockWidgets::View * arg__1)
|
||||
void c_Layouting__Item__setHostView_View(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setIsVisible(bool arg__1)
|
||||
void c_Layouting__Item__setIsVisible_bool(void *thisObj, bool arg__1);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setMaxSizeHint(QSize arg__1)
|
||||
void c_Layouting__Item__setMaxSizeHint_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setMinSize(QSize arg__1)
|
||||
void c_Layouting__Item__setMinSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setPos(QPoint arg__1)
|
||||
void c_Layouting__Item__setPos_QPoint(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::setSize(QSize arg__1)
|
||||
void c_Layouting__Item__setSize_QSize(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::size() const
|
||||
void *c_Layouting__Item__size(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::tr(const char * s, const char * c, int n)
|
||||
void *c_static_Layouting__Item__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::unref()
|
||||
void c_Layouting__Item__unref(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::updateWidgetGeometries()
|
||||
void c_Layouting__Item__updateWidgetGeometries(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::visibleCount_recursive() const
|
||||
int c_Layouting__Item__visibleCount_recursive(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::width() const
|
||||
int c_Layouting__Item__width(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::x() const
|
||||
int c_Layouting__Item__x(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// Layouting::Item::y() const
|
||||
int c_Layouting__Item__y(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
void c_Layouting__Item__destructor(void *thisObj);
|
||||
|
||||
// tag=1044
|
||||
int c_static_Layouting__Item___get_separatorThickness();
|
||||
|
||||
// tag=1044
|
||||
bool c_static_Layouting__Item___get_s_silenceSanityChecks();
|
||||
|
||||
// tag=1045
|
||||
void c_static_Layouting__Item___set_separatorThickness_int(int separatorThickness_);
|
||||
|
||||
// tag=1045
|
||||
void c_static_Layouting__Item___set_s_silenceSanityChecks_bool(bool s_silenceSanityChecks_);
|
||||
|
||||
// tag=1046
|
||||
void c_Layouting__Item__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
void c_Layouting__Item_Finalizer(void *, void *cppObj, void *);
|
||||
// tag=1067
|
||||
// KDDockWidgets::locationStr(KDDockWidgets::Location loc)
|
||||
void *c_static_KDDockWidgets__locationStr_Location(int loc);
|
||||
@@ -2693,6 +2902,10 @@ bool c_KDDockWidgets__Controllers__Layout__checkSanity(void *thisObj);
|
||||
// KDDockWidgets::Controllers::Layout::clearLayout()
|
||||
void c_KDDockWidgets__Controllers__Layout__clearLayout(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::containsItem(const Layouting::Item * arg__1) const
|
||||
bool c_KDDockWidgets__Controllers__Layout__containsItem_Item(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::count() const
|
||||
int c_KDDockWidgets__Controllers__Layout__count(void *thisObj);
|
||||
@@ -2741,6 +2954,10 @@ int c_KDDockWidgets__Controllers__Layout__layoutWidth(void *thisObj);
|
||||
// KDDockWidgets::Controllers::Layout::placeholderCount() const
|
||||
int c_KDDockWidgets__Controllers__Layout__placeholderCount(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::removeItem(Layouting::Item * item)
|
||||
void c_KDDockWidgets__Controllers__Layout__removeItem_Item(void *thisObj, void *item_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::Layout::setLayoutMinimumSize(QSize arg__1)
|
||||
void c_KDDockWidgets__Controllers__Layout__setLayoutMinimumSize_QSize(void *thisObj, void *arg__1_);
|
||||
@@ -2784,6 +3001,10 @@ void c_KDDockWidgets__Controllers__DropArea__addMultiSplitter_DropArea_Location(
|
||||
// KDDockWidgets::Controllers::DropArea::addWidget(KDDockWidgets::View * widget, KDDockWidgets::Location location)
|
||||
void c_KDDockWidgets__Controllers__DropArea__addWidget_View_Location(void *thisObj, void *widget_, int location);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::centralFrame() const
|
||||
void *c_KDDockWidgets__Controllers__DropArea__centralFrame(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Controllers::DropArea::customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__Controllers__DropArea__customEvent_QEvent(void *thisObj, void *event_);
|
||||
@@ -2903,4 +3124,4 @@ void *c_KDDockWidgets__Config__viewFactory(void *thisObj);
|
||||
void c_KDDockWidgets__Config__destructor(void *thisObj);
|
||||
|
||||
// tag=1047
|
||||
void c_KDDockWidgets__Config_Finalizer(void *, void *cppObj, void *);
|
||||
void c_KDDockWidgets__Config_Finalizer(void *, void *cppObj, void *);
|
||||
|
||||
@@ -33,6 +33,7 @@ export 'src/KDDockWidgets.dart'
|
||||
KDDockWidgets_MainWindowOption,
|
||||
KDDockWidgets_DropLocation,
|
||||
KDDockWidgets_Type;
|
||||
export 'src/Item.dart' show Item;
|
||||
export 'src/QByteArray.dart' show QByteArray;
|
||||
export 'src/QEvent.dart' show QEvent, QEvent_Type;
|
||||
export 'src/QList.dart' show QList;
|
||||
|
||||
@@ -77,7 +77,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(594))
|
||||
cFunctionSymbolName(669))
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
@@ -105,7 +105,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(595))
|
||||
cFunctionSymbolName(670))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
@@ -132,7 +132,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(596))
|
||||
cFunctionSymbolName(671))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp, arg__1);
|
||||
@@ -161,7 +161,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(597))
|
||||
cFunctionSymbolName(672))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -187,7 +187,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(598))
|
||||
cFunctionSymbolName(673))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
@@ -214,7 +214,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(599))
|
||||
cFunctionSymbolName(674))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
@@ -241,7 +241,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(600))
|
||||
cFunctionSymbolName(675))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1?.toNativeUtf8() ?? ffi.nullptr);
|
||||
@@ -268,7 +268,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_bool func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int8_FFI>>(
|
||||
cFunctionSymbolName(601))
|
||||
cFunctionSymbolName(676))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 ? 1 : 0);
|
||||
@@ -294,7 +294,7 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(602))
|
||||
cFunctionSymbolName(677))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -325,23 +325,23 @@ class ClassicIndicatorWindowViewInterface {
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 594:
|
||||
case 669:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__hover_QPoint";
|
||||
case 595:
|
||||
case 670:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__isWindow";
|
||||
case 596:
|
||||
case 671:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__posForIndicator_DropLocation";
|
||||
case 597:
|
||||
case 672:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__raise";
|
||||
case 598:
|
||||
case 673:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__resize_QSize";
|
||||
case 599:
|
||||
case 674:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setGeometry_QRect";
|
||||
case 600:
|
||||
case 675:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setObjectName_QString";
|
||||
case 601:
|
||||
case 676:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__setVisible_bool";
|
||||
case 602:
|
||||
case 677:
|
||||
return "c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__updatePositions";
|
||||
}
|
||||
return "";
|
||||
@@ -349,23 +349,23 @@ class ClassicIndicatorWindowViewInterface {
|
||||
|
||||
static String methodNameFromId(int methodId) {
|
||||
switch (methodId) {
|
||||
case 594:
|
||||
case 669:
|
||||
return "hover";
|
||||
case 595:
|
||||
case 670:
|
||||
return "isWindow";
|
||||
case 596:
|
||||
case 671:
|
||||
return "posForIndicator";
|
||||
case 597:
|
||||
case 672:
|
||||
return "raise";
|
||||
case 598:
|
||||
case 673:
|
||||
return "resize";
|
||||
case 599:
|
||||
case 674:
|
||||
return "setGeometry";
|
||||
case 600:
|
||||
case 675:
|
||||
return "setObjectName";
|
||||
case 601:
|
||||
case 676:
|
||||
return "setVisible";
|
||||
case 602:
|
||||
case 677:
|
||||
return "updatePositions";
|
||||
}
|
||||
throw Error();
|
||||
@@ -378,51 +378,51 @@ class ClassicIndicatorWindowViewInterface {
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__Views__ClassicIndicatorWindowViewInterface__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
const callbackExcept594 = 0;
|
||||
const callbackExcept669 = 0;
|
||||
//tag=1021
|
||||
final callback594 =
|
||||
final callback669 =
|
||||
ffi.Pointer.fromFunction<int_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.hover_calledFromC,
|
||||
callbackExcept594);
|
||||
registerCallback(thisCpp, callback594, 594);
|
||||
const callbackExcept595 = 0;
|
||||
callbackExcept669);
|
||||
registerCallback(thisCpp, callback669, 669);
|
||||
const callbackExcept670 = 0;
|
||||
//tag=1021
|
||||
final callback595 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
final callback670 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.isWindow_calledFromC,
|
||||
callbackExcept595);
|
||||
registerCallback(thisCpp, callback595, 595);
|
||||
callbackExcept670);
|
||||
registerCallback(thisCpp, callback670, 670);
|
||||
//tag=1021
|
||||
final callback596 =
|
||||
final callback671 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_ffi_Int32_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.posForIndicator_calledFromC);
|
||||
registerCallback(thisCpp, callback596, 596);
|
||||
registerCallback(thisCpp, callback671, 671);
|
||||
//tag=1021
|
||||
final callback597 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback672 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.raise_calledFromC);
|
||||
registerCallback(thisCpp, callback597, 597);
|
||||
registerCallback(thisCpp, callback672, 672);
|
||||
//tag=1021
|
||||
final callback598 =
|
||||
final callback673 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.resize_calledFromC);
|
||||
registerCallback(thisCpp, callback598, 598);
|
||||
registerCallback(thisCpp, callback673, 673);
|
||||
//tag=1021
|
||||
final callback599 =
|
||||
final callback674 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.setGeometry_calledFromC);
|
||||
registerCallback(thisCpp, callback599, 599);
|
||||
registerCallback(thisCpp, callback674, 674);
|
||||
//tag=1021
|
||||
final callback600 =
|
||||
final callback675 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.setObjectName_calledFromC);
|
||||
registerCallback(thisCpp, callback600, 600);
|
||||
registerCallback(thisCpp, callback675, 675);
|
||||
//tag=1021
|
||||
final callback601 =
|
||||
final callback676 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int8_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.setVisible_calledFromC);
|
||||
registerCallback(thisCpp, callback601, 601);
|
||||
registerCallback(thisCpp, callback676, 676);
|
||||
//tag=1021
|
||||
final callback602 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback677 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
ClassicIndicatorWindowViewInterface.updatePositions_calledFromC);
|
||||
registerCallback(thisCpp, callback602, 602);
|
||||
registerCallback(thisCpp, callback677, 677);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ class ClassicIndicators {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(678))
|
||||
cFunctionSymbolName(753))
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, globalPos == null ? ffi.nullptr : globalPos.thisCpp);
|
||||
@@ -143,7 +143,7 @@ class ClassicIndicators {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(681))
|
||||
cFunctionSymbolName(756))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp, arg__1);
|
||||
@@ -227,7 +227,7 @@ class ClassicIndicators {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(686))
|
||||
cFunctionSymbolName(761))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -271,11 +271,11 @@ class ClassicIndicators {
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 678:
|
||||
case 753:
|
||||
return "c_KDDockWidgets__Controllers__ClassicIndicators__hover_impl_QPoint";
|
||||
case 681:
|
||||
case 756:
|
||||
return "c_KDDockWidgets__Controllers__ClassicIndicators__posForIndicator_DropLocation";
|
||||
case 686:
|
||||
case 761:
|
||||
return "c_KDDockWidgets__Controllers__ClassicIndicators__updateVisibility";
|
||||
}
|
||||
return "";
|
||||
@@ -283,11 +283,11 @@ class ClassicIndicators {
|
||||
|
||||
static String methodNameFromId(int methodId) {
|
||||
switch (methodId) {
|
||||
case 678:
|
||||
case 753:
|
||||
return "hover_impl";
|
||||
case 681:
|
||||
case 756:
|
||||
return "posForIndicator";
|
||||
case 686:
|
||||
case 761:
|
||||
return "updateVisibility";
|
||||
}
|
||||
throw Error();
|
||||
@@ -300,20 +300,20 @@ class ClassicIndicators {
|
||||
.lookup<ffi.NativeFunction<RegisterMethodIsReimplementedCallback_FFI>>(
|
||||
'c_KDDockWidgets__Controllers__ClassicIndicators__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
const callbackExcept678 = 0;
|
||||
const callbackExcept753 = 0;
|
||||
//tag=1021
|
||||
final callback678 =
|
||||
final callback753 =
|
||||
ffi.Pointer.fromFunction<int_Func_voidstar_voidstar_FFI>(
|
||||
ClassicIndicators.hover_impl_calledFromC, callbackExcept678);
|
||||
registerCallback(thisCpp, callback678, 678);
|
||||
ClassicIndicators.hover_impl_calledFromC, callbackExcept753);
|
||||
registerCallback(thisCpp, callback753, 753);
|
||||
//tag=1021
|
||||
final callback681 =
|
||||
final callback756 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_ffi_Int32_FFI>(
|
||||
ClassicIndicators.posForIndicator_calledFromC);
|
||||
registerCallback(thisCpp, callback681, 681);
|
||||
registerCallback(thisCpp, callback756, 756);
|
||||
//tag=1021
|
||||
final callback686 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback761 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
ClassicIndicators.updateVisibility_calledFromC);
|
||||
registerCallback(thisCpp, callback686, 686);
|
||||
registerCallback(thisCpp, callback761, 761);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -235,7 +235,7 @@ class Controller extends QObject {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(725))
|
||||
cFunctionSymbolName(800))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, parent == null ? ffi.nullptr : parent.thisCpp);
|
||||
@@ -395,7 +395,7 @@ class Controller extends QObject {
|
||||
return "c_KDDockWidgets__Controller__event_QEvent";
|
||||
case 307:
|
||||
return "c_KDDockWidgets__Controller__eventFilter_QObject_QEvent";
|
||||
case 725:
|
||||
case 800:
|
||||
return "c_KDDockWidgets__Controller__setParentView_impl_View";
|
||||
}
|
||||
return super.cFunctionSymbolName(methodId);
|
||||
@@ -409,7 +409,7 @@ class Controller extends QObject {
|
||||
return "event";
|
||||
case 307:
|
||||
return "eventFilter";
|
||||
case 725:
|
||||
case 800:
|
||||
return "setParentView_impl";
|
||||
}
|
||||
throw Error();
|
||||
@@ -441,9 +441,9 @@ class Controller extends QObject {
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
registerCallback(thisCpp, callback307, 307);
|
||||
//tag=1021
|
||||
final callback725 =
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
Controller.setParentView_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback725, 725);
|
||||
registerCallback(thisCpp, callback800, 800);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,6 +90,20 @@ class DropArea extends Layout {
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//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) {
|
||||
@@ -264,7 +278,7 @@ class DropArea extends Layout {
|
||||
return "c_KDDockWidgets__Controllers__DropArea__event_QEvent";
|
||||
case 307:
|
||||
return "c_KDDockWidgets__Controllers__DropArea__eventFilter_QObject_QEvent";
|
||||
case 725:
|
||||
case 800:
|
||||
return "c_KDDockWidgets__Controllers__DropArea__setParentView_impl_View";
|
||||
}
|
||||
return super.cFunctionSymbolName(methodId);
|
||||
@@ -278,7 +292,7 @@ class DropArea extends Layout {
|
||||
return "event";
|
||||
case 307:
|
||||
return "eventFilter";
|
||||
case 725:
|
||||
case 800:
|
||||
return "setParentView_impl";
|
||||
}
|
||||
throw Error();
|
||||
@@ -310,9 +324,9 @@ class DropArea extends Layout {
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
registerCallback(thisCpp, callback307, 307);
|
||||
//tag=1021
|
||||
final callback725 =
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
Controller.setParentView_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback725, 725);
|
||||
registerCallback(thisCpp, callback800, 800);
|
||||
}
|
||||
}
|
||||
|
||||
1054
src/flutter/generated/KDDockWidgetsBindings/dart/lib/src/Item.dart
Normal file
1054
src/flutter/generated/KDDockWidgetsBindings/dart/lib/src/Item.dart
Normal file
File diff suppressed because it is too large
Load Diff
@@ -86,6 +86,19 @@ class Layout extends Controller {
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//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
|
||||
|
||||
//tag=1027
|
||||
// count() const
|
||||
int count() {
|
||||
@@ -267,6 +280,19 @@ class Layout extends Controller {
|
||||
}
|
||||
//tag=1024
|
||||
|
||||
//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
|
||||
|
||||
//tag=1027
|
||||
// setLayoutMinimumSize(QSize arg__1)
|
||||
setLayoutMinimumSize(QSize arg__1) {
|
||||
@@ -364,7 +390,7 @@ class Layout extends Controller {
|
||||
return "c_KDDockWidgets__Controllers__Layout__event_QEvent";
|
||||
case 307:
|
||||
return "c_KDDockWidgets__Controllers__Layout__eventFilter_QObject_QEvent";
|
||||
case 725:
|
||||
case 800:
|
||||
return "c_KDDockWidgets__Controllers__Layout__setParentView_impl_View";
|
||||
}
|
||||
return super.cFunctionSymbolName(methodId);
|
||||
@@ -378,7 +404,7 @@ class Layout extends Controller {
|
||||
return "event";
|
||||
case 307:
|
||||
return "eventFilter";
|
||||
case 725:
|
||||
case 800:
|
||||
return "setParentView_impl";
|
||||
}
|
||||
throw Error();
|
||||
@@ -410,9 +436,9 @@ class Layout extends Controller {
|
||||
QObject.eventFilter_calledFromC, callbackExcept307);
|
||||
registerCallback(thisCpp, callback307, 307);
|
||||
//tag=1021
|
||||
final callback725 =
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
Controller.setParentView_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback725, 725);
|
||||
registerCallback(thisCpp, callback800, 800);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio Martins <sergio.martins@kdab.com>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
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;
|
||||
@@ -74,7 +74,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(639))
|
||||
cFunctionSymbolName(714))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
@@ -102,7 +102,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(640))
|
||||
cFunctionSymbolName(715))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
@@ -132,7 +132,7 @@ class Platform_flutter {
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(641))
|
||||
cFunctionSymbolName(716))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
@@ -165,7 +165,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(642))
|
||||
cFunctionSymbolName(717))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
@@ -191,7 +191,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(643))
|
||||
cFunctionSymbolName(718))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, globalPos == null ? ffi.nullptr : globalPos.thisCpp) !=
|
||||
@@ -233,7 +233,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(645))
|
||||
cFunctionSymbolName(720))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -258,7 +258,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(646))
|
||||
cFunctionSymbolName(721))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
@@ -284,7 +284,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(647))
|
||||
cFunctionSymbolName(722))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
@@ -310,7 +310,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final string_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<string_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(648))
|
||||
cFunctionSymbolName(723))
|
||||
.asFunction();
|
||||
//tag=1032
|
||||
ffi.Pointer<Utf8> result = func(thisCpp);
|
||||
@@ -337,7 +337,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(649))
|
||||
cFunctionSymbolName(724))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(thisCpp);
|
||||
@@ -365,7 +365,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(650))
|
||||
cFunctionSymbolName(725))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -390,7 +390,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final int_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<int_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(651))
|
||||
cFunctionSymbolName(726))
|
||||
.asFunction();
|
||||
//tag=1031
|
||||
return func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp);
|
||||
@@ -417,7 +417,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(652))
|
||||
cFunctionSymbolName(727))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
@@ -446,7 +446,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(653))
|
||||
cFunctionSymbolName(728))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp,
|
||||
@@ -474,7 +474,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(654))
|
||||
cFunctionSymbolName(729))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, arg__1);
|
||||
@@ -503,7 +503,7 @@ class Platform_flutter {
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(655))
|
||||
cFunctionSymbolName(730))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
@@ -538,7 +538,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(656))
|
||||
cFunctionSymbolName(731))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
@@ -570,7 +570,7 @@ class Platform_flutter {
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(657))
|
||||
cFunctionSymbolName(732))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
@@ -605,7 +605,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(658))
|
||||
cFunctionSymbolName(733))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -630,7 +630,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(659))
|
||||
cFunctionSymbolName(734))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -655,7 +655,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(660))
|
||||
cFunctionSymbolName(735))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp, ms);
|
||||
@@ -680,7 +680,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(661))
|
||||
cFunctionSymbolName(736))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(
|
||||
@@ -710,7 +710,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(662))
|
||||
cFunctionSymbolName(737))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(
|
||||
@@ -742,7 +742,7 @@ class Platform_flutter {
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
bool_Func_voidstar_voidstar_ffi_Int32_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(663))
|
||||
cFunctionSymbolName(738))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, arg__1 == null ? ffi.nullptr : arg__1.thisCpp, type,
|
||||
@@ -774,7 +774,7 @@ class Platform_flutter {
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
bool_Func_voidstar_voidstar_ffi_Int32_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(664))
|
||||
cFunctionSymbolName(739))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp, w == null ? ffi.nullptr : w.thisCpp, type, timeout) !=
|
||||
@@ -803,7 +803,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(665))
|
||||
cFunctionSymbolName(740))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(
|
||||
@@ -833,7 +833,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar_voidstar_int func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>>(
|
||||
cFunctionSymbolName(666))
|
||||
cFunctionSymbolName(741))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(
|
||||
@@ -863,7 +863,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(667))
|
||||
cFunctionSymbolName(742))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -888,7 +888,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final void_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<void_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(668))
|
||||
cFunctionSymbolName(743))
|
||||
.asFunction();
|
||||
//tag=1030
|
||||
func(thisCpp);
|
||||
@@ -913,7 +913,7 @@ class Platform_flutter {
|
||||
//tag=1028
|
||||
final bool_Func_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<bool_Func_voidstar_FFI>>(
|
||||
cFunctionSymbolName(669))
|
||||
cFunctionSymbolName(744))
|
||||
.asFunction();
|
||||
//tag=1029
|
||||
return func(thisCpp) != 0;
|
||||
@@ -944,65 +944,65 @@ class Platform_flutter {
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 639:
|
||||
case 714:
|
||||
return "c_KDDockWidgets__Platform_flutter__applicationName";
|
||||
case 640:
|
||||
case 715:
|
||||
return "c_KDDockWidgets__Platform_flutter__createDefaultViewFactory";
|
||||
case 641:
|
||||
case 716:
|
||||
return "c_KDDockWidgets__Platform_flutter__createView_Controller_View";
|
||||
case 642:
|
||||
case 717:
|
||||
return "c_KDDockWidgets__Platform_flutter__hasActivePopup";
|
||||
case 643:
|
||||
case 718:
|
||||
return "c_KDDockWidgets__Platform_flutter__inDisallowedDragView_QPoint";
|
||||
case 645:
|
||||
case 720:
|
||||
return "c_KDDockWidgets__Platform_flutter__installMessageHandler";
|
||||
case 646:
|
||||
case 721:
|
||||
return "c_KDDockWidgets__Platform_flutter__isLeftMouseButtonPressed";
|
||||
case 647:
|
||||
case 722:
|
||||
return "c_KDDockWidgets__Platform_flutter__isProcessingAppQuitEvent";
|
||||
case 648:
|
||||
case 723:
|
||||
return "c_KDDockWidgets__Platform_flutter__name";
|
||||
case 649:
|
||||
case 724:
|
||||
return "c_KDDockWidgets__Platform_flutter__organizationName";
|
||||
case 650:
|
||||
case 725:
|
||||
return "c_KDDockWidgets__Platform_flutter__restoreMouseCursor";
|
||||
case 651:
|
||||
case 726:
|
||||
return "c_KDDockWidgets__Platform_flutter__screenNumberFor_View";
|
||||
case 652:
|
||||
case 727:
|
||||
return "c_KDDockWidgets__Platform_flutter__screenSizeFor_View";
|
||||
case 653:
|
||||
case 728:
|
||||
return "c_KDDockWidgets__Platform_flutter__sendEvent_View_QEvent";
|
||||
case 654:
|
||||
case 729:
|
||||
return "c_KDDockWidgets__Platform_flutter__setMouseCursor_CursorShape";
|
||||
case 655:
|
||||
case 730:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_createFocusableView_CreateViewOptions_View";
|
||||
case 656:
|
||||
case 731:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_createNonClosableView_View";
|
||||
case 657:
|
||||
case 732:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_createView_CreateViewOptions_View";
|
||||
case 658:
|
||||
case 733:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_deinitPlatform_impl";
|
||||
case 659:
|
||||
case 734:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_initPlatform_impl";
|
||||
case 660:
|
||||
case 735:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_wait_int";
|
||||
case 661:
|
||||
case 736:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_waitForDeleted_View_int";
|
||||
case 662:
|
||||
case 737:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_waitForDeleted_QObject_int";
|
||||
case 663:
|
||||
case 738:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_waitForEvent_View_Type_int";
|
||||
case 664:
|
||||
case 739:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_waitForEvent_QObject_Type_int";
|
||||
case 665:
|
||||
case 740:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_waitForResize_Controller_int";
|
||||
case 666:
|
||||
case 741:
|
||||
return "c_KDDockWidgets__Platform_flutter__tests_waitForResize_View_int";
|
||||
case 667:
|
||||
case 742:
|
||||
return "c_KDDockWidgets__Platform_flutter__ungrabMouse";
|
||||
case 668:
|
||||
case 743:
|
||||
return "c_KDDockWidgets__Platform_flutter__uninstallMessageHandler";
|
||||
case 669:
|
||||
case 744:
|
||||
return "c_KDDockWidgets__Platform_flutter__usesFallbackMouseGrabber";
|
||||
}
|
||||
return "";
|
||||
@@ -1010,65 +1010,65 @@ class Platform_flutter {
|
||||
|
||||
static String methodNameFromId(int methodId) {
|
||||
switch (methodId) {
|
||||
case 639:
|
||||
case 714:
|
||||
return "applicationName";
|
||||
case 640:
|
||||
case 715:
|
||||
return "createDefaultViewFactory";
|
||||
case 641:
|
||||
case 716:
|
||||
return "createView";
|
||||
case 642:
|
||||
case 717:
|
||||
return "hasActivePopup";
|
||||
case 643:
|
||||
case 718:
|
||||
return "inDisallowedDragView";
|
||||
case 645:
|
||||
case 720:
|
||||
return "installMessageHandler";
|
||||
case 646:
|
||||
case 721:
|
||||
return "isLeftMouseButtonPressed";
|
||||
case 647:
|
||||
case 722:
|
||||
return "isProcessingAppQuitEvent";
|
||||
case 648:
|
||||
case 723:
|
||||
return "name";
|
||||
case 649:
|
||||
case 724:
|
||||
return "organizationName";
|
||||
case 650:
|
||||
case 725:
|
||||
return "restoreMouseCursor";
|
||||
case 651:
|
||||
case 726:
|
||||
return "screenNumberFor";
|
||||
case 652:
|
||||
case 727:
|
||||
return "screenSizeFor";
|
||||
case 653:
|
||||
case 728:
|
||||
return "sendEvent";
|
||||
case 654:
|
||||
case 729:
|
||||
return "setMouseCursor";
|
||||
case 655:
|
||||
case 730:
|
||||
return "tests_createFocusableView";
|
||||
case 656:
|
||||
case 731:
|
||||
return "tests_createNonClosableView";
|
||||
case 657:
|
||||
case 732:
|
||||
return "tests_createView";
|
||||
case 658:
|
||||
case 733:
|
||||
return "tests_deinitPlatform_impl";
|
||||
case 659:
|
||||
case 734:
|
||||
return "tests_initPlatform_impl";
|
||||
case 660:
|
||||
case 735:
|
||||
return "tests_wait";
|
||||
case 661:
|
||||
case 736:
|
||||
return "tests_waitForDeleted";
|
||||
case 662:
|
||||
case 737:
|
||||
return "tests_waitForDeleted_2";
|
||||
case 663:
|
||||
case 738:
|
||||
return "tests_waitForEvent";
|
||||
case 664:
|
||||
case 739:
|
||||
return "tests_waitForEvent_2";
|
||||
case 665:
|
||||
case 740:
|
||||
return "tests_waitForResize";
|
||||
case 666:
|
||||
case 741:
|
||||
return "tests_waitForResize_2";
|
||||
case 667:
|
||||
case 742:
|
||||
return "ungrabMouse";
|
||||
case 668:
|
||||
case 743:
|
||||
return "uninstallMessageHandler";
|
||||
case 669:
|
||||
case 744:
|
||||
return "usesFallbackMouseGrabber";
|
||||
}
|
||||
throw Error();
|
||||
@@ -1083,160 +1083,160 @@ class Platform_flutter {
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback639 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
final callback714 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
Platform_flutter.applicationName_calledFromC);
|
||||
registerCallback(thisCpp, callback639, 639);
|
||||
registerCallback(thisCpp, callback714, 714);
|
||||
//tag=1021
|
||||
final callback640 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
final callback715 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
Platform_flutter.createDefaultViewFactory_calledFromC);
|
||||
registerCallback(thisCpp, callback640, 640);
|
||||
registerCallback(thisCpp, callback715, 715);
|
||||
//tag=1021
|
||||
final callback641 =
|
||||
final callback716 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.createView_calledFromC);
|
||||
registerCallback(thisCpp, callback641, 641);
|
||||
const callbackExcept642 = 0;
|
||||
registerCallback(thisCpp, callback716, 716);
|
||||
const callbackExcept717 = 0;
|
||||
//tag=1021
|
||||
final callback642 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
Platform_flutter.hasActivePopup_calledFromC, callbackExcept642);
|
||||
registerCallback(thisCpp, callback642, 642);
|
||||
const callbackExcept643 = 0;
|
||||
final callback717 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
Platform_flutter.hasActivePopup_calledFromC, callbackExcept717);
|
||||
registerCallback(thisCpp, callback717, 717);
|
||||
const callbackExcept718 = 0;
|
||||
//tag=1021
|
||||
final callback643 =
|
||||
final callback718 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.inDisallowedDragView_calledFromC,
|
||||
callbackExcept643);
|
||||
registerCallback(thisCpp, callback643, 643);
|
||||
callbackExcept718);
|
||||
registerCallback(thisCpp, callback718, 718);
|
||||
//tag=1021
|
||||
final callback645 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback720 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
Platform_flutter.installMessageHandler_calledFromC);
|
||||
registerCallback(thisCpp, callback645, 645);
|
||||
const callbackExcept646 = 0;
|
||||
registerCallback(thisCpp, callback720, 720);
|
||||
const callbackExcept721 = 0;
|
||||
//tag=1021
|
||||
final callback646 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
final callback721 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
Platform_flutter.isLeftMouseButtonPressed_calledFromC,
|
||||
callbackExcept646);
|
||||
registerCallback(thisCpp, callback646, 646);
|
||||
const callbackExcept647 = 0;
|
||||
callbackExcept721);
|
||||
registerCallback(thisCpp, callback721, 721);
|
||||
const callbackExcept722 = 0;
|
||||
//tag=1021
|
||||
final callback647 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
final callback722 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
Platform_flutter.isProcessingAppQuitEvent_calledFromC,
|
||||
callbackExcept647);
|
||||
registerCallback(thisCpp, callback647, 647);
|
||||
callbackExcept722);
|
||||
registerCallback(thisCpp, callback722, 722);
|
||||
//tag=1021
|
||||
final callback648 = ffi.Pointer.fromFunction<string_Func_voidstar_FFI>(
|
||||
final callback723 = ffi.Pointer.fromFunction<string_Func_voidstar_FFI>(
|
||||
Platform_flutter.name_calledFromC);
|
||||
registerCallback(thisCpp, callback648, 648);
|
||||
registerCallback(thisCpp, callback723, 723);
|
||||
//tag=1021
|
||||
final callback649 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
final callback724 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
Platform_flutter.organizationName_calledFromC);
|
||||
registerCallback(thisCpp, callback649, 649);
|
||||
registerCallback(thisCpp, callback724, 724);
|
||||
//tag=1021
|
||||
final callback650 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback725 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
Platform_flutter.restoreMouseCursor_calledFromC);
|
||||
registerCallback(thisCpp, callback650, 650);
|
||||
const callbackExcept651 = 0;
|
||||
registerCallback(thisCpp, callback725, 725);
|
||||
const callbackExcept726 = 0;
|
||||
//tag=1021
|
||||
final callback651 =
|
||||
final callback726 =
|
||||
ffi.Pointer.fromFunction<int_Func_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.screenNumberFor_calledFromC, callbackExcept651);
|
||||
registerCallback(thisCpp, callback651, 651);
|
||||
Platform_flutter.screenNumberFor_calledFromC, callbackExcept726);
|
||||
registerCallback(thisCpp, callback726, 726);
|
||||
//tag=1021
|
||||
final callback652 =
|
||||
final callback727 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.screenSizeFor_calledFromC);
|
||||
registerCallback(thisCpp, callback652, 652);
|
||||
registerCallback(thisCpp, callback727, 727);
|
||||
//tag=1021
|
||||
final callback653 =
|
||||
final callback728 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.sendEvent_calledFromC);
|
||||
registerCallback(thisCpp, callback653, 653);
|
||||
registerCallback(thisCpp, callback728, 728);
|
||||
//tag=1021
|
||||
final callback654 =
|
||||
final callback729 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
Platform_flutter.setMouseCursor_calledFromC);
|
||||
registerCallback(thisCpp, callback654, 654);
|
||||
registerCallback(thisCpp, callback729, 729);
|
||||
//tag=1021
|
||||
final callback655 =
|
||||
final callback730 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.tests_createFocusableView_calledFromC);
|
||||
registerCallback(thisCpp, callback655, 655);
|
||||
registerCallback(thisCpp, callback730, 730);
|
||||
//tag=1021
|
||||
final callback656 =
|
||||
final callback731 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.tests_createNonClosableView_calledFromC);
|
||||
registerCallback(thisCpp, callback656, 656);
|
||||
registerCallback(thisCpp, callback731, 731);
|
||||
//tag=1021
|
||||
final callback657 =
|
||||
final callback732 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
Platform_flutter.tests_createView_calledFromC);
|
||||
registerCallback(thisCpp, callback657, 657);
|
||||
registerCallback(thisCpp, callback732, 732);
|
||||
//tag=1021
|
||||
final callback658 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback733 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
Platform_flutter.tests_deinitPlatform_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback658, 658);
|
||||
registerCallback(thisCpp, callback733, 733);
|
||||
//tag=1021
|
||||
final callback659 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback734 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
Platform_flutter.tests_initPlatform_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback659, 659);
|
||||
registerCallback(thisCpp, callback734, 734);
|
||||
//tag=1021
|
||||
final callback660 =
|
||||
final callback735 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_wait_calledFromC);
|
||||
registerCallback(thisCpp, callback660, 660);
|
||||
const callbackExcept661 = 0;
|
||||
registerCallback(thisCpp, callback735, 735);
|
||||
const callbackExcept736 = 0;
|
||||
//tag=1021
|
||||
final callback661 =
|
||||
final callback736 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_waitForDeleted_calledFromC,
|
||||
callbackExcept661);
|
||||
registerCallback(thisCpp, callback661, 661);
|
||||
const callbackExcept662 = 0;
|
||||
callbackExcept736);
|
||||
registerCallback(thisCpp, callback736, 736);
|
||||
const callbackExcept737 = 0;
|
||||
//tag=1021
|
||||
final callback662 =
|
||||
final callback737 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_waitForDeleted_2_calledFromC,
|
||||
callbackExcept662);
|
||||
registerCallback(thisCpp, callback662, 662);
|
||||
const callbackExcept663 = 0;
|
||||
callbackExcept737);
|
||||
registerCallback(thisCpp, callback737, 737);
|
||||
const callbackExcept738 = 0;
|
||||
//tag=1021
|
||||
final callback663 = ffi.Pointer.fromFunction<
|
||||
final callback738 = ffi.Pointer.fromFunction<
|
||||
bool_Func_voidstar_voidstar_ffi_Int32_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_waitForEvent_calledFromC, callbackExcept663);
|
||||
registerCallback(thisCpp, callback663, 663);
|
||||
const callbackExcept664 = 0;
|
||||
Platform_flutter.tests_waitForEvent_calledFromC, callbackExcept738);
|
||||
registerCallback(thisCpp, callback738, 738);
|
||||
const callbackExcept739 = 0;
|
||||
//tag=1021
|
||||
final callback664 = ffi.Pointer.fromFunction<
|
||||
final callback739 = ffi.Pointer.fromFunction<
|
||||
bool_Func_voidstar_voidstar_ffi_Int32_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_waitForEvent_2_calledFromC, callbackExcept664);
|
||||
registerCallback(thisCpp, callback664, 664);
|
||||
const callbackExcept665 = 0;
|
||||
Platform_flutter.tests_waitForEvent_2_calledFromC, callbackExcept739);
|
||||
registerCallback(thisCpp, callback739, 739);
|
||||
const callbackExcept740 = 0;
|
||||
//tag=1021
|
||||
final callback665 =
|
||||
final callback740 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_waitForResize_calledFromC,
|
||||
callbackExcept665);
|
||||
registerCallback(thisCpp, callback665, 665);
|
||||
const callbackExcept666 = 0;
|
||||
callbackExcept740);
|
||||
registerCallback(thisCpp, callback740, 740);
|
||||
const callbackExcept741 = 0;
|
||||
//tag=1021
|
||||
final callback666 =
|
||||
final callback741 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_ffi_Int32_FFI>(
|
||||
Platform_flutter.tests_waitForResize_2_calledFromC,
|
||||
callbackExcept666);
|
||||
registerCallback(thisCpp, callback666, 666);
|
||||
callbackExcept741);
|
||||
registerCallback(thisCpp, callback741, 741);
|
||||
//tag=1021
|
||||
final callback667 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback742 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
Platform_flutter.ungrabMouse_calledFromC);
|
||||
registerCallback(thisCpp, callback667, 667);
|
||||
registerCallback(thisCpp, callback742, 742);
|
||||
//tag=1021
|
||||
final callback668 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback743 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
Platform_flutter.uninstallMessageHandler_calledFromC);
|
||||
registerCallback(thisCpp, callback668, 668);
|
||||
const callbackExcept669 = 0;
|
||||
registerCallback(thisCpp, callback743, 743);
|
||||
const callbackExcept744 = 0;
|
||||
//tag=1021
|
||||
final callback669 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
final callback744 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
Platform_flutter.usesFallbackMouseGrabber_calledFromC,
|
||||
callbackExcept669);
|
||||
registerCallback(thisCpp, callback669, 669);
|
||||
callbackExcept744);
|
||||
registerCallback(thisCpp, callback744, 744);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -340,6 +340,14 @@ typedef voidstar_Func_voidstar_int_int_string_int = ffi.Pointer<void> Function(
|
||||
typedef voidstar_Func_voidstar_ffi_Int32_ffi_Int32_string_ffi_Int32_FFI
|
||||
= ffi.Pointer<void> Function(
|
||||
ffi.Pointer<void>, ffi.Int32, ffi.Int32, ffi.Pointer<Utf8>, ffi.Int32);
|
||||
typedef int_Func_void = int Function();
|
||||
typedef int_Func_void_FFI = ffi.Int32 Function();
|
||||
typedef void_Func_int = void Function(int);
|
||||
typedef void_Func_ffi_Int32_FFI = ffi.Void Function(ffi.Int32);
|
||||
typedef bool_Func_void = int Function();
|
||||
typedef bool_Func_void_FFI = ffi.Int8 Function();
|
||||
typedef void_Func_bool = void Function(int);
|
||||
typedef void_Func_ffi_Int8_FFI = ffi.Void Function(ffi.Int8);
|
||||
typedef void_Func_voidstar_voidstar_voidstar = void Function(
|
||||
ffi.Pointer<void>, ffi.Pointer<void>, ffi.Pointer<void>);
|
||||
typedef void_Func_voidstar_voidstar_voidstar_FFI = ffi.Void Function(
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -53,7 +53,7 @@ class ViewFactory extends QObject {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(606))
|
||||
cFunctionSymbolName(681))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
@@ -86,7 +86,7 @@ class ViewFactory extends QObject {
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
voidstar_Func_voidstar_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(607))
|
||||
cFunctionSymbolName(682))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result = func(
|
||||
@@ -119,7 +119,7 @@ class ViewFactory extends QObject {
|
||||
//tag=1028
|
||||
final voidstar_Func_voidstar_voidstar func = _dylib
|
||||
.lookup<ffi.NativeFunction<voidstar_Func_voidstar_voidstar_FFI>>(
|
||||
cFunctionSymbolName(608))
|
||||
cFunctionSymbolName(683))
|
||||
.asFunction();
|
||||
//tag=1033
|
||||
ffi.Pointer<void> result =
|
||||
@@ -218,11 +218,11 @@ class ViewFactory extends QObject {
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 606:
|
||||
case 681:
|
||||
return "c_KDDockWidgets__ViewFactory__createClassicIndicatorWindow_ClassicIndicators";
|
||||
case 607:
|
||||
case 682:
|
||||
return "c_KDDockWidgets__ViewFactory__createDropArea_DropArea_View";
|
||||
case 608:
|
||||
case 683:
|
||||
return "c_KDDockWidgets__ViewFactory__createRubberBand_View";
|
||||
case 295:
|
||||
return "c_KDDockWidgets__ViewFactory__customEvent_QEvent";
|
||||
@@ -236,11 +236,11 @@ class ViewFactory extends QObject {
|
||||
|
||||
static String methodNameFromId(int methodId) {
|
||||
switch (methodId) {
|
||||
case 606:
|
||||
case 681:
|
||||
return "createClassicIndicatorWindow";
|
||||
case 607:
|
||||
case 682:
|
||||
return "createDropArea";
|
||||
case 608:
|
||||
case 683:
|
||||
return "createRubberBand";
|
||||
case 295:
|
||||
return "customEvent";
|
||||
@@ -261,20 +261,20 @@ class ViewFactory extends QObject {
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback606 =
|
||||
final callback681 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory.createClassicIndicatorWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback606, 606);
|
||||
registerCallback(thisCpp, callback681, 681);
|
||||
//tag=1021
|
||||
final callback607 =
|
||||
final callback682 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
ViewFactory.createDropArea_calledFromC);
|
||||
registerCallback(thisCpp, callback607, 607);
|
||||
registerCallback(thisCpp, callback682, 682);
|
||||
//tag=1021
|
||||
final callback608 =
|
||||
final callback683 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory.createRubberBand_calledFromC);
|
||||
registerCallback(thisCpp, callback608, 608);
|
||||
registerCallback(thisCpp, callback683, 683);
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
|
||||
@@ -173,11 +173,11 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 606:
|
||||
case 681:
|
||||
return "c_KDDockWidgets__ViewFactory_flutter__createClassicIndicatorWindow_ClassicIndicators";
|
||||
case 607:
|
||||
case 682:
|
||||
return "c_KDDockWidgets__ViewFactory_flutter__createDropArea_DropArea_View";
|
||||
case 608:
|
||||
case 683:
|
||||
return "c_KDDockWidgets__ViewFactory_flutter__createRubberBand_View";
|
||||
case 295:
|
||||
return "c_KDDockWidgets__ViewFactory_flutter__customEvent_QEvent";
|
||||
@@ -191,11 +191,11 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
|
||||
static String methodNameFromId(int methodId) {
|
||||
switch (methodId) {
|
||||
case 606:
|
||||
case 681:
|
||||
return "createClassicIndicatorWindow";
|
||||
case 607:
|
||||
case 682:
|
||||
return "createDropArea";
|
||||
case 608:
|
||||
case 683:
|
||||
return "createRubberBand";
|
||||
case 295:
|
||||
return "customEvent";
|
||||
@@ -216,20 +216,20 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback606 =
|
||||
final callback681 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory_flutter.createClassicIndicatorWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback606, 606);
|
||||
registerCallback(thisCpp, callback681, 681);
|
||||
//tag=1021
|
||||
final callback607 =
|
||||
final callback682 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
ViewFactory_flutter.createDropArea_calledFromC);
|
||||
registerCallback(thisCpp, callback607, 607);
|
||||
registerCallback(thisCpp, callback682, 682);
|
||||
//tag=1021
|
||||
final callback608 =
|
||||
final callback683 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
ViewFactory_flutter.createRubberBand_calledFromC);
|
||||
registerCallback(thisCpp, callback608, 608);
|
||||
registerCallback(thisCpp, callback683, 683);
|
||||
//tag=1021
|
||||
final callback295 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
|
||||
@@ -880,113 +880,113 @@ class View_flutter extends View {
|
||||
//tag=1019
|
||||
String cFunctionSymbolName(int methodId) {
|
||||
switch (methodId) {
|
||||
case 739:
|
||||
return "c_KDDockWidgets__Views__View_flutter__activateWindow";
|
||||
case 743:
|
||||
return "c_KDDockWidgets__Views__View_flutter__close";
|
||||
case 746:
|
||||
return "c_KDDockWidgets__Views__View_flutter__createPlatformWindow";
|
||||
case 751:
|
||||
return "c_KDDockWidgets__Views__View_flutter__flags";
|
||||
case 753:
|
||||
return "c_KDDockWidgets__Views__View_flutter__free_impl";
|
||||
case 755:
|
||||
return "c_KDDockWidgets__Views__View_flutter__geometry";
|
||||
case 757:
|
||||
return "c_KDDockWidgets__Views__View_flutter__grabMouse";
|
||||
case 760:
|
||||
return "c_KDDockWidgets__Views__View_flutter__hasFocus";
|
||||
case 762:
|
||||
return "c_KDDockWidgets__Views__View_flutter__hide";
|
||||
case 765:
|
||||
return "c_KDDockWidgets__Views__View_flutter__init";
|
||||
case 767:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isActiveWindow";
|
||||
case 768:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isMaximized";
|
||||
case 769:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isMinimized";
|
||||
case 770:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isNull";
|
||||
case 771:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isRootView";
|
||||
case 772:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isVisible";
|
||||
case 773:
|
||||
return "c_KDDockWidgets__Views__View_flutter__mapFromGlobal_QPoint";
|
||||
case 774:
|
||||
return "c_KDDockWidgets__Views__View_flutter__mapTo_View_QPoint";
|
||||
case 775:
|
||||
return "c_KDDockWidgets__Views__View_flutter__mapToGlobal_QPoint";
|
||||
case 776:
|
||||
return "c_KDDockWidgets__Views__View_flutter__maxSizeHint";
|
||||
case 777:
|
||||
return "c_KDDockWidgets__Views__View_flutter__maximumSize";
|
||||
case 778:
|
||||
return "c_KDDockWidgets__Views__View_flutter__minSize";
|
||||
case 779:
|
||||
return "c_KDDockWidgets__Views__View_flutter__minimumHeight";
|
||||
case 780:
|
||||
return "c_KDDockWidgets__Views__View_flutter__minimumWidth";
|
||||
case 782:
|
||||
return "c_KDDockWidgets__Views__View_flutter__move_int_int";
|
||||
case 783:
|
||||
return "c_KDDockWidgets__Views__View_flutter__normalGeometry";
|
||||
case 784:
|
||||
return "c_KDDockWidgets__Views__View_flutter__objectName";
|
||||
case 785:
|
||||
return "c_KDDockWidgets__Views__View_flutter__onResize_QSize";
|
||||
case 788:
|
||||
return "c_KDDockWidgets__Views__View_flutter__raise";
|
||||
case 789:
|
||||
return "c_KDDockWidgets__Views__View_flutter__raiseAndActivate";
|
||||
case 791:
|
||||
return "c_KDDockWidgets__Views__View_flutter__releaseKeyboard";
|
||||
case 792:
|
||||
return "c_KDDockWidgets__Views__View_flutter__releaseMouse";
|
||||
case 796:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setCursor_CursorShape";
|
||||
case 797:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setFixedHeight_int";
|
||||
case 798:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setFixedWidth_int";
|
||||
case 799:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setGeometry_QRect";
|
||||
case 800:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setHeight_int";
|
||||
case 801:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setMaximumSize_QSize";
|
||||
case 802:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setMinimumSize_QSize";
|
||||
case 803:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setMouseTracking_bool";
|
||||
case 804:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setObjectName_QString";
|
||||
case 805:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setParent_View";
|
||||
case 807:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setSize_int_int";
|
||||
case 808:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setVisible_bool";
|
||||
case 809:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setWidth_int";
|
||||
case 810:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setWindowOpacity_double";
|
||||
case 811:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setWindowTitle_QString";
|
||||
case 812:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setZOrder_int";
|
||||
case 813:
|
||||
return "c_KDDockWidgets__Views__View_flutter__show";
|
||||
case 814:
|
||||
return "c_KDDockWidgets__Views__View_flutter__showMaximized";
|
||||
case 815:
|
||||
return "c_KDDockWidgets__Views__View_flutter__showMinimized";
|
||||
case 816:
|
||||
return "c_KDDockWidgets__Views__View_flutter__showNormal";
|
||||
return "c_KDDockWidgets__Views__View_flutter__activateWindow";
|
||||
case 818:
|
||||
return "c_KDDockWidgets__Views__View_flutter__close";
|
||||
case 821:
|
||||
return "c_KDDockWidgets__Views__View_flutter__createPlatformWindow";
|
||||
case 826:
|
||||
return "c_KDDockWidgets__Views__View_flutter__flags";
|
||||
case 828:
|
||||
return "c_KDDockWidgets__Views__View_flutter__free_impl";
|
||||
case 830:
|
||||
return "c_KDDockWidgets__Views__View_flutter__geometry";
|
||||
case 832:
|
||||
return "c_KDDockWidgets__Views__View_flutter__grabMouse";
|
||||
case 835:
|
||||
return "c_KDDockWidgets__Views__View_flutter__hasFocus";
|
||||
case 837:
|
||||
return "c_KDDockWidgets__Views__View_flutter__hide";
|
||||
case 840:
|
||||
return "c_KDDockWidgets__Views__View_flutter__init";
|
||||
case 842:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isActiveWindow";
|
||||
case 843:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isMaximized";
|
||||
case 844:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isMinimized";
|
||||
case 845:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isNull";
|
||||
case 846:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isRootView";
|
||||
case 847:
|
||||
return "c_KDDockWidgets__Views__View_flutter__isVisible";
|
||||
case 848:
|
||||
return "c_KDDockWidgets__Views__View_flutter__mapFromGlobal_QPoint";
|
||||
case 849:
|
||||
return "c_KDDockWidgets__Views__View_flutter__mapTo_View_QPoint";
|
||||
case 850:
|
||||
return "c_KDDockWidgets__Views__View_flutter__mapToGlobal_QPoint";
|
||||
case 851:
|
||||
return "c_KDDockWidgets__Views__View_flutter__maxSizeHint";
|
||||
case 852:
|
||||
return "c_KDDockWidgets__Views__View_flutter__maximumSize";
|
||||
case 853:
|
||||
return "c_KDDockWidgets__Views__View_flutter__minSize";
|
||||
case 854:
|
||||
return "c_KDDockWidgets__Views__View_flutter__minimumHeight";
|
||||
case 855:
|
||||
return "c_KDDockWidgets__Views__View_flutter__minimumWidth";
|
||||
case 857:
|
||||
return "c_KDDockWidgets__Views__View_flutter__move_int_int";
|
||||
case 858:
|
||||
return "c_KDDockWidgets__Views__View_flutter__normalGeometry";
|
||||
case 859:
|
||||
return "c_KDDockWidgets__Views__View_flutter__objectName";
|
||||
case 860:
|
||||
return "c_KDDockWidgets__Views__View_flutter__onResize_QSize";
|
||||
case 863:
|
||||
return "c_KDDockWidgets__Views__View_flutter__raise";
|
||||
case 864:
|
||||
return "c_KDDockWidgets__Views__View_flutter__raiseAndActivate";
|
||||
case 866:
|
||||
return "c_KDDockWidgets__Views__View_flutter__releaseKeyboard";
|
||||
case 867:
|
||||
return "c_KDDockWidgets__Views__View_flutter__releaseMouse";
|
||||
case 871:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setCursor_CursorShape";
|
||||
case 872:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setFixedHeight_int";
|
||||
case 873:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setFixedWidth_int";
|
||||
case 874:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setGeometry_QRect";
|
||||
case 875:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setHeight_int";
|
||||
case 876:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setMaximumSize_QSize";
|
||||
case 877:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setMinimumSize_QSize";
|
||||
case 878:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setMouseTracking_bool";
|
||||
case 879:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setObjectName_QString";
|
||||
case 880:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setParent_View";
|
||||
case 882:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setSize_int_int";
|
||||
case 883:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setVisible_bool";
|
||||
case 884:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setWidth_int";
|
||||
case 885:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setWindowOpacity_double";
|
||||
case 886:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setWindowTitle_QString";
|
||||
case 887:
|
||||
return "c_KDDockWidgets__Views__View_flutter__setZOrder_int";
|
||||
case 888:
|
||||
return "c_KDDockWidgets__Views__View_flutter__show";
|
||||
case 889:
|
||||
return "c_KDDockWidgets__Views__View_flutter__showMaximized";
|
||||
case 890:
|
||||
return "c_KDDockWidgets__Views__View_flutter__showMinimized";
|
||||
case 891:
|
||||
return "c_KDDockWidgets__Views__View_flutter__showNormal";
|
||||
case 893:
|
||||
return "c_KDDockWidgets__Views__View_flutter__sizeHint";
|
||||
case 820:
|
||||
case 895:
|
||||
return "c_KDDockWidgets__Views__View_flutter__update";
|
||||
}
|
||||
return super.cFunctionSymbolName(methodId);
|
||||
@@ -994,113 +994,113 @@ class View_flutter extends View {
|
||||
|
||||
static String methodNameFromId(int methodId) {
|
||||
switch (methodId) {
|
||||
case 739:
|
||||
return "activateWindow";
|
||||
case 743:
|
||||
return "close";
|
||||
case 746:
|
||||
return "createPlatformWindow";
|
||||
case 751:
|
||||
return "flags";
|
||||
case 753:
|
||||
return "free_impl";
|
||||
case 755:
|
||||
return "geometry";
|
||||
case 757:
|
||||
return "grabMouse";
|
||||
case 760:
|
||||
return "hasFocus";
|
||||
case 762:
|
||||
return "hide";
|
||||
case 765:
|
||||
return "init";
|
||||
case 767:
|
||||
return "isActiveWindow";
|
||||
case 768:
|
||||
return "isMaximized";
|
||||
case 769:
|
||||
return "isMinimized";
|
||||
case 770:
|
||||
return "isNull";
|
||||
case 771:
|
||||
return "isRootView";
|
||||
case 772:
|
||||
return "isVisible";
|
||||
case 773:
|
||||
return "mapFromGlobal";
|
||||
case 774:
|
||||
return "mapTo";
|
||||
case 775:
|
||||
return "mapToGlobal";
|
||||
case 776:
|
||||
return "maxSizeHint";
|
||||
case 777:
|
||||
return "maximumSize";
|
||||
case 778:
|
||||
return "minSize";
|
||||
case 779:
|
||||
return "minimumHeight";
|
||||
case 780:
|
||||
return "minimumWidth";
|
||||
case 782:
|
||||
return "move_2";
|
||||
case 783:
|
||||
return "normalGeometry";
|
||||
case 784:
|
||||
return "objectName";
|
||||
case 785:
|
||||
return "onResize";
|
||||
case 788:
|
||||
return "raise";
|
||||
case 789:
|
||||
return "raiseAndActivate";
|
||||
case 791:
|
||||
return "releaseKeyboard";
|
||||
case 792:
|
||||
return "releaseMouse";
|
||||
case 796:
|
||||
return "setCursor";
|
||||
case 797:
|
||||
return "setFixedHeight";
|
||||
case 798:
|
||||
return "setFixedWidth";
|
||||
case 799:
|
||||
return "setGeometry";
|
||||
case 800:
|
||||
return "setHeight";
|
||||
case 801:
|
||||
return "setMaximumSize";
|
||||
case 802:
|
||||
return "setMinimumSize";
|
||||
case 803:
|
||||
return "setMouseTracking";
|
||||
case 804:
|
||||
return "setObjectName";
|
||||
case 805:
|
||||
return "setParent";
|
||||
case 807:
|
||||
return "setSize_2";
|
||||
case 808:
|
||||
return "setVisible";
|
||||
case 809:
|
||||
return "setWidth";
|
||||
case 810:
|
||||
return "setWindowOpacity";
|
||||
case 811:
|
||||
return "setWindowTitle";
|
||||
case 812:
|
||||
return "setZOrder";
|
||||
case 813:
|
||||
return "show";
|
||||
case 814:
|
||||
return "showMaximized";
|
||||
case 815:
|
||||
return "showMinimized";
|
||||
case 816:
|
||||
return "showNormal";
|
||||
return "activateWindow";
|
||||
case 818:
|
||||
return "close";
|
||||
case 821:
|
||||
return "createPlatformWindow";
|
||||
case 826:
|
||||
return "flags";
|
||||
case 828:
|
||||
return "free_impl";
|
||||
case 830:
|
||||
return "geometry";
|
||||
case 832:
|
||||
return "grabMouse";
|
||||
case 835:
|
||||
return "hasFocus";
|
||||
case 837:
|
||||
return "hide";
|
||||
case 840:
|
||||
return "init";
|
||||
case 842:
|
||||
return "isActiveWindow";
|
||||
case 843:
|
||||
return "isMaximized";
|
||||
case 844:
|
||||
return "isMinimized";
|
||||
case 845:
|
||||
return "isNull";
|
||||
case 846:
|
||||
return "isRootView";
|
||||
case 847:
|
||||
return "isVisible";
|
||||
case 848:
|
||||
return "mapFromGlobal";
|
||||
case 849:
|
||||
return "mapTo";
|
||||
case 850:
|
||||
return "mapToGlobal";
|
||||
case 851:
|
||||
return "maxSizeHint";
|
||||
case 852:
|
||||
return "maximumSize";
|
||||
case 853:
|
||||
return "minSize";
|
||||
case 854:
|
||||
return "minimumHeight";
|
||||
case 855:
|
||||
return "minimumWidth";
|
||||
case 857:
|
||||
return "move_2";
|
||||
case 858:
|
||||
return "normalGeometry";
|
||||
case 859:
|
||||
return "objectName";
|
||||
case 860:
|
||||
return "onResize";
|
||||
case 863:
|
||||
return "raise";
|
||||
case 864:
|
||||
return "raiseAndActivate";
|
||||
case 866:
|
||||
return "releaseKeyboard";
|
||||
case 867:
|
||||
return "releaseMouse";
|
||||
case 871:
|
||||
return "setCursor";
|
||||
case 872:
|
||||
return "setFixedHeight";
|
||||
case 873:
|
||||
return "setFixedWidth";
|
||||
case 874:
|
||||
return "setGeometry";
|
||||
case 875:
|
||||
return "setHeight";
|
||||
case 876:
|
||||
return "setMaximumSize";
|
||||
case 877:
|
||||
return "setMinimumSize";
|
||||
case 878:
|
||||
return "setMouseTracking";
|
||||
case 879:
|
||||
return "setObjectName";
|
||||
case 880:
|
||||
return "setParent";
|
||||
case 882:
|
||||
return "setSize_2";
|
||||
case 883:
|
||||
return "setVisible";
|
||||
case 884:
|
||||
return "setWidth";
|
||||
case 885:
|
||||
return "setWindowOpacity";
|
||||
case 886:
|
||||
return "setWindowTitle";
|
||||
case 887:
|
||||
return "setZOrder";
|
||||
case 888:
|
||||
return "show";
|
||||
case 889:
|
||||
return "showMaximized";
|
||||
case 890:
|
||||
return "showMinimized";
|
||||
case 891:
|
||||
return "showNormal";
|
||||
case 893:
|
||||
return "sizeHint";
|
||||
case 820:
|
||||
case 895:
|
||||
return "update";
|
||||
}
|
||||
throw Error();
|
||||
@@ -1114,254 +1114,254 @@ class View_flutter extends View {
|
||||
'c_KDDockWidgets__Views__View_flutter__registerVirtualMethodCallback')
|
||||
.asFunction();
|
||||
|
||||
//tag=1021
|
||||
final callback739 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.activateWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback739, 739);
|
||||
const callbackExcept743 = 0;
|
||||
//tag=1021
|
||||
final callback743 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.close_calledFromC, callbackExcept743);
|
||||
registerCallback(thisCpp, callback743, 743);
|
||||
//tag=1021
|
||||
final callback746 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View.createPlatformWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback746, 746);
|
||||
const callbackExcept751 = 0;
|
||||
//tag=1021
|
||||
final callback751 = ffi.Pointer.fromFunction<int_Func_voidstar_FFI>(
|
||||
View_flutter.flags_calledFromC, callbackExcept751);
|
||||
registerCallback(thisCpp, callback751, 751);
|
||||
//tag=1021
|
||||
final callback753 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.free_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback753, 753);
|
||||
//tag=1021
|
||||
final callback755 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.geometry_calledFromC);
|
||||
registerCallback(thisCpp, callback755, 755);
|
||||
//tag=1021
|
||||
final callback757 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.grabMouse_calledFromC);
|
||||
registerCallback(thisCpp, callback757, 757);
|
||||
const callbackExcept760 = 0;
|
||||
//tag=1021
|
||||
final callback760 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.hasFocus_calledFromC, callbackExcept760);
|
||||
registerCallback(thisCpp, callback760, 760);
|
||||
//tag=1021
|
||||
final callback762 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.hide_calledFromC);
|
||||
registerCallback(thisCpp, callback762, 762);
|
||||
//tag=1021
|
||||
final callback765 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(View.init_calledFromC);
|
||||
registerCallback(thisCpp, callback765, 765);
|
||||
const callbackExcept767 = 0;
|
||||
//tag=1021
|
||||
final callback767 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isActiveWindow_calledFromC, callbackExcept767);
|
||||
registerCallback(thisCpp, callback767, 767);
|
||||
const callbackExcept768 = 0;
|
||||
//tag=1021
|
||||
final callback768 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isMaximized_calledFromC, callbackExcept768);
|
||||
registerCallback(thisCpp, callback768, 768);
|
||||
const callbackExcept769 = 0;
|
||||
//tag=1021
|
||||
final callback769 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isMinimized_calledFromC, callbackExcept769);
|
||||
registerCallback(thisCpp, callback769, 769);
|
||||
const callbackExcept770 = 0;
|
||||
//tag=1021
|
||||
final callback770 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View.isNull_calledFromC, callbackExcept770);
|
||||
registerCallback(thisCpp, callback770, 770);
|
||||
const callbackExcept771 = 0;
|
||||
//tag=1021
|
||||
final callback771 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isRootView_calledFromC, callbackExcept771);
|
||||
registerCallback(thisCpp, callback771, 771);
|
||||
const callbackExcept772 = 0;
|
||||
//tag=1021
|
||||
final callback772 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isVisible_calledFromC, callbackExcept772);
|
||||
registerCallback(thisCpp, callback772, 772);
|
||||
//tag=1021
|
||||
final callback773 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.mapFromGlobal_calledFromC);
|
||||
registerCallback(thisCpp, callback773, 773);
|
||||
//tag=1021
|
||||
final callback774 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
View_flutter.mapTo_calledFromC);
|
||||
registerCallback(thisCpp, callback774, 774);
|
||||
//tag=1021
|
||||
final callback775 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.mapToGlobal_calledFromC);
|
||||
registerCallback(thisCpp, callback775, 775);
|
||||
//tag=1021
|
||||
final callback776 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.maxSizeHint_calledFromC);
|
||||
registerCallback(thisCpp, callback776, 776);
|
||||
//tag=1021
|
||||
final callback777 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.maximumSize_calledFromC);
|
||||
registerCallback(thisCpp, callback777, 777);
|
||||
//tag=1021
|
||||
final callback778 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.minSize_calledFromC);
|
||||
registerCallback(thisCpp, callback778, 778);
|
||||
const callbackExcept779 = 0;
|
||||
//tag=1021
|
||||
final callback779 = ffi.Pointer.fromFunction<int_Func_voidstar_FFI>(
|
||||
View.minimumHeight_calledFromC, callbackExcept779);
|
||||
registerCallback(thisCpp, callback779, 779);
|
||||
const callbackExcept780 = 0;
|
||||
//tag=1021
|
||||
final callback780 = ffi.Pointer.fromFunction<int_Func_voidstar_FFI>(
|
||||
View.minimumWidth_calledFromC, callbackExcept780);
|
||||
registerCallback(thisCpp, callback780, 780);
|
||||
//tag=1021
|
||||
final callback782 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_ffi_Int32_FFI>(
|
||||
View_flutter.move_2_calledFromC);
|
||||
registerCallback(thisCpp, callback782, 782);
|
||||
//tag=1021
|
||||
final callback783 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.normalGeometry_calledFromC);
|
||||
registerCallback(thisCpp, callback783, 783);
|
||||
//tag=1021
|
||||
final callback784 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.objectName_calledFromC);
|
||||
registerCallback(thisCpp, callback784, 784);
|
||||
const callbackExcept785 = 0;
|
||||
//tag=1021
|
||||
final callback785 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
View.onResize_calledFromC, callbackExcept785);
|
||||
registerCallback(thisCpp, callback785, 785);
|
||||
//tag=1021
|
||||
final callback788 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.raise_calledFromC);
|
||||
registerCallback(thisCpp, callback788, 788);
|
||||
//tag=1021
|
||||
final callback789 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.raiseAndActivate_calledFromC);
|
||||
registerCallback(thisCpp, callback789, 789);
|
||||
//tag=1021
|
||||
final callback791 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.releaseKeyboard_calledFromC);
|
||||
registerCallback(thisCpp, callback791, 791);
|
||||
//tag=1021
|
||||
final callback792 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.releaseMouse_calledFromC);
|
||||
registerCallback(thisCpp, callback792, 792);
|
||||
//tag=1021
|
||||
final callback796 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setCursor_calledFromC);
|
||||
registerCallback(thisCpp, callback796, 796);
|
||||
//tag=1021
|
||||
final callback797 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setFixedHeight_calledFromC);
|
||||
registerCallback(thisCpp, callback797, 797);
|
||||
//tag=1021
|
||||
final callback798 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setFixedWidth_calledFromC);
|
||||
registerCallback(thisCpp, callback798, 798);
|
||||
//tag=1021
|
||||
final callback799 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setGeometry_calledFromC);
|
||||
registerCallback(thisCpp, callback799, 799);
|
||||
//tag=1021
|
||||
final callback800 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setHeight_calledFromC);
|
||||
registerCallback(thisCpp, callback800, 800);
|
||||
//tag=1021
|
||||
final callback801 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setMaximumSize_calledFromC);
|
||||
registerCallback(thisCpp, callback801, 801);
|
||||
//tag=1021
|
||||
final callback802 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setMinimumSize_calledFromC);
|
||||
registerCallback(thisCpp, callback802, 802);
|
||||
//tag=1021
|
||||
final callback803 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int8_FFI>(
|
||||
View_flutter.setMouseTracking_calledFromC);
|
||||
registerCallback(thisCpp, callback803, 803);
|
||||
//tag=1021
|
||||
final callback804 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setObjectName_calledFromC);
|
||||
registerCallback(thisCpp, callback804, 804);
|
||||
//tag=1021
|
||||
final callback805 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setParent_calledFromC);
|
||||
registerCallback(thisCpp, callback805, 805);
|
||||
//tag=1021
|
||||
final callback807 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_ffi_Int32_FFI>(
|
||||
View_flutter.setSize_2_calledFromC);
|
||||
registerCallback(thisCpp, callback807, 807);
|
||||
//tag=1021
|
||||
final callback808 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int8_FFI>(
|
||||
View_flutter.setVisible_calledFromC);
|
||||
registerCallback(thisCpp, callback808, 808);
|
||||
//tag=1021
|
||||
final callback809 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setWidth_calledFromC);
|
||||
registerCallback(thisCpp, callback809, 809);
|
||||
//tag=1021
|
||||
final callback810 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Double_FFI>(
|
||||
View_flutter.setWindowOpacity_calledFromC);
|
||||
registerCallback(thisCpp, callback810, 810);
|
||||
//tag=1021
|
||||
final callback811 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setWindowTitle_calledFromC);
|
||||
registerCallback(thisCpp, callback811, 811);
|
||||
//tag=1021
|
||||
final callback812 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setZOrder_calledFromC);
|
||||
registerCallback(thisCpp, callback812, 812);
|
||||
//tag=1021
|
||||
final callback813 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.show_calledFromC);
|
||||
registerCallback(thisCpp, callback813, 813);
|
||||
//tag=1021
|
||||
final callback814 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.showMaximized_calledFromC);
|
||||
View_flutter.activateWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback814, 814);
|
||||
const callbackExcept818 = 0;
|
||||
//tag=1021
|
||||
final callback815 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.showMinimized_calledFromC);
|
||||
registerCallback(thisCpp, callback815, 815);
|
||||
//tag=1021
|
||||
final callback816 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.showNormal_calledFromC);
|
||||
registerCallback(thisCpp, callback816, 816);
|
||||
//tag=1021
|
||||
final callback818 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.sizeHint_calledFromC);
|
||||
final callback818 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.close_calledFromC, callbackExcept818);
|
||||
registerCallback(thisCpp, callback818, 818);
|
||||
//tag=1021
|
||||
final callback820 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
final callback821 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View.createPlatformWindow_calledFromC);
|
||||
registerCallback(thisCpp, callback821, 821);
|
||||
const callbackExcept826 = 0;
|
||||
//tag=1021
|
||||
final callback826 = ffi.Pointer.fromFunction<int_Func_voidstar_FFI>(
|
||||
View_flutter.flags_calledFromC, callbackExcept826);
|
||||
registerCallback(thisCpp, callback826, 826);
|
||||
//tag=1021
|
||||
final callback828 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.free_impl_calledFromC);
|
||||
registerCallback(thisCpp, callback828, 828);
|
||||
//tag=1021
|
||||
final callback830 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.geometry_calledFromC);
|
||||
registerCallback(thisCpp, callback830, 830);
|
||||
//tag=1021
|
||||
final callback832 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.grabMouse_calledFromC);
|
||||
registerCallback(thisCpp, callback832, 832);
|
||||
const callbackExcept835 = 0;
|
||||
//tag=1021
|
||||
final callback835 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.hasFocus_calledFromC, callbackExcept835);
|
||||
registerCallback(thisCpp, callback835, 835);
|
||||
//tag=1021
|
||||
final callback837 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.hide_calledFromC);
|
||||
registerCallback(thisCpp, callback837, 837);
|
||||
//tag=1021
|
||||
final callback840 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(View.init_calledFromC);
|
||||
registerCallback(thisCpp, callback840, 840);
|
||||
const callbackExcept842 = 0;
|
||||
//tag=1021
|
||||
final callback842 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isActiveWindow_calledFromC, callbackExcept842);
|
||||
registerCallback(thisCpp, callback842, 842);
|
||||
const callbackExcept843 = 0;
|
||||
//tag=1021
|
||||
final callback843 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isMaximized_calledFromC, callbackExcept843);
|
||||
registerCallback(thisCpp, callback843, 843);
|
||||
const callbackExcept844 = 0;
|
||||
//tag=1021
|
||||
final callback844 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isMinimized_calledFromC, callbackExcept844);
|
||||
registerCallback(thisCpp, callback844, 844);
|
||||
const callbackExcept845 = 0;
|
||||
//tag=1021
|
||||
final callback845 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View.isNull_calledFromC, callbackExcept845);
|
||||
registerCallback(thisCpp, callback845, 845);
|
||||
const callbackExcept846 = 0;
|
||||
//tag=1021
|
||||
final callback846 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isRootView_calledFromC, callbackExcept846);
|
||||
registerCallback(thisCpp, callback846, 846);
|
||||
const callbackExcept847 = 0;
|
||||
//tag=1021
|
||||
final callback847 = ffi.Pointer.fromFunction<bool_Func_voidstar_FFI>(
|
||||
View_flutter.isVisible_calledFromC, callbackExcept847);
|
||||
registerCallback(thisCpp, callback847, 847);
|
||||
//tag=1021
|
||||
final callback848 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.mapFromGlobal_calledFromC);
|
||||
registerCallback(thisCpp, callback848, 848);
|
||||
//tag=1021
|
||||
final callback849 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_voidstar_FFI>(
|
||||
View_flutter.mapTo_calledFromC);
|
||||
registerCallback(thisCpp, callback849, 849);
|
||||
//tag=1021
|
||||
final callback850 =
|
||||
ffi.Pointer.fromFunction<voidstar_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.mapToGlobal_calledFromC);
|
||||
registerCallback(thisCpp, callback850, 850);
|
||||
//tag=1021
|
||||
final callback851 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.maxSizeHint_calledFromC);
|
||||
registerCallback(thisCpp, callback851, 851);
|
||||
//tag=1021
|
||||
final callback852 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.maximumSize_calledFromC);
|
||||
registerCallback(thisCpp, callback852, 852);
|
||||
//tag=1021
|
||||
final callback853 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.minSize_calledFromC);
|
||||
registerCallback(thisCpp, callback853, 853);
|
||||
const callbackExcept854 = 0;
|
||||
//tag=1021
|
||||
final callback854 = ffi.Pointer.fromFunction<int_Func_voidstar_FFI>(
|
||||
View.minimumHeight_calledFromC, callbackExcept854);
|
||||
registerCallback(thisCpp, callback854, 854);
|
||||
const callbackExcept855 = 0;
|
||||
//tag=1021
|
||||
final callback855 = ffi.Pointer.fromFunction<int_Func_voidstar_FFI>(
|
||||
View.minimumWidth_calledFromC, callbackExcept855);
|
||||
registerCallback(thisCpp, callback855, 855);
|
||||
//tag=1021
|
||||
final callback857 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_ffi_Int32_FFI>(
|
||||
View_flutter.move_2_calledFromC);
|
||||
registerCallback(thisCpp, callback857, 857);
|
||||
//tag=1021
|
||||
final callback858 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.normalGeometry_calledFromC);
|
||||
registerCallback(thisCpp, callback858, 858);
|
||||
//tag=1021
|
||||
final callback859 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.objectName_calledFromC);
|
||||
registerCallback(thisCpp, callback859, 859);
|
||||
const callbackExcept860 = 0;
|
||||
//tag=1021
|
||||
final callback860 =
|
||||
ffi.Pointer.fromFunction<bool_Func_voidstar_voidstar_FFI>(
|
||||
View.onResize_calledFromC, callbackExcept860);
|
||||
registerCallback(thisCpp, callback860, 860);
|
||||
//tag=1021
|
||||
final callback863 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.raise_calledFromC);
|
||||
registerCallback(thisCpp, callback863, 863);
|
||||
//tag=1021
|
||||
final callback864 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.raiseAndActivate_calledFromC);
|
||||
registerCallback(thisCpp, callback864, 864);
|
||||
//tag=1021
|
||||
final callback866 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.releaseKeyboard_calledFromC);
|
||||
registerCallback(thisCpp, callback866, 866);
|
||||
//tag=1021
|
||||
final callback867 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.releaseMouse_calledFromC);
|
||||
registerCallback(thisCpp, callback867, 867);
|
||||
//tag=1021
|
||||
final callback871 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setCursor_calledFromC);
|
||||
registerCallback(thisCpp, callback871, 871);
|
||||
//tag=1021
|
||||
final callback872 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setFixedHeight_calledFromC);
|
||||
registerCallback(thisCpp, callback872, 872);
|
||||
//tag=1021
|
||||
final callback873 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setFixedWidth_calledFromC);
|
||||
registerCallback(thisCpp, callback873, 873);
|
||||
//tag=1021
|
||||
final callback874 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setGeometry_calledFromC);
|
||||
registerCallback(thisCpp, callback874, 874);
|
||||
//tag=1021
|
||||
final callback875 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setHeight_calledFromC);
|
||||
registerCallback(thisCpp, callback875, 875);
|
||||
//tag=1021
|
||||
final callback876 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setMaximumSize_calledFromC);
|
||||
registerCallback(thisCpp, callback876, 876);
|
||||
//tag=1021
|
||||
final callback877 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setMinimumSize_calledFromC);
|
||||
registerCallback(thisCpp, callback877, 877);
|
||||
//tag=1021
|
||||
final callback878 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int8_FFI>(
|
||||
View_flutter.setMouseTracking_calledFromC);
|
||||
registerCallback(thisCpp, callback878, 878);
|
||||
//tag=1021
|
||||
final callback879 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setObjectName_calledFromC);
|
||||
registerCallback(thisCpp, callback879, 879);
|
||||
//tag=1021
|
||||
final callback880 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setParent_calledFromC);
|
||||
registerCallback(thisCpp, callback880, 880);
|
||||
//tag=1021
|
||||
final callback882 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_ffi_Int32_FFI>(
|
||||
View_flutter.setSize_2_calledFromC);
|
||||
registerCallback(thisCpp, callback882, 882);
|
||||
//tag=1021
|
||||
final callback883 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int8_FFI>(
|
||||
View_flutter.setVisible_calledFromC);
|
||||
registerCallback(thisCpp, callback883, 883);
|
||||
//tag=1021
|
||||
final callback884 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setWidth_calledFromC);
|
||||
registerCallback(thisCpp, callback884, 884);
|
||||
//tag=1021
|
||||
final callback885 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Double_FFI>(
|
||||
View_flutter.setWindowOpacity_calledFromC);
|
||||
registerCallback(thisCpp, callback885, 885);
|
||||
//tag=1021
|
||||
final callback886 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_voidstar_FFI>(
|
||||
View_flutter.setWindowTitle_calledFromC);
|
||||
registerCallback(thisCpp, callback886, 886);
|
||||
//tag=1021
|
||||
final callback887 =
|
||||
ffi.Pointer.fromFunction<void_Func_voidstar_ffi_Int32_FFI>(
|
||||
View_flutter.setZOrder_calledFromC);
|
||||
registerCallback(thisCpp, callback887, 887);
|
||||
//tag=1021
|
||||
final callback888 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.show_calledFromC);
|
||||
registerCallback(thisCpp, callback888, 888);
|
||||
//tag=1021
|
||||
final callback889 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.showMaximized_calledFromC);
|
||||
registerCallback(thisCpp, callback889, 889);
|
||||
//tag=1021
|
||||
final callback890 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.showMinimized_calledFromC);
|
||||
registerCallback(thisCpp, callback890, 890);
|
||||
//tag=1021
|
||||
final callback891 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.showNormal_calledFromC);
|
||||
registerCallback(thisCpp, callback891, 891);
|
||||
//tag=1021
|
||||
final callback893 = ffi.Pointer.fromFunction<voidstar_Func_voidstar_FFI>(
|
||||
View_flutter.sizeHint_calledFromC);
|
||||
registerCallback(thisCpp, callback893, 893);
|
||||
//tag=1021
|
||||
final callback895 = ffi.Pointer.fromFunction<void_Func_voidstar_FFI>(
|
||||
View_flutter.update_calledFromC);
|
||||
registerCallback(thisCpp, callback820, 820);
|
||||
registerCallback(thisCpp, callback895, 895);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,4 +61,9 @@
|
||||
|
||||
</namespace-type>
|
||||
|
||||
<namespace-type name="Layouting">
|
||||
<object-type name="Item" />
|
||||
<!-- <object-type name="ItemContainer" /> -->
|
||||
</namespace-type>
|
||||
|
||||
</typesystem>
|
||||
|
||||
Reference in New Issue
Block a user