Macros | |
#define | D4D_SLDR_F_BAR_AUTOCOLOR |
This flag specifies the behavior of the slider. If it is set, the color of a slider bar depends on the current value and it is computed from a color scheme object dependent parameters fore color and barEnd from the slider declaration macro. In another situation, a color specified by the bar parameter from the color scheme object dependent parameters are used. More... | |
#define | D4D_SLDR_F_TEXT_AUTOCOLOR |
Enable text autocolor based on current value (inverted color to bar color) More... | |
#define | D4D_SLDR_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_SLDR_F_AUTOTOUCH_OFF |
This option disables auto touch events to prevent fast changing of slider for longer touches. More... | |
#define | D4D_SLDR_F_AUTOCOLOR |
Help macro to simplify the auto color declaration. More... | |
This section specifies masks of slider behaviour flags.
#define D4D_SLDR_F_AUTOCOLOR |
Help macro to simplify the auto color declaration.
Definition at line 74 of file d4d_slider.h.
#define D4D_SLDR_F_AUTOTOUCH_OFF |
This option disables auto touch events to prevent fast changing of slider for longer touches.
Definition at line 72 of file d4d_slider.h.
#define D4D_SLDR_F_BAR_AUTOCOLOR |
This flag specifies the behavior of the slider. If it is set, the color of a slider bar depends on the current value and it is computed from a color scheme object dependent parameters fore color and barEnd from the slider declaration macro. In another situation, a color specified by the bar parameter from the color scheme object dependent parameters are used.
Definition at line 69 of file d4d_slider.h.
#define D4D_SLDR_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 71 of file d4d_slider.h.
#define D4D_SLDR_F_TEXT_AUTOCOLOR |
Enable text autocolor based on current value (inverted color to bar color)
Definition at line 70 of file d4d_slider.h.