flutter: Added bindings for Item
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user