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;
std::shared_ptr< View > thumb() const
std::shared_ptr< View > track() const
void set_max_position(int v)
std::function< void()> & func_value_changed()
void set_page_step(int page_step)
void set_tick_count(int tick_count)
void set_min_position(int v)
2D Graphics Canvas
Definition: canvas.h:73
void set_lock_to_ticks(bool lock)
Definition: slider_view.h:39
View for an area of the user interface.
Definition: view.h:62
void layout_subviews(Canvas &canvas) override
Sets the view geometry for all subviews of this view.