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

Macros

#define D4D_GAUGE_F_REDRAW_TEXT
 This flags force the redrawing gauge text after each redraw of new value. This is usable in case that the text is placed in pointer draeing area. More...
 
#define D4D_GAUGE_F_HUB
 This flag enables draw of the HUB. More...
 
#define D4D_GAUGE_F_THICK_POINTER
 This flag switch the pointer to thick line. More...
 

Detailed Description

This section specifies masks of gauge behaviour flags.

Macro Definition Documentation

#define D4D_GAUGE_F_HUB

This flag enables draw of the HUB.

Definition at line 88 of file d4d_gauge.h.

#define D4D_GAUGE_F_REDRAW_TEXT

This flags force the redrawing gauge text after each redraw of new value. This is usable in case that the text is placed in pointer draeing area.

Definition at line 87 of file d4d_gauge.h.

#define D4D_GAUGE_F_THICK_POINTER

This flag switch the pointer to thick line.

Definition at line 89 of file d4d_gauge.h.