 |
WebRadioApp
0.1
|
Go to the documentation of this file.
27 #ifndef _CoreDragEvent_H
28 #define _CoreDragEvent_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 _CoreDragEvent_
50 #define _CoreDragEvent_
86 aHitOffset,
XPoint aGlobalCurrentPos,
XPoint aGlobalHittingPos );
89 #define _CoreDragEvent__Initialize_
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
#define EW_VARIABLE(aName, aType)
Definition: ewrte.h:464
signed long XInt32
Definition: ewrte.h:1586
CoreDragEvent CoreDragEvent__Initialize(void *_this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XPoint aOffset, XInt32 aHoldPeriod, XInt32 aSequelCount, XPoint aHitOffset, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
Definition: Core.c:5533
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
CoreDragEvent CoreDragEvent_Initialize(CoreDragEvent _this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XPoint aOffset, XInt32 aHoldPeriod, XInt32 aSequelCount, XPoint aHitOffset, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
Definition: Core.c:5517
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint aOffset
Definition: _CoreOutline.h:172
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451