#include <mir_connection.h>
|
| MirConnection () |
|
| MirConnection (mir::client::ConnectionConfiguration &conf) |
|
| ~MirConnection () noexcept |
|
| MirConnection (MirConnection const &)=delete |
|
MirConnection & | operator= (MirConnection const &)=delete |
|
MirWaitHandle * | create_surface (MirSurfaceParameters const ¶ms, mir_surface_callback callback, void *context) |
|
MirWaitHandle * | release_surface (MirSurface *surface, mir_surface_callback callback, void *context) |
|
char const * | get_error_message () |
|
void | set_error_message (std::string const &error) |
|
MirWaitHandle * | connect (const char *app_name, mir_connected_callback callback, void *context) |
|
MirWaitHandle * | disconnect () |
|
MirWaitHandle * | drm_auth_magic (unsigned int magic, mir_drm_auth_magic_callback callback, void *context) |
|
void | register_lifecycle_event_callback (mir_lifecycle_event_callback callback, void *context) |
|
void | register_display_change_callback (mir_display_config_callback callback, void *context) |
|
void | populate (MirPlatformPackage &platform_package) |
|
MirDisplayConfiguration * | create_copy_of_display_config () |
|
void | possible_pixel_formats (MirPixelFormat *formats, unsigned int formats_size, unsigned int &valid_formats) |
|
std::shared_ptr
< mir::client::ClientPlatform > | get_client_platform () |
|
MirConnection * | mir_connection () |
|
EGLNativeDisplayType | egl_native_display () |
|
void | on_surface_created (int id, MirSurface *surface) |
|
MirWaitHandle * | configure_display (MirDisplayConfiguration *configuration) |
|
void | done_display_configure () |
|
virtual | ~ClientContext () |
|
MirConnection::MirConnection |
( |
) | |
|
MirConnection::~MirConnection |
( |
) | |
|
|
noexcept |
void MirConnection::done_display_configure |
( |
) | |
|
EGLNativeDisplayType MirConnection::egl_native_display |
( |
) | |
|
char const * MirConnection::get_error_message |
( |
) | |
|
void MirConnection::on_surface_created |
( |
int |
id, |
|
|
MirSurface * |
surface |
|
) |
| |
void MirConnection::possible_pixel_formats |
( |
MirPixelFormat * |
formats, |
|
|
unsigned int |
formats_size, |
|
|
unsigned int & |
valid_formats |
|
) |
| |
void MirConnection::set_error_message |
( |
std::string const & |
error) | |
|
The documentation for this struct was generated from the following files:
Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013