|
double | get_clientX () |
|
double | get_clientY () |
|
double | get_expansion () |
|
Object * | get_gestureObject () |
|
double | get_hwTimestamp () |
|
double | get_offsetX () |
|
double | get_offsetY () |
|
double | get_rotation () |
|
double | get_scale () |
|
double | get_screenX () |
|
double | get_screenY () |
|
double | get_translationX () |
|
double | get_translationY () |
|
double | get_velocityAngular () |
|
double | get_velocityExpansion () |
|
double | get_velocityX () |
|
double | get_velocityY () |
|
void | initGestureEvent (const String &typeArg, bool canBubbleArg, bool cancelableArg, Window *viewArg, double detailArg, double screenXArg, double screenYArg, double clientXArg, double clientYArg, double offsetXArg, double offsetYArg, double translationXArg, double translationYArg, double scaleArg, double expansionArg, double rotationArg, double velocityXArg, double velocityYArg, double velocityExpansionArg, double velocityAngularArg, double hwTimestampArg) |
|
MSGestureEvent * | get_prototype () |
|
void | set_prototype (MSGestureEvent *) |
|
| MSGestureEvent () |
|
double | get_MSGESTURE_FLAG_BEGIN () |
|
double | get_MSGESTURE_FLAG_CANCEL () |
|
double | get_MSGESTURE_FLAG_END () |
|
double | get_MSGESTURE_FLAG_INERTIA () |
|
double | get_MSGESTURE_FLAG_NONE () |
|
double | get_detail () |
|
Window * | get_view () |
|
void | initUIEvent (const String &typeArg, bool canBubbleArg, bool cancelableArg, Window *viewArg, double detailArg) |
|
UIEvent * | get_prototype () |
|
void | set_prototype (UIEvent *) |
|
| UIEvent (const String &typeArg) |
|
| UIEvent (const String &typeArg, UIEventInit *eventInitDict) |
|
bool | get_bubbles () |
|
bool | get_cancelBubble () |
|
void | set_cancelBubble (bool) |
|
bool | get_cancelable () |
|
EventTarget * | get_currentTarget () |
|
bool | get_defaultPrevented () |
|
double | get_eventPhase () |
|
bool | get_isTrusted () |
|
bool | get_returnValue () |
|
void | set_returnValue (bool) |
|
bool | get_scoped () |
|
Element * | get_srcElement () |
|
EventTarget * | get_target () |
|
double | get_timeStamp () |
|
String * | get_type () |
|
Array * | deepPath () |
|
void | initEvent (const String &type) |
|
void | initEvent (const String &type, bool bubbles) |
|
void | initEvent (const String &type, bool bubbles, bool cancelable) |
|
void | preventDefault () |
|
void | stopImmediatePropagation () |
|
void | stopPropagation () |
|
Event * | get_prototype () |
|
void | set_prototype (Event *) |
|
| Event (const String &typeArg) |
|
| Event (const String &typeArg, EventInit *eventInitDict) |
|
double | get_AT_TARGET () |
|
double | get_BUBBLING_PHASE () |
|
double | get_CAPTURING_PHASE () |
|
double | get_NONE () |
|
| 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) |
|