WebRadioApp  0.1
_GraphicsArcPath.h File Reference
#include "ewrte.h"
#include "ewgfx.h"
#include "_GraphicsPath.h"
Include dependency graph for _GraphicsArcPath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _GraphicsArcPath_
 

Functions

void GraphicsArcPath_updatePath (GraphicsArcPath _this, XObject sender)
 
void GraphicsArcPath_OnSetNoOfEdges (GraphicsArcPath _this, XInt32 value)
 
void GraphicsArcPath_OnSetEndAngle (GraphicsArcPath _this, XFloat value)
 
void GraphicsArcPath_OnSetStartAngle (GraphicsArcPath _this, XFloat value)
 
XFloat GraphicsArcPath_OnGetInnerRadius (GraphicsArcPath _this)
 
void GraphicsArcPath_OnSetInnerRadius (GraphicsArcPath _this, XFloat value)
 
void GraphicsArcPath_OnSetRadius (GraphicsArcPath _this, XFloat value)
 
void GraphicsArcPath_OnSetStyle (GraphicsArcPath _this, XEnum value)
 

Macro Definition Documentation

◆ _GraphicsArcPath_

#define _GraphicsArcPath_

Function Documentation

◆ GraphicsArcPath_OnGetInnerRadius()

XFloat GraphicsArcPath_OnGetInnerRadius ( GraphicsArcPath  _this)
Here is the caller graph for this function:

◆ GraphicsArcPath_OnSetEndAngle()

void GraphicsArcPath_OnSetEndAngle ( GraphicsArcPath  _this,
XFloat  value 
)

References EwNewSlot(), EwPostSignal(), GraphicsArcPath_updatePath(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphicsArcPath_OnSetInnerRadius()

void GraphicsArcPath_OnSetInnerRadius ( GraphicsArcPath  _this,
XFloat  value 
)

References EwNewSlot(), EwPostSignal(), GraphicsArcPath_updatePath(), GraphicsArcStylePie, GraphicsArcStylePieRounded, GraphicsArcStylePieRoundedEnd, GraphicsArcStylePieRoundedStart, and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphicsArcPath_OnSetNoOfEdges()

void GraphicsArcPath_OnSetNoOfEdges ( GraphicsArcPath  _this,
XInt32  value 
)

References EwNewSlot(), EwPostSignal(), GraphicsArcPath_updatePath(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphicsArcPath_OnSetRadius()

void GraphicsArcPath_OnSetRadius ( GraphicsArcPath  _this,
XFloat  value 
)

References EwNewSlot(), EwPostSignal(), GraphicsArcPath_updatePath(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphicsArcPath_OnSetStartAngle()

void GraphicsArcPath_OnSetStartAngle ( GraphicsArcPath  _this,
XFloat  value 
)

References EwNewSlot(), EwPostSignal(), GraphicsArcPath_updatePath(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphicsArcPath_OnSetStyle()

void GraphicsArcPath_OnSetStyle ( GraphicsArcPath  _this,
XEnum  value 
)

References EwNewSlot(), EwPostSignal(), GraphicsArcPath_updatePath(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphicsArcPath_updatePath()

void GraphicsArcPath_updatePath ( GraphicsArcPath  _this,
XObject  sender 
)

References EW_UNUSED_ARG, EwMathCos(), EwMathSin(), EwMathSqrt(), GraphicsArcStyleArc, GraphicsArcStylePie, GraphicsArcStylePieRounded, GraphicsArcStylePieRoundedEnd, GraphicsArcStylePieRoundedStart, GraphicsArcStyleSegment, GraphicsPath_AddArc(), GraphicsPath_Begin(), GraphicsPath_Close(), GraphicsPath_InitSubPath(), GraphicsPath_SetMaxNoOfSubPaths(), and sender.

Here is the call graph for this function:
Here is the caller graph for this function: