Mir
|
#include <mir_input_config.h>
MirInputDevice::MirInputDevice | ( | ) |
MirInputDevice::MirInputDevice | ( | MirInputDeviceId | id, |
mir::input::DeviceCapabilities | caps, | ||
std::string const & | name, | ||
std::string const & | unique_id | ||
) |
MirInputDevice::MirInputDevice | ( | MirInputDevice && | conf | ) |
MirInputDevice::MirInputDevice | ( | MirInputDevice const & | conf | ) |
MirInputDevice::~MirInputDevice | ( | ) |
mir::input::DeviceCapabilities MirInputDevice::capabilities | ( | ) | const |
bool MirInputDevice::has_keyboard_config | ( | ) | const |
bool MirInputDevice::has_pointer_config | ( | ) | const |
bool MirInputDevice::has_touchpad_config | ( | ) | const |
bool MirInputDevice::has_touchscreen_config | ( | ) | const |
MirInputDeviceId MirInputDevice::id | ( | ) | const |
MirKeyboardConfig& MirInputDevice::keyboard_config | ( | ) |
MirKeyboardConfig const& MirInputDevice::keyboard_config | ( | ) | const |
std::string const& MirInputDevice::name | ( | ) | const |
bool MirInputDevice::operator!= | ( | MirInputDevice const & | rhs | ) | const |
MirInputDevice& MirInputDevice::operator= | ( | MirInputDevice const & | conf | ) |
bool MirInputDevice::operator== | ( | MirInputDevice const & | rhs | ) | const |
MirPointerConfig& MirInputDevice::pointer_config | ( | ) |
MirPointerConfig const& MirInputDevice::pointer_config | ( | ) | const |
void MirInputDevice::set_keyboard_config | ( | MirKeyboardConfig const & | conf | ) |
void MirInputDevice::set_pointer_config | ( | MirPointerConfig const & | conf | ) |
void MirInputDevice::set_touchpad_config | ( | MirTouchpadConfig const & | conf | ) |
void MirInputDevice::set_touchscreen_config | ( | MirTouchscreenConfig const & | conf | ) |
MirTouchpadConfig& MirInputDevice::touchpad_config | ( | ) |
MirTouchpadConfig const& MirInputDevice::touchpad_config | ( | ) | const |
MirTouchscreenConfig& MirInputDevice::touchscreen_config | ( | ) |
MirTouchscreenConfig const& MirInputDevice::touchscreen_config | ( | ) | const |
std::string const& MirInputDevice::unique_id | ( | ) | const |
Copyright © 2012-2016 Canonical Ltd.
Generated on Wed Oct 11 22:26:23 UTC 2017