Mir
|
#include <session_coordinator.h>
Additional Inherited Members | |
![]() | |
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 | focus_next ()=0 |
virtual std::weak_ptr < scene::Session > | focussed_application () const =0 |
virtual void | set_focus_to (std::shared_ptr< scene::Session > const &focus)=0 |
![]() | |
Shell ()=default | |
Shell (const Shell &)=delete | |
Shell & | operator= (const Shell &)=delete |
![]() | |
FocusController ()=default | |
FocusController (FocusController const &)=delete | |
FocusController & | operator= (FocusController const &)=delete |
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014