KDDockWidgets API Documentation 2.1
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Layout_c.h File Reference
#include "kddockwidgets_export.h"
#include <core/Layout.h>
#include <core/View.h>
#include "core/MainWindow.h"
#include <FloatingWindow.h>
#include <geometry_helpers_p.h>
#include <core/DockWidget.h>
#include <Item_p.h>
#include <core/Group.h>
#include "core/DropArea.h"
Include dependency graph for Layout_c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Layout_wrapper
 

Namespaces

namespace  KDDockWidgetsBindings_wrappersNS
 
namespace  KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore
 

Functions

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__asDropArea (void *thisObj)
 
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__checkSanity (void *thisObj)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__clearLayout (void *thisObj)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__constructor_ViewType_View (int arg__1, void *arg__2_)
 
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsGroup_Group (void *thisObj, void *arg__1_)
 
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsItem_Item (void *thisObj, void *arg__1_)
 
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__count (void *thisObj)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__destructor (void *thisObj)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__dumpLayout (void *thisObj)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__floatingWindow (void *thisObj)
 
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__isInMainWindow_bool (void *thisObj, bool honourNesting)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__itemForGroup_Group (void *thisObj, void *group_)
 
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutHeight (void *thisObj)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMaximumSizeHint (void *thisObj)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMinimumSize (void *thisObj)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutSize (void *thisObj)
 
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutWidth (void *thisObj)
 
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__mainWindow_bool (void *thisObj, bool honourNesting)
 
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__placeholderCount (void *thisObj)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__registerVirtualMethodCallback (void *ptr, void *callback, int methodId)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__removeItem_Item (void *thisObj, void *item_)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__restorePlaceholder_DockWidget_Item_int (void *thisObj, void *dw_, void *arg__2_, int tabIndex)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutMinimumSize_Size (void *thisObj, void *arg__1_)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutSize_Size (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__updateSizeConstraints (void *thisObj)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__viewAboutToBeDeleted (void *thisObj)
 
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__visibleCount (void *thisObj)
 
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout_Finalizer (void *cppObj)
 

Function Documentation

◆ c_KDDockWidgets__Core__Layout__asDropArea()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__asDropArea ( void *  thisObj)

Definition at line 172 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__checkSanity()

DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__checkSanity ( void *  thisObj)

Definition at line 178 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__clearLayout()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__clearLayout ( void *  thisObj)

Definition at line 184 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__constructor_ViewType_View()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__constructor_ViewType_View ( int  arg__1,
void *  arg__2_ 
)

Definition at line 165 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__containsGroup_Group()

DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsGroup_Group ( void *  thisObj,
void *  arg__1_ 
)

Definition at line 189 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__containsItem_Item()

DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsItem_Item ( void *  thisObj,
void *  arg__1_ 
)

Definition at line 196 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__count()

DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__count ( void *  thisObj)

Definition at line 203 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__destructor()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__destructor ( void *  thisObj)

Definition at line 323 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__dumpLayout()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__dumpLayout ( void *  thisObj)

Definition at line 209 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__floatingWindow()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__floatingWindow ( void *  thisObj)

Definition at line 214 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__isInMainWindow_bool()

DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__isInMainWindow_bool ( void *  thisObj,
bool  honourNesting 
)

Definition at line 220 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__itemForGroup_Group()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__itemForGroup_Group ( void *  thisObj,
void *  group_ 
)

Definition at line 226 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__layoutHeight()

DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutHeight ( void *  thisObj)

Definition at line 233 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__layoutMaximumSizeHint()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMaximumSizeHint ( void *  thisObj)

Definition at line 239 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__layoutMinimumSize()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMinimumSize ( void *  thisObj)

Definition at line 245 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__layoutSize()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutSize ( void *  thisObj)

Definition at line 251 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__layoutWidth()

DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutWidth ( void *  thisObj)

Definition at line 257 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__mainWindow_bool()

DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__mainWindow_bool ( void *  thisObj,
bool  honourNesting 
)

Definition at line 263 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__placeholderCount()

DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__placeholderCount ( void *  thisObj)

Definition at line 269 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__registerVirtualMethodCallback()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__registerVirtualMethodCallback ( void *  ptr,
void *  callback,
int  methodId 
)

Definition at line 327 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__removeItem_Item()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__removeItem_Item ( void *  thisObj,
void *  item_ 
)

Definition at line 275 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__restorePlaceholder_DockWidget_Item_int()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__restorePlaceholder_DockWidget_Item_int ( void *  thisObj,
void *  dw_,
void *  arg__2_,
int  tabIndex 
)

Definition at line 281 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__setLayoutMinimumSize_Size()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutMinimumSize_Size ( void *  thisObj,
void *  arg__1_ 
)

Definition at line 288 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__setLayoutSize_Size()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutSize_Size ( void *  thisObj,
void *  arg__1_ 
)

Definition at line 295 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__setParentView_impl_View()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setParentView_impl_View ( void *  thisObj,
void *  parent_ 
)

Definition at line 302 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__updateSizeConstraints()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__updateSizeConstraints ( void *  thisObj)

Definition at line 308 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__viewAboutToBeDeleted()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__viewAboutToBeDeleted ( void *  thisObj)

Definition at line 313 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout__visibleCount()

DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__visibleCount ( void *  thisObj)

Definition at line 318 of file Layout_c.cpp.

◆ c_KDDockWidgets__Core__Layout_Finalizer()

DOCKS_EXPORT void c_KDDockWidgets__Core__Layout_Finalizer ( void *  cppObj)

Definition at line 161 of file Layout_c.cpp.


© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
KDDockWidgets
Advanced Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets/
Generated by doxygen 1.9.8