1.9
Public Types | List of all members
SliderBase Struct Reference

Base class for SliderType. More...

Inheritance diagram for SliderBase:
Inheritance graph
[legend]

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. More...
 

Detailed Description

Base class for SliderType.

Member Typedef Documentation

◆ SliderFlags

Slider flags.

Member Enumeration Documentation

◆ SliderFlag

enum SliderFlag
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.