#include <shell_wrapper.h>
|
| ShellWrapper (std::shared_ptr< Shell > const &wrapped) |
|
void | focus_next () override |
|
std::weak_ptr< scene::Session > | focussed_application () const override |
|
void | set_focus_to (std::shared_ptr< scene::Session > const &focus) override |
|
std::shared_ptr< scene::Session > | open_session (pid_t client_pid, std::string const &name, std::shared_ptr< frontend::EventSink > const &sink) override |
|
void | close_session (std::shared_ptr< scene::Session > const &session) override |
|
void | handle_surface_created (std::shared_ptr< scene::Session > const &session) override |
|
std::shared_ptr< scene::PromptSession > | start_prompt_session_for (std::shared_ptr< scene::Session > const &session, scene::PromptSessionCreationParameters const ¶ms) override |
|
void | add_prompt_provider_for (std::shared_ptr< scene::PromptSession > const &prompt_session, std::shared_ptr< scene::Session > const &session) override |
|
void | stop_prompt_session (std::shared_ptr< scene::PromptSession > const &prompt_session) override |
|
frontend::SurfaceId | create_surface (std::shared_ptr< scene::Session > const &session, scene::SurfaceCreationParameters const ¶ms) override |
|
void | destroy_surface (std::shared_ptr< scene::Session > const &session, frontend::SurfaceId surface) override |
|
int | set_surface_attribute (std::shared_ptr< scene::Session > const &session, std::shared_ptr< scene::Surface > const &surface, MirSurfaceAttrib attrib, int value) override |
|
int | get_surface_attribute (std::shared_ptr< scene::Surface > const &surface, MirSurfaceAttrib attrib) override |
|
|
virtual | ~FocusController ()=default |
|
mir::shell::ShellWrapper::ShellWrapper |
( |
std::shared_ptr< Shell > const & |
wrapped | ) |
|
|
explicit |
void mir::shell::ShellWrapper::add_prompt_provider_for |
( |
std::shared_ptr< scene::PromptSession > const & |
prompt_session, |
|
|
std::shared_ptr< scene::Session > const & |
session |
|
) |
| |
|
overridevirtual |
void mir::shell::ShellWrapper::close_session |
( |
std::shared_ptr< scene::Session > const & |
session | ) |
|
|
overridevirtual |
void mir::shell::ShellWrapper::focus_next |
( |
| ) |
|
|
overridevirtual |
std::weak_ptr< ms::Session > mir::shell::ShellWrapper::focussed_application |
( |
| ) |
const |
|
overridevirtual |
void mir::shell::ShellWrapper::handle_surface_created |
( |
std::shared_ptr< scene::Session > const & |
session | ) |
|
|
overridevirtual |
void mir::shell::ShellWrapper::set_focus_to |
( |
std::shared_ptr< scene::Session > const & |
focus | ) |
|
|
overridevirtual |
void mir::shell::ShellWrapper::stop_prompt_session |
( |
std::shared_ptr< scene::PromptSession > const & |
prompt_session | ) |
|
|
overridevirtual |
std::shared_ptr<Shell> const mir::shell::ShellWrapper::wrapped |
|
protected |
The documentation for this class was generated from the following files:
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015