|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Public Member Functions | |
FloatSlider () | |
float | getValue () const |
bool | hasValueChanged () const |
void | setRange (float min, float max) |
void | setSteps (int steps) |
void | setValue (float newValue) |
![]() | |
std::string const & | getName () const |
void | setName (std::string const &name) |
Widget (void *iceWidget) | |
Additional Inherited Members | |
![]() | |
std::shared_ptr< WidgetImpl > | impl |
FloatSlider | ( | ) |
float getValue | ( | ) | const |
bool hasValueChanged | ( | ) | const |
Definition at line 402 of file Widgets.cpp.
Definition at line 375 of file Widgets.cpp.
void setSteps | ( | int | steps | ) |
void setValue | ( | float | newValue | ) |