1 #ifndef DockFocusControllerH 2 #define DockFocusControllerH 19 struct DockFocusControllerPrivate;
21 class CFloatingDockContainer;
34 void onApplicationFocusChanged(QWidget *old, QWidget *now);
35 void onFocusedDockAreaViewToggled(
bool Open);
36 void onStateRestored();
37 void onDockWidgetVisibilityChanged(
bool Visible);
55 template <
class QW
idgetPtr>
63 widget->setFocus(Qt::OtherFocusReason);
70 void notifyWidgetOrAreaRelocation(QWidget* RelocatedWidget);
95 #endif // DockFocusControllerH static bool testConfigFlag(eConfigFlag Flag)
static void setWidgetFocus(QWidgetPtr widget)
enables styling of focused dock widget tabs or floating widget titlebar
DockFocusControllerPrivate * d
private data (pimpl)
Declaration of CDockManager class.