1.10 |
Base class for SliderType. More...
#include <slider.h>
Public Types | |
enum class | SliderFlag { rectangle_handle = detail::bit(0) , square_handle = detail::bit(1) , round_handle = detail::bit(2) , show_labels = detail::bit(3) , show_label = detail::bit(4) , inverted = detail::bit(5) , consistent_line = detail::bit(6) } |
Slider flags. More... | |
using | SliderFlags = Flags< SliderBase::SliderFlag > |
Slider flags. | |
Base class for SliderType.
using SliderFlags = Flags<SliderBase::SliderFlag> |
Slider flags.
|
strong |
Slider flags.
Enumerator | |
---|---|
rectangle_handle | Draw a rectangle handle. |
square_handle | Draw a square handle. |
round_handle | Draw a round handle. |
show_labels | Show range labels. |
show_label | Show value label. |
inverted | Horizontal slider origin (value start()), is to the left. Vertical is at the botton. Setting this flag will flip this origin. |
consistent_line | Solid color line. |