 |
WebRadioApp
0.1
|
Go to the documentation of this file.
27 #ifndef _CoreSimpleTouchHandler_H
28 #define _CoreSimpleTouchHandler_H
36 #if EW_RTE_VERSION != 0x000A0000
37 #error Wrong version of Embedded Wizard Runtime Environment.
41 #if EW_GFX_VERSION != 0x000A0000
42 #error Wrong version of Embedded Wizard Graphics Engine.
48 #ifndef _CoreCursorHit_
50 #define _CoreCursorHit_
66 #ifndef _CoreLayoutContext_
68 #define _CoreLayoutContext_
72 #ifndef _CoreSimpleTouchHandler_
74 #define _CoreSimpleTouchHandler_
84 #ifndef _GraphicsCanvas_
86 #define _GraphicsCanvas_
162 EW_METHOD( GetRoot, CoreRoot )( CoreView _this )
163 EW_METHOD( Draw,
void )( CoreSimpleTouchHandler _this, GraphicsCanvas
168 aArea,
XInt32 aFinger,
XInt32 aStrikeCount, CoreView aDedicatedView,
XSet aRetargetReason )
174 EW_METHOD( ChangeViewState,
void )( CoreView _this,
XSet aSetState,
XSet aClearState )
XObject CoreSimpleTouchHandler_HandleEvent(CoreSimpleTouchHandler _this, CoreEvent aEvent)
Definition: Core.c:5932
XRect CoreOutline aOutline GraphicsCanvas aCanvas
Definition: _CoreSimpleTouchHandler.h:206
void CoreSimpleTouchHandler_OnSetRetargetOffset(CoreSimpleTouchHandler _this, XInt32 value)
Definition: Core.c:6229
void CoreSimpleTouchHandler_OnSetMaxStrikeCount(CoreSimpleTouchHandler _this, XInt32 value)
Definition: Core.c:6239
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint aOffset
Definition: _CoreSimpleTouchHandler.h:207
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
#define EW_VARIABLE(aName, aType)
Definition: ewrte.h:464
XRect aBounds
Definition: _CoreSimpleTouchHandler.h:160
XRect CoreOutline aOutline XRect CoreOutline aOutline
Definition: _CoreQuadView.h:109
signed long XInt32
Definition: ewrte.h:1586
XRect CoreOutline aOutline CoreCursorHit(CoreSimpleTouchHandler _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason) EW_METHOD(ArrangeView
XRect CoreOutline aOutline XPoint value
Definition: _ViewsWarpView.h:137
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint XInt32 aOpacity
Definition: _CoreSimpleTouchHandler.h:207
char XBool
Definition: ewrte.h:1592
unsigned long XEnum
Definition: ewrte.h:1593
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
void CoreSimpleTouchHandler_Draw(CoreSimpleTouchHandler _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Core.c:5906
unsigned long XSet
Definition: ewrte.h:1594
void CoreSimpleTouchHandler_OnSetEnabled(CoreSimpleTouchHandler _this, XBool value)
Definition: Core.c:6249
CoreCursorHit CoreSimpleTouchHandler_CursorHitTest(CoreSimpleTouchHandler _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason)
Definition: Core.c:6149
EW_METHOD(initLayoutContext, void)(CoreQuadView _this
#define EW_PROPERTY(aName, aType)
Definition: ewrte.h:466
XRect CoreOutline aOutline GraphicsCanvas XRect aClip
Definition: _CoreSimpleTouchHandler.h:207
unsigned long XUInt32
Definition: ewrte.h:1590
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint XInt32 XBool aBlend
Definition: _CoreSimpleTouchHandler.h:207
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451