![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::EventInit.
Public Member Functions | |
DeviceAccelerationDict * | get_acceleration () |
void | set_acceleration (DeviceAccelerationDict *) |
DeviceAccelerationDict * | get_accelerationIncludingGravity () |
void | set_accelerationIncludingGravity (DeviceAccelerationDict *) |
double | get_interval () |
void | set_interval (double) |
DeviceRotationRateDict * | get_rotationRate () |
void | set_rotationRate (DeviceRotationRateDict *) |
![]() | |
bool | get_bubbles () |
void | set_bubbles (bool) |
bool | get_cancelable () |
void | set_cancelable (bool) |
bool | get_scoped () |
void | set_scoped (bool) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
DeviceAccelerationDict* client::DeviceMotionEventInit::get_acceleration | ( | ) |
DeviceAccelerationDict* client::DeviceMotionEventInit::get_accelerationIncludingGravity | ( | ) |
double client::DeviceMotionEventInit::get_interval | ( | ) |
DeviceRotationRateDict* client::DeviceMotionEventInit::get_rotationRate | ( | ) |
void client::DeviceMotionEventInit::set_acceleration | ( | DeviceAccelerationDict * | ) |
void client::DeviceMotionEventInit::set_accelerationIncludingGravity | ( | DeviceAccelerationDict * | ) |
void client::DeviceMotionEventInit::set_interval | ( | double | ) |
void client::DeviceMotionEventInit::set_rotationRate | ( | DeviceRotationRateDict * | ) |