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