11#include "kddockwidgets_export.h"
15#include <FloatingWindow.h>
16#include <geometry_helpers_p.h>
23namespace KDDWBindingsCore {
33 bool containsItem(
const KDDockWidgets::Core::Item *arg__1)
const;
46 void removeItem(KDDockWidgets::Core::Item *item);
A widget that supports an arbitrary number of splitters (called Separators) in any combination of ver...
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__viewAboutToBeDeleted(void *thisObj)
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__count(void *thisObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__asDropArea(void *thisObj)
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutWidth(void *thisObj)
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__isInMainWindow_bool(void *thisObj, bool honourNesting)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMinimumSize(void *thisObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__mainWindow_bool(void *thisObj, bool honourNesting)
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutHeight(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__floatingWindow(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutSize_Size(void *thisObj, void *arg__1_)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__updateSizeConstraints(void *thisObj)
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__visibleCount(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__restorePlaceholder_DockWidget_Item_int(void *thisObj, void *dw_, void *arg__2_, int tabIndex)
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsGroup_Group(void *thisObj, void *arg__1_)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setParentView_impl_View(void *thisObj, void *parent_)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__dumpLayout(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout_Finalizer(void *cppObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__constructor_ViewType_View(int arg__1, void *arg__2_)
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsItem_Item(void *thisObj, void *arg__1_)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__removeItem_Item(void *thisObj, void *item_)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__destructor(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutMinimumSize_Size(void *thisObj, void *arg__1_)
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__placeholderCount(void *thisObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMaximumSizeHint(void *thisObj)
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__clearLayout(void *thisObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutSize(void *thisObj)
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__itemForGroup_Group(void *thisObj, void *group_)
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__checkSanity(void *thisObj)
The MainWindow base-class. MainWindow and MainWindowBase are only split in two so we can share some c...
A MultiSplitter with support for drop indicators when hovering over.
The MainWindow base-class that's shared between QtWidgets and QtQuick stack.