Macros | |
#define | _calc |
Typedefs | |
typedef struct D4D_GAUGE_VAL2PT_S | D4D_GAUGE_VAL2PT |
Functions | |
void | D4D_GaugOnMessage (D4D_MESSAGE *pMsg) |
D4D_STRING * | D4D_GaugeGetTextBuffer (D4D_OBJECT *pThis) |
static D4D_POINT | D4D_GaugeGetAnglePoint (D4D_GAUGE *pGaug, D4D_GAUGE_VALUE value) |
static void | D4D_GaugValue2Point (D4D_OBJECT *pThis) |
static void | D4D_GaugOnDraw (D4D_MESSAGE *pMsg) |
void | D4D_GaugSetValue (D4D_OBJECT_PTR pThis, D4D_GAUGE_VALUE value) |
The function sets the new value of gauge. More... | |
D4D_GAUGE_VALUE | D4D_GaugGetValue (D4D_OBJECT_PTR pThis) |
The function gets the current value of gauge. More... | |
void | D4D_GaugSetLimits (D4D_OBJECT_PTR pThis, const D4D_GAUGE_LIMITS *pLimits) |
The function sets the new limits values of gauge. More... | |
void | D4D_GaugGetLimits (D4D_OBJECT_PTR pThis, D4D_GAUGE_LIMITS *pLimits) |
The function gets the values of gauge limit structure. More... | |
void | D4D_GaugSetDir (D4D_OBJECT_PTR pThis, D4D_TREND trend) |
The function set the trend/direction of gauge. More... | |
D4D_TREND | D4D_GaugGetDir (D4D_OBJECT_PTR pThis) |
The function gets the trend/direction of gauge object. More... | |
Variables | |
const D4D_OBJECT_SYS_FUNCTION | d4d_gaugeSysFunc |
#define _calc |
Definition at line 74 of file d4d_gauge.c.
typedef struct D4D_GAUGE_VAL2PT_S D4D_GAUGE_VAL2PT |
|
static |
Definition at line 84 of file d4d_gauge.c.
D4D_STRING * D4D_GaugeGetTextBuffer | ( | D4D_OBJECT * | pThis | ) |
Get object text buffer
Definition at line 397 of file d4d_gauge.c.
|
static |
Definition at line 145 of file d4d_gauge.c.
void D4D_GaugOnMessage | ( | D4D_MESSAGE * | pMsg | ) |
THE INTERNAL API FUNCTIONS
Definition at line 374 of file d4d_gauge.c.
|
static |
Definition at line 116 of file d4d_gauge.c.
const D4D_OBJECT_SYS_FUNCTION d4d_gaugeSysFunc |
Definition at line 55 of file d4d_gauge.c.