|
| GuiController (Gui *gui, std::string name) |
|
int | setup (Gui *gui, std::string name) |
|
int | setup () |
|
void | cleanup () |
|
int | addSlider (std::string name, float value=0.5f, float min=0.0f, float max=1.0, float step=0.001f) |
|
float | getSliderValue (int sliderIndex) |
|
int | setSliderValue (int sliderIndex, float value) |
|
GuiSlider & | getSlider (int sliderIndex) |
|
std::string | getName () |
|
int | getNumSliders () |
|
|
static bool | controlCallback (JSONObject &root, void *param) |
|
The documentation for this class was generated from the following files:
- libraries/GuiController/GuiController.h
- libraries/GuiController/GuiController.cpp