#include <mir_surface.h>
|
| | MirSurface (MirSurface const &)=delete |
| |
| MirSurface & | operator= (MirSurface const &)=delete |
| |
| | MirSurface (std::string const &error, MirConnection *allocating_connection, mir::frontend::SurfaceId surface_id, std::shared_ptr< MirWaitHandle > const &handle) |
| |
| | MirSurface (MirConnection *allocating_connection, mir::client::rpc::DisplayServer &server, mir::client::rpc::DisplayServerDebug *debug, std::shared_ptr< mir::client::ClientBufferStream > const &buffer_stream, std::shared_ptr< mir::input::receiver::InputPlatform > const &input_platform, MirSurfaceSpec const &spec, mir::protobuf::Surface const &surface_proto, std::shared_ptr< MirWaitHandle > const &handle) |
| |
| | ~MirSurface () |
| |
| MirSurfaceParameters | get_parameters () const |
| |
| char const * | get_error_message () |
| |
| int | id () const |
| |
| MirWaitHandle * | configure (MirSurfaceAttrib a, int value) |
| |
| bool | translate_to_screen_coordinates (int x, int y, int *screen_x, int *screen_y) |
| |
| int | attrib (MirSurfaceAttrib a) const |
| |
| MirOrientation | get_orientation () const |
| |
| MirWaitHandle * | set_preferred_orientation (MirOrientationMode mode) |
| |
| void | raise_surface (MirCookie const *cookie) |
| |
| MirWaitHandle * | configure_cursor (MirCursorConfiguration const *cursor) |
| |
| void | set_event_handler (mir_surface_event_callback callback, void *context) |
| |
| void | handle_event (MirEvent const &e) |
| |
| void | request_and_wait_for_configure (MirSurfaceAttrib a, int value) |
| |
| mir::client::ClientBufferStream * | get_buffer_stream () |
| |
| MirWaitHandle * | modify (MirSurfaceSpec const &changes) |
| |
| MirWaitHandle * | request_persistent_id (mir_surface_id_callback callback, void *context) |
| |
| MirConnection * | connection () const |
| |
| MirSurface::~MirSurface |
( |
| ) |
|
| char const * MirSurface::get_error_message |
( |
| ) |
|
| void MirSurface::handle_event |
( |
MirEvent const & |
e | ) |
|
| int MirSurface::id |
( |
| ) |
const |
| void MirSurface::raise_surface |
( |
MirCookie const * |
cookie | ) |
|
| void MirSurface::request_and_wait_for_configure |
( |
MirSurfaceAttrib |
a, |
|
|
int |
value |
|
) |
| |
| bool MirSurface::translate_to_screen_coordinates |
( |
int |
x, |
|
|
int |
y, |
|
|
int * |
screen_x, |
|
|
int * |
screen_y |
|
) |
| |
The documentation for this struct was generated from the following files:
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016