![]() |
KDDockWidgets API Documentation 2.0
|
The DockWidget controller that's shared between QtWidgets and QtQuick frontends. More...
#include "kddockwidgets/docks_export.h"#include "kddockwidgets/KDDockWidgets.h"#include "kddockwidgets/LayoutSaver.h"#include "kddockwidgets/core/Controller.h"#include "kddockwidgets/core/Action.h"#include <memory>

Go to the source code of this file.
Classes | |
| class | KDDockWidgets::Core::DockWidget |
| The DockWidget base-class. DockWidget and Core::DockWidget are only split in two so we can share some code with the QtQuick implementation, which also derives from Core::DockWidget. More... | |
Namespaces | |
| namespace | KDDockWidgets |
| Class to abstract QAction, so code still works with QtQuick and Flutter. | |
| namespace | KDDockWidgets::Core |
The DockWidget controller that's shared between QtWidgets and QtQuick frontends.
For most users, this is an internal detail. QtWidgets::DockWidget (or QtQuick::DockWidget) is enough as API.
Definition in file core/DockWidget.h.
KDDockWidgets