32 #include "../View/view.h" 36 class ScrollBarViewImpl;
46 std::shared_ptr<View>
track()
const;
47 std::shared_ptr<View>
thumb()
const;
75 void set_range(
double min_value,
double max_value);
83 std::shared_ptr<ScrollBarViewImpl> impl;
View for an area of the user interface.
Definition: view.h:65
2D Graphics Canvas
Definition: canvas.h:71