#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"
Go to the source code of this file.
|
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) |
|
◆ c_KDDockWidgets__Core__Layout__asDropArea()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__asDropArea |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__checkSanity()
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__checkSanity |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__clearLayout()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__clearLayout |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__constructor_ViewType_View()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__constructor_ViewType_View |
( |
int |
arg__1, |
|
|
void * |
arg__2_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__containsGroup_Group()
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsGroup_Group |
( |
void * |
thisObj, |
|
|
void * |
arg__1_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__containsItem_Item()
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__containsItem_Item |
( |
void * |
thisObj, |
|
|
void * |
arg__1_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__count()
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__count |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__destructor()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__destructor |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__dumpLayout()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__dumpLayout |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__floatingWindow()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__floatingWindow |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__isInMainWindow_bool()
DOCKS_EXPORT bool c_KDDockWidgets__Core__Layout__isInMainWindow_bool |
( |
void * |
thisObj, |
|
|
bool |
honourNesting |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__itemForGroup_Group()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__itemForGroup_Group |
( |
void * |
thisObj, |
|
|
void * |
group_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__layoutHeight()
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutHeight |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__layoutMaximumSizeHint()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMaximumSizeHint |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__layoutMinimumSize()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutMinimumSize |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__layoutSize()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__layoutSize |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__layoutWidth()
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__layoutWidth |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__mainWindow_bool()
DOCKS_EXPORT void * c_KDDockWidgets__Core__Layout__mainWindow_bool |
( |
void * |
thisObj, |
|
|
bool |
honourNesting |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__placeholderCount()
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__placeholderCount |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__registerVirtualMethodCallback()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__registerVirtualMethodCallback |
( |
void * |
ptr, |
|
|
void * |
callback, |
|
|
int |
methodId |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__removeItem_Item()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__removeItem_Item |
( |
void * |
thisObj, |
|
|
void * |
item_ |
|
) |
| |
◆ 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 |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__setLayoutMinimumSize_Size()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutMinimumSize_Size |
( |
void * |
thisObj, |
|
|
void * |
arg__1_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__setLayoutSize_Size()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setLayoutSize_Size |
( |
void * |
thisObj, |
|
|
void * |
arg__1_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__setParentView_impl_View()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__setParentView_impl_View |
( |
void * |
thisObj, |
|
|
void * |
parent_ |
|
) |
| |
◆ c_KDDockWidgets__Core__Layout__updateSizeConstraints()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__updateSizeConstraints |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__viewAboutToBeDeleted()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout__viewAboutToBeDeleted |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout__visibleCount()
DOCKS_EXPORT int c_KDDockWidgets__Core__Layout__visibleCount |
( |
void * |
thisObj | ) |
|
◆ c_KDDockWidgets__Core__Layout_Finalizer()
DOCKS_EXPORT void c_KDDockWidgets__Core__Layout_Finalizer |
( |
void * |
cppObj | ) |
|