Data Structures | |
struct | D4D_CLR_SCHEME_SCR |
This is the structure of the color scheme for screens in the D4D. It contains all the necessary colors to draw a screen under the common color scheme. More... | |
struct | D4D_CLR_SCHEME_GAUG |
This structure contains specific colors (non-standard) for the gauge object. More... | |
struct | D4D_CLR_SCHEME_SLDR |
This structure contains specific colors (non-standard) for the slider object. More... | |
struct | D4D_CLR_SCHEME_CHECKB |
This structure contains specific colors (non-standard) for the check box object. More... | |
struct | D4D_CLR_SCHEME_GRAPH |
This structure contains specific colors (non-standard) for the graph object. More... | |
struct | D4D_CLR_SCHEME_PRGRS_BAR |
This structure contains specific colors (non-standard) for the progress bar object. More... | |
struct | D4D_CLR_SCHEME_OBJ |
This structure contains all object dependent colors of the color scheme in the D4D. It is divided into the small objects that describe structures containing individual colors. More... | |
struct | D4D_CLR_SCHEME_S |
This is the main structure of the color scheme in the D4D. It contains all the necessary colors to run the whole driver under the common color scheme. The screen colors are placed in D4D_CLR_SCHEME_SCR structure and object dependent colors are placed in D4D_CLR_SCHEME_OBJ structure. More... | |
Typedefs | |
typedef struct D4D_CLR_SCHEME_S | D4D_CLR_SCHEME |
This is the main structure of the color scheme in the D4D. It contains all the necessary colors to run the whole driver under the common color scheme. The screen colors are placed in D4D_CLR_SCHEME_SCR structure and object dependent colors are placed in D4D_CLR_SCHEME_OBJ structure. More... | |
typedef const D4D_CLR_SCHEME * | D4D_CLR_SCHEME_PTR |
This section specifies the exact type for each typedef definition.
struct D4D_CLR_SCHEME_SCR |
Data Fields | |
D4D_COLOR | desktop |
Color of screen desktop. More... | |
D4D_COLOR | outline |
Color of screen outline (if enabled) More... | |
D4D_COLOR | title_bar |
Color of screen title bar (if enabled) More... | |
D4D_COLOR | title_text |
Color of screen title bar text (if enabled) More... | |
D4D_COLOR | exitBtnFore |
Fore color of screen exit button. More... | |
D4D_COLOR | exitBtnBckg |
Background color of screen exit button (if enabled) More... | |
D4D_COLOR desktop |
Color of screen desktop.
Definition at line 513 of file d4d_scheme.h.
D4D_COLOR exitBtnBckg |
Background color of screen exit button (if enabled)
Definition at line 518 of file d4d_scheme.h.
D4D_COLOR exitBtnFore |
Fore color of screen exit button.
Definition at line 517 of file d4d_scheme.h.
D4D_COLOR outline |
Color of screen outline (if enabled)
Definition at line 514 of file d4d_scheme.h.
D4D_COLOR title_bar |
Color of screen title bar (if enabled)
Definition at line 515 of file d4d_scheme.h.
D4D_COLOR title_text |
Color of screen title bar text (if enabled)
Definition at line 516 of file d4d_scheme.h.
struct D4D_CLR_SCHEME_GAUG |
Data Fields | |
D4D_COLOR | hub |
The gauge hub color. More... | |
D4D_COLOR | pointer |
The gauge pointer color. More... | |
D4D_COLOR hub |
The gauge hub color.
Definition at line 525 of file d4d_scheme.h.
D4D_COLOR pointer |
The gauge pointer color.
Definition at line 526 of file d4d_scheme.h.
struct D4D_CLR_SCHEME_SLDR |
Data Fields | |
D4D_COLOR | barBckg |
The slider bar background color. More... | |
D4D_COLOR | barFore |
The slider bar fore color. More... | |
D4D_COLOR | barStart |
The slider bar fore start color for case that the D4D_SLDR_F_BAR_SCALECOLOR flag is enabled. More... | |
D4D_COLOR | barEnd |
The slider bar fore end color for case that the D4D_SLDR_F_BAR_SCALECOLOR flag is enabled. More... | |
D4D_COLOR barBckg |
The slider bar background color.
Definition at line 533 of file d4d_scheme.h.
D4D_COLOR barEnd |
The slider bar fore end color for case that the D4D_SLDR_F_BAR_SCALECOLOR flag is enabled.
Definition at line 536 of file d4d_scheme.h.
D4D_COLOR barFore |
The slider bar fore color.
Definition at line 534 of file d4d_scheme.h.
D4D_COLOR barStart |
The slider bar fore start color for case that the D4D_SLDR_F_BAR_SCALECOLOR flag is enabled.
Definition at line 535 of file d4d_scheme.h.
struct D4D_CLR_SCHEME_CHECKB |
struct D4D_CLR_SCHEME_GRAPH |
struct D4D_CLR_SCHEME_PRGRS_BAR |
Data Fields | |
D4D_COLOR | barBckg |
The progress bar, bar background color. More... | |
D4D_COLOR | barFore |
The progress bar, bar fore start color for case that the D4D_PRGRS_BAR_F_BAR_SCALECOLOR flag is enabled, if not it's used a standard fore bar color. More... | |
D4D_COLOR | barEnd |
The progress bar, bar fore end color for case that the D4D_PRGRS_BAR_F_BAR_SCALECOLOR flag is enabled. More... | |
D4D_COLOR barBckg |
The progress bar, bar background color.
Definition at line 557 of file d4d_scheme.h.
D4D_COLOR barEnd |
The progress bar, bar fore end color for case that the D4D_PRGRS_BAR_F_BAR_SCALECOLOR flag is enabled.
Definition at line 559 of file d4d_scheme.h.
D4D_COLOR barFore |
The progress bar, bar fore start color for case that the D4D_PRGRS_BAR_F_BAR_SCALECOLOR flag is enabled, if not it's used a standard fore bar color.
Definition at line 558 of file d4d_scheme.h.
struct D4D_CLR_SCHEME_OBJ |
Data Fields | |
D4D_CLR_SCHEME_GAUG | gauge |
The non standard colors of gauge object. More... | |
D4D_CLR_SCHEME_SLDR | slider |
The non standard colors of slider object. More... | |
D4D_CLR_SCHEME_CHECKB | checkBox |
The non standard colors of check box object. More... | |
D4D_CLR_SCHEME_GRAPH | graph |
The non standard colors of graph object. More... | |
D4D_CLR_SCHEME_PRGRS_BAR | progressBar |
The non standard colors of progerss bar object. More... | |
D4D_CLR_SCHEME_CHECKB checkBox |
The non standard colors of check box object.
Definition at line 569 of file d4d_scheme.h.
D4D_CLR_SCHEME_GAUG gauge |
The non standard colors of gauge object.
Definition at line 567 of file d4d_scheme.h.
D4D_CLR_SCHEME_GRAPH graph |
The non standard colors of graph object.
Definition at line 570 of file d4d_scheme.h.
D4D_CLR_SCHEME_PRGRS_BAR progressBar |
The non standard colors of progerss bar object.
Definition at line 571 of file d4d_scheme.h.
D4D_CLR_SCHEME_SLDR slider |
The non standard colors of slider object.
Definition at line 568 of file d4d_scheme.h.
struct D4D_CLR_SCHEME_S |
Data Fields | |
D4D_CLR_SCHEME_SCR | screen |
Sub structure of screen colors. More... | |
D4D_COLOR | bckg |
The object background color in standard state. More... | |
D4D_COLOR | bckgDis |
The object background color in disabled state. More... | |
D4D_COLOR | bckgFocus |
The object background color in focused state. More... | |
D4D_COLOR | bckgCapture |
The object background color in captured state. More... | |
D4D_COLOR | fore |
The object fore color in standard state. More... | |
D4D_COLOR | foreDis |
The object fore color in disabled state. More... | |
D4D_COLOR | foreFocus |
The object fore color in focused state. More... | |
D4D_COLOR | foreCapture |
The object fore color in captured state. More... | |
D4D_CLR_SCHEME_OBJ | objectDepend |
Sub structure of object non standard colors. More... | |
D4D_COLOR bckg |
The object background color in standard state.
Definition at line 581 of file d4d_scheme.h.
D4D_COLOR bckgCapture |
The object background color in captured state.
Definition at line 584 of file d4d_scheme.h.
D4D_COLOR bckgDis |
The object background color in disabled state.
Definition at line 582 of file d4d_scheme.h.
D4D_COLOR bckgFocus |
The object background color in focused state.
Definition at line 583 of file d4d_scheme.h.
D4D_COLOR fore |
The object fore color in standard state.
Definition at line 585 of file d4d_scheme.h.
D4D_COLOR foreCapture |
The object fore color in captured state.
Definition at line 588 of file d4d_scheme.h.
D4D_COLOR foreDis |
The object fore color in disabled state.
Definition at line 586 of file d4d_scheme.h.
D4D_COLOR foreFocus |
The object fore color in focused state.
Definition at line 587 of file d4d_scheme.h.
D4D_CLR_SCHEME_OBJ objectDepend |
Sub structure of object non standard colors.
Definition at line 589 of file d4d_scheme.h.
D4D_CLR_SCHEME_SCR screen |
Sub structure of screen colors.
Definition at line 580 of file d4d_scheme.h.
typedef struct D4D_CLR_SCHEME_S D4D_CLR_SCHEME |
This is the main structure of the color scheme in the D4D. It contains all the necessary colors to run the whole driver under the common color scheme. The screen colors are placed in D4D_CLR_SCHEME_SCR structure and object dependent colors are placed in D4D_CLR_SCHEME_OBJ structure.
typedef const D4D_CLR_SCHEME* D4D_CLR_SCHEME_PTR |
Definition at line 592 of file d4d_scheme.h.