 |
WebRadioApp
0.1
|
Go to the documentation of this file.
27 #ifndef _GraphicsArcPath_H
28 #define _GraphicsArcPath_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 _GraphicsArcPath_
50 #define _GraphicsArcPath_
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
void GraphicsArcPath_OnSetStartAngle(GraphicsArcPath _this, XFloat value)
Definition: Graphics.c:1794
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
void GraphicsArcPath_OnSetInnerRadius(GraphicsArcPath _this, XFloat value)
Definition: Graphics.c:1812
signed long XInt32
Definition: ewrte.h:1586
XRect CoreOutline aOutline XPoint value
Definition: _ViewsWarpView.h:137
unsigned long XEnum
Definition: ewrte.h:1593
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
XFloat GraphicsArcPath_OnGetInnerRadius(GraphicsArcPath _this)
Definition: Graphics.c:1806
void GraphicsArcPath_OnSetNoOfEdges(GraphicsArcPath _this, XInt32 value)
Definition: Graphics.c:1766
float XFloat
Definition: ewrte.h:1595
void GraphicsArcPath_updatePath(GraphicsArcPath _this, XObject sender)
Definition: Graphics.c:1415
XRect CoreOutline aOutline XObject sender
Definition: _ApplicationRadioInterface.h:186
#define EW_PROPERTY(aName, aType)
Definition: ewrte.h:466
void GraphicsArcPath_OnSetRadius(GraphicsArcPath _this, XFloat value)
Definition: Graphics.c:1828
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
void GraphicsArcPath_OnSetStyle(GraphicsArcPath _this, XEnum value)
Definition: Graphics.c:1841
void GraphicsArcPath_OnSetEndAngle(GraphicsArcPath _this, XFloat value)
Definition: Graphics.c:1782
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451