![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::EventInit.
Inherited by client::CompositionEventInit, client::EventModifierInit, and client::FocusEventInit.
Public Member Functions | |
double | get_detail () |
void | set_detail (double) |
Window * | get_view () |
void | set_view (Window *) |
![]() | |
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) |
double client::UIEventInit::get_detail | ( | ) |
Window* client::UIEventInit::get_view | ( | ) |
void client::UIEventInit::set_detail | ( | double | ) |
void client::UIEventInit::set_view | ( | Window * | ) |