32 #include "../View/view.h" 43 std::shared_ptr<View>
track()
const;
44 std::shared_ptr<View>
thumb()
const;
73 std::shared_ptr<SliderViewImpl> impl;
void set_min_position(int v)
void set_tick_count(int tick_count)
View for an area of the user interface.
Definition: view.h:61
2D Graphics Canvas
Definition: canvas.h:72
void set_lock_to_ticks(bool lock)
std::shared_ptr< View > track() const
void set_page_step(int page_step)
std::function< void()> & func_value_changed()
Definition: slider_view.h:38
std::shared_ptr< View > thumb() const
void layout_subviews(Canvas &canvas) override
Sets the view geometry for all subviews of this view.
void set_max_position(int v)