33#include "../View/view.h"
44 std::shared_ptr<View>
track()
const;
45 std::shared_ptr<View>
thumb()
const;
76 std::shared_ptr<SliderViewImpl> impl;
2D Graphics Canvas
Definition canvas.h:72
void layout_children(Canvas &canvas) override
Sets the view geometry for all children of this view.
void set_lock_to_ticks(bool lock)
When true the position can be only in integer amount of tick_count.
void set_max_position(int v)
std::shared_ptr< View > thumb() const
void set_tick_count(int tick_count)
void set_page_step(int page_step)
void set_min_position(int v)
std::shared_ptr< View > track() const
std::function< void()> & func_value_changed()