#include <shell_wrapper.h>
|
| ShellWrapper (std::shared_ptr< Shell > const &wrapped) |
|
virtual | ~ShellWrapper ()=default |
|
std::shared_ptr< Session > | open_session (pid_t client_pid, std::string const &name, std::shared_ptr< EventSink > const &sink) override |
|
void | close_session (std::shared_ptr< Session > const &session) override |
|
std::shared_ptr< PromptSession > | start_prompt_session_for (std::shared_ptr< Session > const &session, scene::PromptSessionCreationParameters const ¶ms) override |
|
void | add_prompt_provider_for (std::shared_ptr< PromptSession > const &prompt_session, std::shared_ptr< Session > const &session) override |
|
void | stop_prompt_session (std::shared_ptr< PromptSession > const &prompt_session) override |
|
SurfaceId | create_surface (std::shared_ptr< Session > const &session, scene::SurfaceCreationParameters const ¶ms, std::shared_ptr< EventSink > const &sink) override |
|
void | modify_surface (std::shared_ptr< Session > const &session, SurfaceId surface, shell::SurfaceSpecification const &modifications) override |
|
void | destroy_surface (std::shared_ptr< Session > const &session, SurfaceId surface) override |
|
std::string | persistent_id_for (std::shared_ptr< Session > const &session, SurfaceId surface) override |
|
std::shared_ptr< scene::Surface > | surface_for_id (std::string const &serialised_id) override |
|
int | set_surface_attribute (std::shared_ptr< Session > const &session, SurfaceId surface_id, MirSurfaceAttrib attrib, int value) override |
|
int | get_surface_attribute (std::shared_ptr< Session > const &session, SurfaceId surface_id, MirSurfaceAttrib attrib) override |
|
virtual | ~Shell ()=default |
|
mir::frontend::ShellWrapper::ShellWrapper |
( |
std::shared_ptr< Shell > const & |
wrapped | ) |
|
|
inlineexplicit |
virtual mir::frontend::ShellWrapper::~ShellWrapper |
( |
| ) |
|
|
virtualdefault |
void mir::frontend::ShellWrapper::add_prompt_provider_for |
( |
std::shared_ptr< PromptSession > const & |
prompt_session, |
|
|
std::shared_ptr< Session > const & |
session |
|
) |
| |
|
overridevirtual |
void mir::frontend::ShellWrapper::close_session |
( |
std::shared_ptr< Session > const & |
session | ) |
|
|
overridevirtual |
void mir::frontend::ShellWrapper::destroy_surface |
( |
std::shared_ptr< Session > const & |
session, |
|
|
SurfaceId |
surface |
|
) |
| |
|
overridevirtual |
std::shared_ptr< mf::Session > mir::frontend::ShellWrapper::open_session |
( |
pid_t |
client_pid, |
|
|
std::string const & |
name, |
|
|
std::shared_ptr< EventSink > const & |
sink |
|
) |
| |
|
overridevirtual |
void mir::frontend::ShellWrapper::stop_prompt_session |
( |
std::shared_ptr< PromptSession > const & |
prompt_session | ) |
|
|
overridevirtual |
std::shared_ptr< ms::Surface > mir::frontend::ShellWrapper::surface_for_id |
( |
std::string const & |
serialised_id | ) |
|
|
overridevirtual |
std::shared_ptr<Shell> const mir::frontend::ShellWrapper::wrapped |
|
protected |
The documentation for this class was generated from the following files:
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015