Macros | |
#define | _calc |
Functions | |
void | D4D_PrgrsBarOnMessage (D4D_MESSAGE *pMsg) |
static D4D_COLOR | D4D_PrgrsBarComputeColorBar (D4D_OBJECT *pThis, D4D_PROGRESS_BAR_VALUE value) |
static void | D4D_PrgrsBarValue2Coor (D4D_OBJECT *pThis) |
static void | D4D_PrgrsBarOnDraw (D4D_MESSAGE *pMsg) |
void | D4D_PrgrsBarSetValue (D4D_OBJECT_PTR pThis, D4D_PROGRESS_BAR_VALUE value) |
D4D_PROGRESS_BAR_VALUE | D4D_PrgrsBarGetValue (D4D_OBJECT_PTR pThis) |
void | D4D_PrgrsBarSetBarColor (D4D_OBJECT_PTR pThis, D4D_COLOR color) |
D4D_COLOR | D4D_PrgrsBarGetBarColor (D4D_OBJECT_PTR pThis) |
void | D4D_PrgrsBarChangeValue (D4D_OBJECT_PTR pThis, D4D_PROGRESS_BAR_VALUE incr) |
Variables | |
const D4D_OBJECT_SYS_FUNCTION | d4d_progress_barSysFunc |
D4D driver progress_bar object c file.
Definition in file d4d_progress_bar.c.
#define _calc |
Definition at line 74 of file d4d_progress_bar.c.
void D4D_PrgrsBarChangeValue | ( | D4D_OBJECT_PTR | pThis, |
D4D_PROGRESS_BAR_VALUE | incr | ||
) |
|
static |
Definition at line 185 of file d4d_progress_bar.c.
D4D_COLOR D4D_PrgrsBarGetBarColor | ( | D4D_OBJECT_PTR | pThis | ) |
Definition at line 252 of file d4d_progress_bar.c.
D4D_PROGRESS_BAR_VALUE D4D_PrgrsBarGetValue | ( | D4D_OBJECT_PTR | pThis | ) |
Definition at line 223 of file d4d_progress_bar.c.
|
static |
Definition at line 137 of file d4d_progress_bar.c.
void D4D_PrgrsBarOnMessage | ( | D4D_MESSAGE * | pMsg | ) |
THE INTERNAL API FUNCTIONS
Definition at line 296 of file d4d_progress_bar.c.
void D4D_PrgrsBarSetBarColor | ( | D4D_OBJECT_PTR | pThis, |
D4D_COLOR | color | ||
) |
void D4D_PrgrsBarSetValue | ( | D4D_OBJECT_PTR | pThis, |
D4D_PROGRESS_BAR_VALUE | value | ||
) |
Definition at line 199 of file d4d_progress_bar.c.
|
static |
Definition at line 86 of file d4d_progress_bar.c.
const D4D_OBJECT_SYS_FUNCTION d4d_progress_barSysFunc |
Definition at line 52 of file d4d_progress_bar.c.