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