|
| | SessionManager (std::shared_ptr< SurfaceCoordinator > const &surface_coordinator, std::shared_ptr< SessionContainer > const &app_container, std::shared_ptr< shell::FocusSetter > const &focus_setter, std::shared_ptr< SnapshotStrategy > const &snapshot_strategy, std::shared_ptr< SessionEventSink > const &session_event_sink, std::shared_ptr< SessionListener > const &session_listener, std::shared_ptr< PromptSessionManager > const &prompt_session_manager) |
| |
| virtual | ~SessionManager () noexcept |
| |
virtual std::shared_ptr
< frontend::Session > | open_session (pid_t client_pid, std::string const &name, std::shared_ptr< frontend::EventSink > const &sink) override |
| |
| virtual void | close_session (std::shared_ptr< frontend::Session > const &session) override |
| |
| void | focus_next () override |
| |
| std::weak_ptr< Session > | focussed_application () const |
| |
| void | set_focus_to (std::shared_ptr< Session > const &focus) override |
| |
| void | handle_surface_created (std::shared_ptr< frontend::Session > const &session) override |
| |
std::shared_ptr
< frontend::PromptSession > | start_prompt_session_for (std::shared_ptr< frontend::Session > const &session, PromptSessionCreationParameters const ¶ms) override |
| |
| void | add_prompt_provider_for (std::shared_ptr< frontend::PromptSession > const &prompt_session, std::shared_ptr< frontend::Session > const &session) override |
| |
| void | stop_prompt_session (std::shared_ptr< frontend::PromptSession > const &prompt_session) override |
| |
| virtual | ~Shell ()=default |
| |
| virtual std::shared_ptr< Session > | open_session (pid_t client_pid, std::string const &name, std::shared_ptr< EventSink > const &sink)=0 |
| |
| virtual void | close_session (std::shared_ptr< Session > const &session)=0 |
| |
| virtual void | handle_surface_created (std::shared_ptr< Session > const &session)=0 |
| |
virtual std::shared_ptr
< PromptSession > | start_prompt_session_for (std::shared_ptr< Session > const &session, scene::PromptSessionCreationParameters const ¶ms)=0 |
| |
| virtual void | add_prompt_provider_for (std::shared_ptr< PromptSession > const &prompt_session, std::shared_ptr< Session > const &session)=0 |
| |
| virtual void | stop_prompt_session (std::shared_ptr< PromptSession > const &prompt_session)=0 |
| |
| virtual | ~FocusController ()=default |
| |
| virtual void | set_focus_to (std::shared_ptr< scene::Session > const &focus)=0 |
| |