API documentation  2.0rc1
Public Member Functions | List of all members
client::MSGestureEvent Class Reference

#include <clientlib.h>

Inherits client::UIEvent.

Public Member Functions

double get_clientX ()
 
double get_clientY ()
 
double get_expansion ()
 
Objectget_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)
 
MSGestureEventget_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 ()
 
- Public Member Functions inherited from client::UIEvent
double get_detail ()
 
Windowget_view ()
 
void initUIEvent (const String &typeArg, bool canBubbleArg, bool cancelableArg, Window *viewArg, double detailArg)
 
UIEventget_prototype ()
 
void set_prototype (UIEvent *)
 
 UIEvent (const String &typeArg)
 
 UIEvent (const String &typeArg, UIEventInit *eventInitDict)
 
- Public Member Functions inherited from client::Event
bool get_bubbles ()
 
bool get_cancelBubble ()
 
void set_cancelBubble (bool)
 
bool get_cancelable ()
 
EventTargetget_currentTarget ()
 
bool get_defaultPrevented ()
 
double get_eventPhase ()
 
bool get_isTrusted ()
 
bool get_returnValue ()
 
void set_returnValue (bool)
 
bool get_scoped ()
 
Elementget_srcElement ()
 
EventTargetget_target ()
 
double get_timeStamp ()
 
Stringget_type ()
 
ArraydeepPath ()
 
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 ()
 
Eventget_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 ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ MSGestureEvent()

client::MSGestureEvent::MSGestureEvent ( )

Member Function Documentation

◆ get_clientX()

double client::MSGestureEvent::get_clientX ( )

◆ get_clientY()

double client::MSGestureEvent::get_clientY ( )

◆ get_expansion()

double client::MSGestureEvent::get_expansion ( )

◆ get_gestureObject()

Object* client::MSGestureEvent::get_gestureObject ( )

◆ get_hwTimestamp()

double client::MSGestureEvent::get_hwTimestamp ( )

◆ get_MSGESTURE_FLAG_BEGIN()

double client::MSGestureEvent::get_MSGESTURE_FLAG_BEGIN ( )

◆ get_MSGESTURE_FLAG_CANCEL()

double client::MSGestureEvent::get_MSGESTURE_FLAG_CANCEL ( )

◆ get_MSGESTURE_FLAG_END()

double client::MSGestureEvent::get_MSGESTURE_FLAG_END ( )

◆ get_MSGESTURE_FLAG_INERTIA()

double client::MSGestureEvent::get_MSGESTURE_FLAG_INERTIA ( )

◆ get_MSGESTURE_FLAG_NONE()

double client::MSGestureEvent::get_MSGESTURE_FLAG_NONE ( )

◆ get_offsetX()

double client::MSGestureEvent::get_offsetX ( )

◆ get_offsetY()

double client::MSGestureEvent::get_offsetY ( )

◆ get_prototype()

MSGestureEvent* client::MSGestureEvent::get_prototype ( )

◆ get_rotation()

double client::MSGestureEvent::get_rotation ( )

◆ get_scale()

double client::MSGestureEvent::get_scale ( )

◆ get_screenX()

double client::MSGestureEvent::get_screenX ( )

◆ get_screenY()

double client::MSGestureEvent::get_screenY ( )

◆ get_translationX()

double client::MSGestureEvent::get_translationX ( )

◆ get_translationY()

double client::MSGestureEvent::get_translationY ( )

◆ get_velocityAngular()

double client::MSGestureEvent::get_velocityAngular ( )

◆ get_velocityExpansion()

double client::MSGestureEvent::get_velocityExpansion ( )

◆ get_velocityX()

double client::MSGestureEvent::get_velocityX ( )

◆ get_velocityY()

double client::MSGestureEvent::get_velocityY ( )

◆ initGestureEvent()

void client::MSGestureEvent::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 
)

◆ set_prototype()

void client::MSGestureEvent::set_prototype ( MSGestureEvent )