#include <glv_sliders.h>

Public Member Functions | |
| SliderGrid (const Rect &r=glv::Rect(100), space_t knobSize=4) | |
| virtual void | onDraw () |
| Main drawing callback. | |
| virtual bool | onEvent (Event::t e, GLV &glv) |
| Main event callback to be called after those in callback list. | |
Public Attributes | |
| space_t | knobSize |
| Knob size. | |
The cells of the grid represent all the pair permutations of parameters. The parameter values run from 0 to N, going left-to-right along the x-axis and bottom-to-top along th y-axis. Cells along the diagonal control the parameters individually.
| TEM glv::SliderGrid< Dim >::SliderGrid | ( | const Rect & | r = glv::Rect(100), |
|
| space_t | knobSize = 4 | |||
| ) |
| [in] | r | geometry |
| [in] | knobSize | size of slider knob in pixels |
1.5.5