![]() |
KDDockWidgets API Documentation
1.6
|
Application-wide config to tune certain behaviours of the framework. More...


Go to the source code of this file.
Classes | |
| class | KDDockWidgets::Config |
| Singleton to allow to choose certain behaviours of the framework. More... | |
Namespaces | |
| KDDockWidgets | |
Typedefs | |
| typedef KDDockWidgets::DockWidgetBase *(* | KDDockWidgets::DockWidgetFactoryFunc) (const QString &name) |
| typedef bool(* | KDDockWidgets::DropIndicatorAllowedFunc) (DropLocation location, const QVector< DockWidgetBase * > &source, const QVector< DockWidgetBase * > &target, DropArea *dropArea) |
| Function to allow more granularity to disallow where widgets are dropped. More... | |
| typedef KDDockWidgets::MainWindowBase *(* | KDDockWidgets::MainWindowFactoryFunc) (const QString &name) |
| typedef bool(* | KDDockWidgets::TabbingAllowedFunc) (const QVector< DockWidgetBase * > &source, const QVector< DockWidgetBase * > &target) |
| Function to allow the user more granularity to disallow dock widgets to tab together. More... | |
Application-wide config to tune certain behaviours of the framework.
Definition in file Config.h.
© 2019-2022 Klarälvdalens Datakonsult AB (KDAB)
KDDockWidgets