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

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
 

Detailed Description

D4D driver progress_bar object c file.

Author
Petr Gargulak
Version
0.0.11.0
Date
Feb-19-2013

Definition in file d4d_progress_bar.c.

Macro Definition Documentation

#define _calc

Definition at line 74 of file d4d_progress_bar.c.

Function Documentation

void D4D_PrgrsBarChangeValue ( D4D_OBJECT_PTR  pThis,
D4D_PROGRESS_BAR_VALUE  incr 
)

Definition at line 265 of file d4d_progress_bar.c.

Here is the call graph for this function:

static D4D_COLOR D4D_PrgrsBarComputeColorBar ( D4D_OBJECT pThis,
D4D_PROGRESS_BAR_VALUE  value 
)
static

Definition at line 185 of file d4d_progress_bar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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 void D4D_PrgrsBarOnDraw ( D4D_MESSAGE pMsg)
static

Definition at line 137 of file d4d_progress_bar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void D4D_PrgrsBarOnMessage ( D4D_MESSAGE pMsg)

THE INTERNAL API FUNCTIONS

Definition at line 296 of file d4d_progress_bar.c.

Here is the call graph for this function:

void D4D_PrgrsBarSetBarColor ( D4D_OBJECT_PTR  pThis,
D4D_COLOR  color 
)

Definition at line 235 of file d4d_progress_bar.c.

Here is the call graph for this function:

void D4D_PrgrsBarSetValue ( D4D_OBJECT_PTR  pThis,
D4D_PROGRESS_BAR_VALUE  value 
)

Definition at line 199 of file d4d_progress_bar.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static void D4D_PrgrsBarValue2Coor ( D4D_OBJECT pThis)
static

Definition at line 86 of file d4d_progress_bar.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_progress_barSysFunc

Definition at line 52 of file d4d_progress_bar.c.