eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D PROGRESS BAR Defines masks of progress bar specific behaviour flags
Collaboration diagram for D4D PROGRESS BAR Defines masks of progress bar specific behaviour flags:

Macros

#define D4D_PRGRS_BAR_F_BAR_AUTOCOLOR
 This flag specifies the behavior of the progress bar. If it is set, the color of a progress bar depends on the current value and it is computed from a color scheme object dependent parameters fore color and barEnd from the progress bar declaration macro. In another situation, a color specified by the bar parameter from the color scheme object dependent parameters are used. More...
 
#define D4D_PRGRS_BAR_F_TEXT_AUTOCOLOR
 Enable text autocolor based on current value (inverted color to bar color) More...
 
#define D4D_PRGRS_BAR_F_BAR_SCALECOLOR
 This option enable little bit different type of drawing bar, the color is gradually changed from fore color to end bar color. More...
 
#define D4D_PRGRS_BAR_F_AUTOCOLOR
 Help macro to simplify the auto color declaration. More...
 

Detailed Description

This section specifies masks of progress bar behaviour flags.

Macro Definition Documentation

#define D4D_PRGRS_BAR_F_AUTOCOLOR

Help macro to simplify the auto color declaration.

Definition at line 72 of file d4d_progress_bar.h.

#define D4D_PRGRS_BAR_F_BAR_AUTOCOLOR

This flag specifies the behavior of the progress bar. If it is set, the color of a progress bar depends on the current value and it is computed from a color scheme object dependent parameters fore color and barEnd from the progress bar declaration macro. In another situation, a color specified by the bar parameter from the color scheme object dependent parameters are used.

Definition at line 68 of file d4d_progress_bar.h.

#define D4D_PRGRS_BAR_F_BAR_SCALECOLOR

This option enable little bit different type of drawing bar, the color is gradually changed from fore color to end bar color.

Definition at line 70 of file d4d_progress_bar.h.

#define D4D_PRGRS_BAR_F_TEXT_AUTOCOLOR

Enable text autocolor based on current value (inverted color to bar color)

Definition at line 69 of file d4d_progress_bar.h.