callback | Tucano::GUI::Slider | protected |
Tucano::GUI::Element::callback(void) | Tucano::GUI::Element | inlinevirtual |
Tucano::GUI::Element::callback(int p) | Tucano::GUI::Element | inlinevirtual |
Tucano::GUI::Element::callback(float p) | Tucano::GUI::Element | inlinevirtual |
callback_1f | Tucano::GUI::Element | protected |
callback_1i | Tucano::GUI::Element | protected |
callback_noparam | Tucano::GUI::Element | protected |
color | Tucano::GUI::Element | protected |
cursorMove(int x, int y) | Tucano::GUI::Slider | inlinevirtual |
dimensions | Tucano::GUI::Element | protected |
Element(void) | Tucano::GUI::Element | inline |
element_type | Tucano::GUI::Element | protected |
getDimensions(void) | Tucano::GUI::Element | inline |
getPosition(void) | Tucano::GUI::Element | inline |
getType(void) | Tucano::GUI::Slider | inlinevirtual |
getValue(void) | Tucano::GUI::Slider | inline |
has_alt_texture | Tucano::GUI::Element | protected |
has_alt_texture2 | Tucano::GUI::Element | protected |
hide(void) | Tucano::GUI::Element | inline |
hover | Tucano::GUI::Element | protected |
isInside(const Eigen::Vector2i &pos) | Tucano::GUI::Slider | inlinevirtual |
Tucano::GUI::Element::isInside(int x, int y) | Tucano::GUI::Element | inline |
isVisible(void) | Tucano::GUI::Element | inline |
max_value | Tucano::GUI::Slider | protected |
min_value | Tucano::GUI::Slider | protected |
model_matrix | Tucano::GUI::Element | protected |
moveSlider(float v) | Tucano::GUI::Slider | inline |
num_params | Tucano::GUI::Element | protected |
onValueChanged(function< void(float)> f) | Tucano::GUI::Slider | inline |
position | Tucano::GUI::Element | protected |
quad | Tucano::GUI::Element | protected |
release(void) | Tucano::GUI::Slider | inlinevirtual |
render(Tucano::Camera &camera_2d, Shader &shader) | Tucano::GUI::Slider | inlinevirtual |
setAltTexture(string file) | Tucano::GUI::Element | inlinevirtual |
setCallback(function< void()> f) | Tucano::GUI::Element | inlinevirtual |
setCallback1f(function< void(float) > f) | Tucano::GUI::Element | inlinevirtual |
setCallback1i(function< void(int) > f) | Tucano::GUI::Element | inlinevirtual |
setColor(const Eigen::Vector4f &c) | Tucano::GUI::Slider | inline |
setDimensions(const Eigen::Vector2i &dim) | Tucano::GUI::Element | inline |
setDimensions(int w, int h) | Tucano::GUI::Element | inline |
setDimensionsFromHeight(int h) | Tucano::GUI::Element | inlinevirtual |
setMinMaxValues(float minv, float maxv) | Tucano::GUI::Slider | inline |
setModelMatrix(void) | Tucano::GUI::Slider | inlinevirtual |
setPosition(const Eigen::Vector2i &pos) | Tucano::GUI::Element | inline |
setPosition(int x, int y) | Tucano::GUI::Element | inline |
setSliderModelMatrix(void) | Tucano::GUI::Slider | inline |
setTexture(string bar_file, string slider_file) | Tucano::GUI::Slider | inline |
Tucano::GUI::Element::setTexture(string file) | Tucano::GUI::Element | inlinevirtual |
setValue(float normalized_pos) | Tucano::GUI::Slider | inline |
show(void) | Tucano::GUI::Element | inline |
Slider(void) | Tucano::GUI::Slider | inline |
Slider(int w, int h, int x, int y) | Tucano::GUI::Slider | inline |
Slider(int w, int h, int x, int y, string bar_tex, string slider_tex) | Tucano::GUI::Slider | inline |
slider_dim | Tucano::GUI::Slider | protected |
slider_model_matrix | Tucano::GUI::Slider | protected |
slider_pos | Tucano::GUI::Slider | protected |
slider_texture | Tucano::GUI::Slider | protected |
sliding | Tucano::GUI::Slider | protected |
texture | Tucano::GUI::Element | protected |
texture_alt | Tucano::GUI::Element | protected |
texture_alt2 | Tucano::GUI::Element | protected |
toggleDisplay(void) | Tucano::GUI::Element | inline |
value | Tucano::GUI::Slider | protected |
valueChanged(void) | Tucano::GUI::Slider | inline |
visible | Tucano::GUI::Element | protected |