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

Modules

 D4D GAUGE Defines masks of its specific behaviour flags
 

Macros

#define D4D_GAUGE_HUB_RADIUS
 This is size of gauge hub in pixels. If not defined, it sets to 3 pixel as a default. More...
 
#define D4D_COLOR_GAUG_HUB
 This is default gauge hub color definition. If not defined, it sets to D4D_COLOR_DARK_RED as a default. More...
 
#define D4D_COLOR_GAUG_POINTER
 This is default gauge pointer color definition. If not defined, it sets to D4D_COLOR_DARK_BLUE as a default. More...
 
#define D4D_GAUGE_F_DEFAULT
 This is gauge init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_GAUGE_F_REDRAW_TEXT | D4D_GAUGE_F_HUB) as a default. More...
 
#define D4D_GAUGE_TXT_PRTY_DEFAULT
 This is gauge init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More...
 
#define D4D_GAUGE_FNT_PRTY_DEFAULT
 This is gauge init font properties. If not defined, it sets to ( 0 ) as a default. More...
 

Detailed Description

This section specifies the exact constants used by widget.

Macro Definition Documentation

#define D4D_COLOR_GAUG_HUB

This is default gauge hub color definition. If not defined, it sets to D4D_COLOR_DARK_RED as a default.

Definition at line 67 of file d4d_gauge.h.

#define D4D_COLOR_GAUG_POINTER

This is default gauge pointer color definition. If not defined, it sets to D4D_COLOR_DARK_BLUE as a default.

Definition at line 73 of file d4d_gauge.h.

#define D4D_GAUGE_F_DEFAULT

This is gauge init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TABSTOP | D4D_OBJECT_F_TOUCHENABLE | D4D_GAUGE_F_REDRAW_TEXT | D4D_GAUGE_F_HUB) as a default.

Definition at line 96 of file d4d_gauge.h.

#define D4D_GAUGE_FNT_PRTY_DEFAULT

This is gauge init font properties. If not defined, it sets to ( 0 ) as a default.

Definition at line 108 of file d4d_gauge.h.

#define D4D_GAUGE_HUB_RADIUS

This is size of gauge hub in pixels. If not defined, it sets to 3 pixel as a default.

Definition at line 61 of file d4d_gauge.h.

#define D4D_GAUGE_TXT_PRTY_DEFAULT

This is gauge init text properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default.

Definition at line 102 of file d4d_gauge.h.