eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
d4d_gauge.c File Reference
#include "d4d.h"
#include "common_files/d4d_private.h"
Include dependency graph for d4d_gauge.c:

Macros

#define _calc
 

Typedefs

typedef struct D4D_GAUGE_VAL2PT_S D4D_GAUGE_VAL2PT
 

Functions

void D4D_GaugOnMessage (D4D_MESSAGE *pMsg)
 
D4D_STRINGD4D_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
 

Detailed Description

D4D driver gauge object c file.

Author
Petr Gargulak
Version
0.0.57.0
Date
Oct-15-2013

Definition in file d4d_gauge.c.

Macro Definition Documentation

#define _calc

Definition at line 74 of file d4d_gauge.c.

Typedef Documentation

typedef struct D4D_GAUGE_VAL2PT_S D4D_GAUGE_VAL2PT

Function Documentation

static D4D_POINT D4D_GaugeGetAnglePoint ( D4D_GAUGE pGaug,
D4D_GAUGE_VALUE  value 
)
static

Definition at line 84 of file d4d_gauge.c.

Here is the call graph for this function:

Here is the caller graph for this function:

D4D_STRING * D4D_GaugeGetTextBuffer ( D4D_OBJECT pThis)

Get object text buffer

Definition at line 397 of file d4d_gauge.c.

static void D4D_GaugOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 145 of file d4d_gauge.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_GaugOnMessage ( D4D_MESSAGE pMsg)

THE INTERNAL API FUNCTIONS

Definition at line 374 of file d4d_gauge.c.

Here is the call graph for this function:

static void D4D_GaugValue2Point ( D4D_OBJECT pThis)
static

Definition at line 116 of file d4d_gauge.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const D4D_OBJECT_SYS_FUNCTION d4d_gaugeSysFunc

Definition at line 55 of file d4d_gauge.c.