#include <server_example_tiling_window_manager.h>
|
| TilingWindowManagerPolicy (Tools *const tools) |
|
void | click (geometry::Point cursor) |
|
void | handle_session_info_updated (TilingSessionInfoMap &session_info, geometry::Rectangles const &displays) |
|
void | handle_displays_updated (TilingSessionInfoMap &session_info, geometry::Rectangles const &displays) |
|
void | resize (geometry::Point cursor) |
|
auto | handle_place_new_surface (std::shared_ptr< scene::Session > const &session, scene::SurfaceCreationParameters const &request_parameters) -> scene::SurfaceCreationParameters |
|
void | handle_new_surface (std::shared_ptr< scene::Session > const &session, std::shared_ptr< scene::Surface > const &surface) |
|
void | handle_modify_surface (std::shared_ptr< scene::Session > const &session, std::shared_ptr< scene::Surface > const &surface, shell::SurfaceSpecification const &modifications) |
|
void | handle_delete_surface (std::shared_ptr< scene::Session > const &session, std::weak_ptr< scene::Surface > const &surface) |
|
int | handle_set_state (std::shared_ptr< scene::Surface > const &surface, MirSurfaceState value) |
|
void | drag (geometry::Point cursor) |
|
bool | handle_keyboard_event (MirKeyboardEvent const *event) |
|
bool | handle_touch_event (MirTouchEvent const *event) |
|
bool | handle_pointer_event (MirPointerEvent const *event) |
|
void | generate_decorations_for (std::shared_ptr< scene::Session > const &session, std::shared_ptr< scene::Surface > const &surface, TilingSurfaceInfoMap &surface_info, std::function< frontend::SurfaceId(std::shared_ptr< scene::Session > const &, scene::SurfaceCreationParameters const &)> const &build) |
|
mir::examples::TilingWindowManagerPolicy::TilingWindowManagerPolicy |
( |
Tools *const |
tools | ) |
|
|
explicit |
void mir::examples::TilingWindowManagerPolicy::click |
( |
geometry::Point |
cursor | ) |
|
void mir::examples::TilingWindowManagerPolicy::drag |
( |
geometry::Point |
cursor | ) |
|
void mir::examples::TilingWindowManagerPolicy::handle_delete_surface |
( |
std::shared_ptr< scene::Session > const & |
session, |
|
|
std::weak_ptr< scene::Surface > const & |
surface |
|
) |
| |
bool mir::examples::TilingWindowManagerPolicy::handle_keyboard_event |
( |
MirKeyboardEvent const * |
event | ) |
|
void mir::examples::TilingWindowManagerPolicy::handle_new_surface |
( |
std::shared_ptr< scene::Session > const & |
session, |
|
|
std::shared_ptr< scene::Surface > const & |
surface |
|
) |
| |
bool mir::examples::TilingWindowManagerPolicy::handle_pointer_event |
( |
MirPointerEvent const * |
event | ) |
|
bool mir::examples::TilingWindowManagerPolicy::handle_touch_event |
( |
MirTouchEvent const * |
event | ) |
|
void mir::examples::TilingWindowManagerPolicy::resize |
( |
geometry::Point |
cursor | ) |
|
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