#include <shell.h>
|
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 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 SurfaceId | create_surface (std::shared_ptr< Session > const &session, scene::SurfaceCreationParameters const ¶ms, std::shared_ptr< EventSink > const &sink)=0 |
|
virtual void | modify_surface (std::shared_ptr< Session > const &session, SurfaceId surface, shell::SurfaceSpecification const &modifications)=0 |
|
virtual void | destroy_surface (std::shared_ptr< Session > const &session, SurfaceId surface)=0 |
|
virtual std::string | persistent_id_for (std::shared_ptr< Session > const &session, SurfaceId surface)=0 |
|
virtual std::shared_ptr< scene::Surface > | surface_for_id (std::string const &serialised_id)=0 |
|
virtual int | set_surface_attribute (std::shared_ptr< Session > const &session, SurfaceId surface_id, MirSurfaceAttrib attrib, int value)=0 |
|
virtual int | get_surface_attribute (std::shared_ptr< Session > const &session, SurfaceId surface_id, MirSurfaceAttrib attrib)=0 |
|
virtual void | raise_surface (std::shared_ptr< Session > const &session, SurfaceId surface_id, uint64_t timestamp)=0 |
|
virtual mir::frontend::Shell::~Shell |
( |
| ) |
|
|
virtualdefault |
mir::frontend::Shell::Shell |
( |
| ) |
|
|
protecteddefault |
mir::frontend::Shell::Shell |
( |
const Shell & |
| ) |
|
|
protecteddelete |
virtual void mir::frontend::Shell::add_prompt_provider_for |
( |
std::shared_ptr< PromptSession > const & |
prompt_session, |
|
|
std::shared_ptr< Session > const & |
session |
|
) |
| |
|
pure virtual |
virtual void mir::frontend::Shell::close_session |
( |
std::shared_ptr< Session > const & |
session | ) |
|
|
pure virtual |
virtual void mir::frontend::Shell::destroy_surface |
( |
std::shared_ptr< Session > const & |
session, |
|
|
SurfaceId |
surface |
|
) |
| |
|
pure virtual |
virtual std::shared_ptr<Session> mir::frontend::Shell::open_session |
( |
pid_t |
client_pid, |
|
|
std::string const & |
name, |
|
|
std::shared_ptr< EventSink > const & |
sink |
|
) |
| |
|
pure virtual |
Shell& mir::frontend::Shell::operator= |
( |
const Shell & |
| ) |
|
|
protecteddelete |
virtual void mir::frontend::Shell::raise_surface |
( |
std::shared_ptr< Session > const & |
session, |
|
|
SurfaceId |
surface_id, |
|
|
uint64_t |
timestamp |
|
) |
| |
|
pure virtual |
virtual int mir::frontend::Shell::set_surface_attribute |
( |
std::shared_ptr< Session > const & |
session, |
|
|
SurfaceId |
surface_id, |
|
|
MirSurfaceAttrib |
attrib, |
|
|
int |
value |
|
) |
| |
|
pure virtual |
virtual void mir::frontend::Shell::stop_prompt_session |
( |
std::shared_ptr< PromptSession > const & |
prompt_session | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- src/include/server/mir/frontend/shell.h
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016