![]() |
KDDockWidgets API Documentation 2.0
|
The MainWindow base class that's shared between QtWidgets and QtQuick stack. More...
#include "MainWindow.h"#include "MainWindow_p.h"#include "kddockwidgets/KDDockWidgets.h"#include "DockRegistry.h"#include "Layout_p.h"#include "core/MDILayout.h"#include "core/DropArea.h"#include "core/Utils_p.h"#include "core/Logging_p.h"#include "core/ScopedValueRollback_p.h"#include "core/WidgetResizeHandler_p.h"#include "core/ViewFactory.h"#include "core/LayoutSaver_p.h"#include "core/layouting/Item_p.h"#include "Platform.h"#include "core/DockWidget_p.h"#include "core/Group.h"#include "core/SideBar.h"#include "kddockwidgets/core/views/MainWindowViewInterface.h"#include <unordered_map>#include <algorithm>
Go to the source code of this file.
Functions | |
| static Layout * | createLayout (MainWindow *mainWindow, MainWindowOptions options) |
| static SideBarLocation | opposedSideBarLocationForBorder (Core::LayoutBorderLocation loc) |
| static SideBarLocation | sideBarLocationForBorder (Core::LayoutBorderLocations loc) |
The MainWindow base class that's shared between QtWidgets and QtQuick stack.
Definition in file core/MainWindow.cpp.
|
static |
Definition at line 46 of file core/MainWindow.cpp.
References KDDockWidgets::MainWindowOption_MDI, and KDDockWidgets::Core::Controller::view().
|
static |
Definition at line 273 of file core/MainWindow.cpp.
References KDDockWidgets::East, KDDockWidgets::None, KDDockWidgets::North, KDDockWidgets::South, and KDDockWidgets::West.
|
static |
Definition at line 295 of file core/MainWindow.cpp.
References KDDockWidgets::East, KDDockWidgets::None, KDDockWidgets::North, KDDockWidgets::South, and KDDockWidgets::West.
KDDockWidgets