17 #ifndef LOMIRI_SHELL_APPLICATION_SURFACEMANAGERINTERFACE_H
18 #define LOMIRI_SHELL_APPLICATION_SURFACEMANAGERINTERFACE_H
34 namespace application {
36 class MirSurfaceInterface;
48 virtual void forEachSurfaceInWorkspace(
const std::shared_ptr<miral::Workspace> &workspace,
51 const std::shared_ptr<miral::Workspace> &workspace) = 0;
52 virtual void moveWorkspaceContentToWorkspace(
const std::shared_ptr<miral::Workspace> &to,
53 const std::shared_ptr<miral::Workspace> &from) = 0;
63 void surfacesRaised(
const QVector<lomiri::shell::application::MirSurfaceInterface*> &surfaces);
65 void surfacesAddedToWorkspace(
const std::shared_ptr<miral::Workspace> &workspace,
66 const QVector<lomiri::shell::application::MirSurfaceInterface*> &surfaces);
67 void surfacesAboutToBeRemovedFromWorkspace(
const std::shared_ptr<miral::Workspace> &workspace,
68 const QVector<lomiri::shell::application::MirSurfaceInterface*> &surfaces);
69 void modificationsStarted();
70 void modificationsEnded();
State
Surface state.
Definition: Mir.h:64
Holds a Mir surface. Pretty much an opaque class.
Definition: MirSurfaceInterface.h:42
Definition: SurfaceManagerInterface.h:39
Top-level namespace for all things Lomiri-related.
Definition: Version.h:38