TouchEvent Member List

This is the complete list of members for TouchEvent, including all inherited members.

clear()TouchEvent
clone(Allocator &allocator) constBasicEvent< TouchEvent >
copyConstruct(const EventT &ev, Allocator &allocator)BasicEvent< TouchEvent >static
destroy(Allocator &allocator)BasicEvent< TouchEvent >
destruct(EventT &ev, Allocator &allocator)BasicEvent< TouchEvent >static
Event()Eventprotected
isMove() constTouchEvent
isPress() constTouchEvent
isPressed() constTouchEvent
isRelease() constTouchEvent
onClone(Allocator &allocator) constBasicEvent< TouchEvent >protectedvirtual
onDestroy(Allocator &allocator)BasicEvent< TouchEvent >protectedvirtual
onTypeInfo() constBasicEvent< TouchEvent >protectedvirtual
position() constTouchEvent
pressure() constTouchEvent
setId(Pt::uint64_t widgetId)TouchEvent
setMove()TouchEvent
setPosition(const Gfx::PointF &pos)TouchEvent
setPress()TouchEvent
setPressure(double p)TouchEvent
setRelease()TouchEvent
setTrackingId(Pt::uint32_t tid)TouchEvent
setWidget(Widget *widget)TouchEvent
setX(double x)TouchEvent
setY(double y)TouchEvent
TouchEvent()TouchEventexplicit
TouchEvent(Widget &widget)TouchEvent
trackingId() constTouchEvent
typeInfo() constBasicEvent< TouchEvent >
widget() constTouchEvent
widgetId() constTouchEvent
x() constTouchEvent
y() constTouchEvent
~Event()Eventvirtual