flutter: Regenerate bindings with newest dartagnan bug fixes
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qsize.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qlist.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include <DropArea.h>
|
||||
#include <controllers/Layout.h>
|
||||
#include <qsize.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
class Group_wrapper : public ::KDDockWidgets::Controllers::Group
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#include <qpoint.h>
|
||||
#include <qrect.h>
|
||||
#include <Group.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qlist.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#include <qlist.h>
|
||||
#include <DropArea.h>
|
||||
#include <qpoint.h>
|
||||
#include <qstring.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qrect.h>
|
||||
#include <qstring.h>
|
||||
#include <qobject.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
class Layout_wrapper : public ::KDDockWidgets::Controllers::Layout
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#include <ClassicIndicatorWindowViewInterface.h>
|
||||
#include <ClassicIndicators.h>
|
||||
#include <DropArea.h>
|
||||
#include <qobject.h>
|
||||
#include <qcoreevent.h>
|
||||
#include <qobject.h>
|
||||
#include <qlist.h>
|
||||
#include <qbytearray.h>
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
#include <qrect.h>
|
||||
#include <qpoint.h>
|
||||
#include <qstring.h>
|
||||
#include <DropArea.h>
|
||||
#include <controllers/Layout.h>
|
||||
#include <Group.h>
|
||||
#include <DropArea.h>
|
||||
|
||||
namespace KDDockWidgetsBindings_wrappersNS {
|
||||
class View_flutter_wrapper : public ::KDDockWidgets::Views::View_flutter
|
||||
|
||||
@@ -62,7 +62,7 @@ class ViewFactory extends QObject {
|
||||
} // createDockWidget(const QString & uniqueName, QFlags<KDDockWidgets::DockWidgetOption> options, QFlags<KDDockWidgets::LayoutSaverOption> layoutSaverOptions, Qt::WindowFlags windowFlags) const
|
||||
|
||||
View createDockWidget(String? uniqueName,
|
||||
{int options, int layoutSaverOptions, int windowFlags = 0}) {
|
||||
{int options = 0, int layoutSaverOptions = 0, int windowFlags = 0}) {
|
||||
final voidstar_Func_voidstar_voidstar_int_int_int func = _dylib
|
||||
.lookup<
|
||||
ffi.NativeFunction<
|
||||
|
||||
@@ -67,9 +67,9 @@ class ViewFactory_flutter extends ViewFactory {
|
||||
}
|
||||
final result = dartInstance.createDockWidget(
|
||||
QString.fromCppPointer(uniqueName).toDartString(),
|
||||
arg__2: arg__2,
|
||||
arg__3: arg__3,
|
||||
arg__4: arg__4);
|
||||
options: arg__2,
|
||||
layoutSaverOptions: arg__3,
|
||||
windowFlags: arg__4);
|
||||
return result.thisCpp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user