32 #include "../View/view.h"
36 class SliderBaseViewImpl;
43 std::shared_ptr<View>
track()
const;
44 std::shared_ptr<View>
thumb()
const;
73 std::shared_ptr<SliderBaseViewImpl> impl;
void set_max_position(int v)
void set_page_step(int page_step)
void set_min_position(int v)
Signal< void()> & sig_value_changed()
void set_tick_count(int tick_count)
void set_lock_to_ticks(bool lock)
void layout_children(const CanvasPtr &canvas) override
Sets the view geometry for all children of this view.
View for an area of the user interface.
Definition: view.h:68
Definition: slider_view.h:38
std::shared_ptr< Canvas > CanvasPtr
Definition: canvas.h:126
std::shared_ptr< View > thumb() const
Definition: Application/application.h:35
std::shared_ptr< View > track() const