31 #include "../View/view.h"
35 class ScrollBarBaseViewImpl;
45 std::shared_ptr<View>
track()
const;
46 std::shared_ptr<View>
thumb()
const;
71 void set_range(
double min_value,
double max_value);
79 std::shared_ptr<ScrollBarBaseViewImpl> impl;
View for an area of the user interface.
Definition: view.h:68
std::shared_ptr< Canvas > CanvasPtr
Definition: canvas.h:126
Definition: Application/application.h:35