|
Mir
|
#include <event.h>
Public Member Functions | |
| MirEventType | type () const |
| MirInputEvent * | to_input () |
| MirInputEvent const * | to_input () const |
| MirInputConfigurationEvent * | to_input_configuration () |
| MirInputConfigurationEvent const * | to_input_configuration () const |
| MirSurfaceEvent * | to_surface () |
| MirSurfaceEvent const * | to_surface () const |
| MirResizeEvent * | to_resize () |
| MirResizeEvent const * | to_resize () const |
| MirPromptSessionEvent * | to_prompt_session () |
| MirPromptSessionEvent const * | to_prompt_session () const |
| MirOrientationEvent * | to_orientation () |
| MirOrientationEvent const * | to_orientation () const |
| MirCloseSurfaceEvent * | to_close_surface () |
| MirCloseSurfaceEvent const * | to_close_surface () const |
| MirKeymapEvent * | to_keymap () |
| MirKeymapEvent const * | to_keymap () const |
| MirSurfaceOutputEvent * | to_surface_output () |
| MirSurfaceOutputEvent const * | to_surface_output () const |
| MirInputDeviceStateEvent * | to_input_device_state () |
| MirInputDeviceStateEvent const * | to_input_device_state () const |
| MirEvent * | clone () const |
Static Public Member Functions | |
| static mir::EventUPtr | deserialize (std::string const &bytes) |
| static std::string | serialize (MirEvent const *event) |
Protected Member Functions | |
| MirEvent ()=default | |
| MirEvent (MirEventType type) | |
| MirEvent (MirEvent const &event)=default | |
| MirEvent & | operator= (MirEvent const &event)=default |
Protected Attributes | |
| MirEventType | type_ |
|
protecteddefault |
|
explicitprotected |
|
protecteddefault |
| MirEvent * MirEvent::clone | ( | ) | const |
|
static |
|
static |
| MirCloseSurfaceEvent * MirEvent::to_close_surface | ( | ) |
| MirCloseSurfaceEvent const * MirEvent::to_close_surface | ( | ) | const |
| MirInputEvent * MirEvent::to_input | ( | ) |
| MirInputEvent const * MirEvent::to_input | ( | ) | const |
| MirInputConfigurationEvent * MirEvent::to_input_configuration | ( | ) |
| MirInputConfigurationEvent const * MirEvent::to_input_configuration | ( | ) | const |
| MirInputDeviceStateEvent * MirEvent::to_input_device_state | ( | ) |
| MirInputDeviceStateEvent const * MirEvent::to_input_device_state | ( | ) | const |
| MirKeymapEvent * MirEvent::to_keymap | ( | ) |
| MirKeymapEvent const * MirEvent::to_keymap | ( | ) | const |
| MirOrientationEvent * MirEvent::to_orientation | ( | ) |
| MirOrientationEvent const * MirEvent::to_orientation | ( | ) | const |
| MirPromptSessionEvent * MirEvent::to_prompt_session | ( | ) |
| MirPromptSessionEvent const * MirEvent::to_prompt_session | ( | ) | const |
| MirResizeEvent * MirEvent::to_resize | ( | ) |
| MirResizeEvent const * MirEvent::to_resize | ( | ) | const |
| MirSurfaceEvent * MirEvent::to_surface | ( | ) |
| MirSurfaceEvent const * MirEvent::to_surface | ( | ) | const |
| MirSurfaceOutputEvent * MirEvent::to_surface_output | ( | ) |
| MirSurfaceOutputEvent const * MirEvent::to_surface_output | ( | ) | const |
| MirEventType MirEvent::type | ( | ) | const |
|
protected |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016