eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D PROGRESS BAR API Constant Specification
Collaboration diagram for D4D PROGRESS BAR API Constant Specification:

Modules

 D4D PROGRESS BAR Defines masks of progress bar specific behaviour flags
 

Macros

#define D4D_PRGRS_BAR_F_DEFAULT
 This is progress bar init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_PRGRS_BAR_F_BAR_AUTOCOLOR | D4D_PRGRS_BAR_F_BAR_SCALECOLOR) as a default. More...
 
#define D4D_PRGRS_BAR_BAR_OFF
 This is offset value of active work area of progress bar. If not defined, it sets to 5 pixels as a default. More...
 
#define D4D_COLOR_PRGRS_BAR_BAR_FORE
 This is progress bar fore color definition. If not defined, it sets to D4D_COLOR_DARK_GREEN as a default. More...
 
#define D4D_COLOR_PRGRS_BAR_BAR_END
 This is progress bar end color definition. If not defined, it sets to D4D_COLOR_YELLOW as a default. More...
 
#define D4D_COLOR_PRGRS_BAR_BAR_BCKG
 This is progress bar background color definition. If not defined, it sets to D4D_COLOR_BRIGHT_GREY as a default. More...
 
#define D4D_COLOR_PRGRS_BAR_MAX_VAL
 This is progress bar maximal value definition. If not defined, it sets to 100 (to reflect standard percentual view) as a default. More...
 

Detailed Description

This section specifies the exact constants used by widget.

Macro Definition Documentation

#define D4D_COLOR_PRGRS_BAR_BAR_BCKG

This is progress bar background color definition. If not defined, it sets to D4D_COLOR_BRIGHT_GREY as a default.

Definition at line 102 of file d4d_progress_bar.h.

#define D4D_COLOR_PRGRS_BAR_BAR_END

This is progress bar end color definition. If not defined, it sets to D4D_COLOR_YELLOW as a default.

Definition at line 96 of file d4d_progress_bar.h.

#define D4D_COLOR_PRGRS_BAR_BAR_FORE

This is progress bar fore color definition. If not defined, it sets to D4D_COLOR_DARK_GREEN as a default.

Definition at line 90 of file d4d_progress_bar.h.

#define D4D_COLOR_PRGRS_BAR_MAX_VAL

This is progress bar maximal value definition. If not defined, it sets to 100 (to reflect standard percentual view) as a default.

Definition at line 108 of file d4d_progress_bar.h.

#define D4D_PRGRS_BAR_BAR_OFF

This is offset value of active work area of progress bar. If not defined, it sets to 5 pixels as a default.

Definition at line 84 of file d4d_progress_bar.h.

#define D4D_PRGRS_BAR_F_DEFAULT

This is progress bar init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_PRGRS_BAR_F_BAR_AUTOCOLOR | D4D_PRGRS_BAR_F_BAR_SCALECOLOR) as a default.

Definition at line 78 of file d4d_progress_bar.h.