 |
WebRadioApp
0.1
|
Go to the documentation of this file.
27 #ifndef _GraphicsPath_H
28 #define _GraphicsPath_H
35 #if EW_RTE_VERSION != 0x000A0000
36 #error Wrong version of Embedded Wizard Runtime Environment.
40 #if EW_GFX_VERSION != 0x000A0000
41 #error Wrong version of Embedded Wizard Graphics Engine.
45 #ifndef _GraphicsPath_
47 #define _GraphicsPath_
void GraphicsPath_Begin(GraphicsPath _this, XInt32 aSubPathNo, XFloat aX, XFloat aY)
Definition: Graphics.c:1283
XBool GraphicsPath_InitSubPath(GraphicsPath _this, XInt32 aSubPathNo, XInt32 aMaxNoOfEdges)
Definition: Graphics.c:1309
unsigned long XHandle
Definition: ewrte.h:291
XBool GraphicsPath_SetMaxNoOfSubPaths(GraphicsPath _this, XInt32 aMaxNoOfSubPaths)
Definition: Graphics.c:1351
#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
void GraphicsPath_Close(GraphicsPath _this, XInt32 aSubPathNo)
Definition: Graphics.c:1259
signed long XInt32
Definition: ewrte.h:1586
char XBool
Definition: ewrte.h:1592
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
XInt32 GraphicsPath_GetMaxNoOfSubPaths(GraphicsPath _this)
Definition: Graphics.c:1327
float XFloat
Definition: ewrte.h:1595
XRect CoreOutline aOutline XObject sender
Definition: _ApplicationRadioInterface.h:186
void GraphicsPath_onUpdate(GraphicsPath _this, XObject sender)
Definition: Graphics.c:1089
XInt32 GraphicsPath_AddBezier3(GraphicsPath _this, XInt32 aSubPathNo, XFloat aCP1X, XFloat aCP1Y, XFloat aCP2X, XFloat aCP2Y, XFloat aX, XFloat aY, XInt32 aNoOfEdges)
Definition: Graphics.c:1195
void GraphicsPath_Done(GraphicsPath _this)
Definition: Graphics.c:1098
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
XInt32 GraphicsPath_AddArc(GraphicsPath _this, XInt32 aSubPathNo, XFloat aCenterX, XFloat aCenterY, XFloat aRadiusX, XFloat aRadiusY, XFloat aStartAngle, XFloat aEndAngle, XInt32 aNoOfEdges)
Definition: Graphics.c:1147
XInt32 GraphicsPath_AddLine(GraphicsPath _this, XInt32 aSubPathNo, XFloat aX, XFloat aY)
Definition: Graphics.c:1235
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451