flutter: Also create bindings for ViewFactory
This commit is contained in:
@@ -1632,6 +1632,37 @@ void c_QByteArray_Finalizer(void *, void *cppObj, void *);
|
||||
// tag=1047
|
||||
void c_KDDockWidgets_Finalizer(void *, void *cppObj, void *);
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::ViewFactory()
|
||||
void *c_KDDockWidgets__ViewFactory__constructor();
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::createRubberBand(KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__ViewFactory__createRubberBand_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__ViewFactory__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::event(QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory::tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__ViewFactory__tr_char_char_int(const char *s, const char *c, int n);
|
||||
|
||||
// tag=1066
|
||||
void c_KDDockWidgets__ViewFactory__destructor(void *thisObj);
|
||||
|
||||
// tag=1046
|
||||
void c_KDDockWidgets__ViewFactory__registerVirtualMethodCallback(void *ptr, void *callback, int methodId);
|
||||
// tag=1047
|
||||
void c_KDDockWidgets__ViewFactory_Finalizer(void *, void *cppObj, void *);
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::ViewFactory_flutter()
|
||||
void *c_KDDockWidgets__ViewFactory_flutter__constructor();
|
||||
|
||||
@@ -1639,6 +1670,18 @@ void *c_KDDockWidgets__ViewFactory_flutter__constructor();
|
||||
// KDDockWidgets::ViewFactory_flutter::createRubberBand(KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__ViewFactory_flutter__createRubberBand_View(void *thisObj, void *parent_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::customEvent(QEvent * event)
|
||||
void c_KDDockWidgets__ViewFactory_flutter__customEvent_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::event(QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory_flutter__event_QEvent(void *thisObj, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::eventFilter(QObject * watched, QEvent * event)
|
||||
bool c_KDDockWidgets__ViewFactory_flutter__eventFilter_QObject_QEvent(void *thisObj, void *watched_, void *event_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::ViewFactory_flutter::tr(const char * s, const char * c, int n)
|
||||
void *c_static_KDDockWidgets__ViewFactory_flutter__tr_char_char_int(const char *s, const char *c, int n);
|
||||
@@ -1658,6 +1701,10 @@ void *c_KDDockWidgets__Platform_flutter__constructor();
|
||||
// KDDockWidgets::Platform_flutter::applicationName() const
|
||||
void *c_KDDockWidgets__Platform_flutter__applicationName(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::createDefaultViewFactory()
|
||||
void *c_KDDockWidgets__Platform_flutter__createDefaultViewFactory(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Platform_flutter::createView(KDDockWidgets::Controller * controller, KDDockWidgets::View * parent) const
|
||||
void *c_KDDockWidgets__Platform_flutter__createView_Controller_View(void *thisObj, void *controller_, void *parent_);
|
||||
@@ -2249,10 +2296,18 @@ void c_KDDockWidgets__Config__setSeparatorThickness_int(void *thisObj, int value
|
||||
// KDDockWidgets::Config::setStartDragDistance(int arg__1)
|
||||
void c_KDDockWidgets__Config__setStartDragDistance_int(void *thisObj, int arg__1);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::setViewFactory(KDDockWidgets::ViewFactory * arg__1)
|
||||
void c_KDDockWidgets__Config__setViewFactory_ViewFactory(void *thisObj, void *arg__1_);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::startDragDistance() const
|
||||
int c_KDDockWidgets__Config__startDragDistance(void *thisObj);
|
||||
|
||||
// tag=1067
|
||||
// KDDockWidgets::Config::viewFactory() const
|
||||
void *c_KDDockWidgets__Config__viewFactory(void *thisObj);
|
||||
|
||||
// tag=1066
|
||||
void c_KDDockWidgets__Config__destructor(void *thisObj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user