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