17 #ifndef UNITY_SHELL_APPLICATION_MIRFOCUSCONTROLLERINTERFACE_H 18 #define UNITY_SHELL_APPLICATION_MIRFOCUSCONTROLLERINTERFACE_H 24 namespace application {
26 class MirSurfaceInterface;
49 WRITE setFocusedSurface
50 NOTIFY focusedSurfaceChanged)
61 void focusedSurfaceChanged();
69 #endif // UNITY_SHELL_APPLICATION_MIRFOCUSCONTROLLERINTERFACE_H Top-level namespace for all things Unity-related.
Definition: Version.h:37
unity::shell::application::MirSurfaceInterface focusedSurface
The MirSurface which currently has focus, if any.
Definition: MirFocusControllerInterface.h:50
Defines which MirSurface has focus.
Definition: MirFocusControllerInterface.h:35
Holds a Mir surface. Pretty much an opaque class.
Definition: MirSurfaceInterface.h:41