![]() |
KDDockWidgets API Documentation 2.0
|
Application-wide config to tune certain behaviours of the framework. More...
#include "kddockwidgets/docks_export.h"#include "kddockwidgets/KDDockWidgets.h"

Go to the source code of this file.
Classes | |
| class | KDDockWidgets::Config |
| Singleton to allow to choose certain behaviours of the framework. More... | |
Namespaces | |
| namespace | KDDockWidgets |
| Class to abstract QAction, so code still works with QtQuick and Flutter. | |
| namespace | KDDockWidgets::Core |
Typedefs | |
| typedef KDDockWidgets::Core::DockWidget *(* | KDDockWidgets::DockWidgetFactoryFunc) (const QString &name) |
| typedef bool(* | KDDockWidgets::DragAboutToStartFunc) (Core::Draggable *draggable) |
| typedef void(* | KDDockWidgets::DragEndedFunc) () |
| typedef bool(* | KDDockWidgets::DropIndicatorAllowedFunc) (DropLocation location, const Vector< Core::DockWidget * > &source, const Vector< Core::DockWidget * > &target, Core::DropArea *dropArea) |
| Function to allow more granularity to disallow where widgets are dropped. | |
| typedef KDDockWidgets::Core::MainWindow *(* | KDDockWidgets::MainWindowFactoryFunc) (const QString &name, KDDockWidgets::MainWindowOptions) |
Application-wide config to tune certain behaviours of the framework.
Definition in file Config.h.
KDDockWidgets