Base class for sliders that control a fixed-size vector of values. More...
#include <glv_sliders.h>
Public Member Functions | |
SliderVector (const Rect &r) | |
Constructor. | |
double | getValue () const |
Get value at selected index. | |
double | getValue (int i) const |
Get value at 1D index. |
Base class for sliders that control a fixed-size vector of values.
The foreground color determines the color of the slider.