Public Member Functions | |
DockFocusControllerPrivate (CDockFocusController *_public) | |
void | updateDockWidgetFocus (CDockWidget *DockWidget) |
Public Attributes | |
CDockFocusController * | _this |
CDockManager * | DockManager |
QPointer< CDockAreaWidget > | FocusedArea = nullptr |
QPointer< CDockWidget > | FocusedDockWidget = nullptr |
bool | ForceFocusChangedSignal = false |
CDockWidget * | OldFocusedDockWidget = nullptr |
Private data class of CDockFocusController class (pimpl)
Definition at line 37 of file DockFocusController.cpp.
ads::DockFocusControllerPrivate::DockFocusControllerPrivate | ( | CDockFocusController * | _public | ) |
Private data constructor
Definition at line 102 of file DockFocusController.cpp.
void ads::DockFocusControllerPrivate::updateDockWidgetFocus | ( | CDockWidget * | DockWidget | ) |
This function updates the focus style of the given dock widget and the dock area that it belongs to
Definition at line 111 of file DockFocusController.cpp.
CDockFocusController* ads::DockFocusControllerPrivate::_this |
Definition at line 39 of file DockFocusController.cpp.
CDockManager* ads::DockFocusControllerPrivate::DockManager |
Definition at line 46 of file DockFocusController.cpp.
QPointer<CDockAreaWidget> ads::DockFocusControllerPrivate::FocusedArea = nullptr |
Definition at line 41 of file DockFocusController.cpp.
QPointer<CDockWidget> ads::DockFocusControllerPrivate::FocusedDockWidget = nullptr |
Definition at line 40 of file DockFocusController.cpp.
bool ads::DockFocusControllerPrivate::ForceFocusChangedSignal = false |
Definition at line 47 of file DockFocusController.cpp.
CDockWidget* ads::DockFocusControllerPrivate::OldFocusedDockWidget = nullptr |
Definition at line 42 of file DockFocusController.cpp.