![]() |
KDDockWidgets API Documentation
1.6
|
▼NKDDockWidgets | |
CConfig | Singleton to allow to choose certain behaviours of the framework |
CDefaultWidgetFactory | The FrameworkWidgetFactory that's used if none is specified |
CDockWidget | Represents a dock widget |
CDockWidgetBase | The DockWidget base-class. DockWidget and DockWidgetBase are only split in two so we can share some code with the QtQuick implementation, which also derives from DockWidgetBase |
CDockWidgetQuick | Represents a dock widget |
CFocusScope | Allows to implement a similar functionality to QtQuick's FocusScope item, in QtWidgets |
CFrameworkWidgetFactory | A factory class for allowing the user to customize some internal widgets. This is optional, and if not provided, a default one will be used, DefaultWidgetFactory |
CInitialOption | Struct describing the preferred dock widget size and visibility when adding it to a layout |
CLayoutGuestWidget | LayoutGuestWidget is the type that Item will host |
CLayoutSaver | LayoutSaver allows to save or restore layouts |
CMainWindow | The QMainwindow sub-class that the application should use to be able to dock KDDockWidget::DockWidget instances |
CMainWindowBase | The MainWindow base-class. MainWindow and MainWindowBase are only split in two so we can share some code with the QtQuick implementation, which also derives from MainWindowBase |
CMainWindowMDI | MainWindow sub-class which uses MDI as a layout |
CMDIArea | MDIArea allows to host dock widget in MDI mode. This is an alternative to using a full blown MainWindowMDI. The use case is when you already have a MainWindow (doing normal docking) and you want to add an area where you want to use MDI dock widgets. Instead of docking a MainWindowMDI, you'd just use an MDIArea, and avoid having nested main windows |
CRubberBandQuick | |
▼NLayouting | |
CConfig | |
CRubberBand | |
CSeparatorQuick | |
CSeparatorWidget | |
CWidget | An abstraction/wrapper around QWidget, QtQuickItem or anything else |
CWidget_quick | A Layouting::Widget that's deals in QQuickItem Allows to host a QQuickItem in the layout |
CWidget_qwidget | A Layouting::Widget that's deals in QWidget Allows to host a QWidget in the layout |