#include <mir_surface.h>
|
| | MirSurface (MirSurface const &)=delete |
| |
| MirSurface & | operator= (MirSurface const &)=delete |
| |
| | MirSurface (std::string const &error) |
| |
| | MirSurface (MirConnection *allocating_connection, mir::client::rpc::DisplayServer &server, mir::client::rpc::DisplayServerDebug *debug, std::shared_ptr< mir::client::ClientBufferStreamFactory > const &buffer_stream_factory, std::shared_ptr< mir::input::receiver::InputPlatform > const &input_platform, MirSurfaceSpec const &spec, mir_surface_callback callback, void *context) |
| |
| | ~MirSurface () |
| |
| MirWaitHandle * | release_surface (mir_surface_callback callback, void *context) |
| |
| MirSurfaceParameters | get_parameters () const |
| |
| char const * | get_error_message () |
| |
| int | id () const |
| |
| MirWaitHandle * | get_create_wait_handle () |
| |
| 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) |
| |
| 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) |
| |
| MirSurface::MirSurface |
( |
std::string const & |
error | ) |
|
| MirSurface::~MirSurface |
( |
| ) |
|
| char const * MirSurface::get_error_message |
( |
| ) |
|
| void MirSurface::handle_event |
( |
MirEvent const & |
e | ) |
|
| int MirSurface::id |
( |
| ) |
const |
| 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 Thu Oct 8 16:20:16 UTC 2015