|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Public Member Functions | |
int | getValue () const |
bool | hasValueChanged () const |
IntSpinBox () | |
void | setRange (int min, int max) |
void | setValue (int 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 |
IntSpinBox | ( | ) |
int getValue | ( | ) | const |
bool hasValueChanged | ( | ) | const |
Definition at line 63 of file Widgets.cpp.
void setRange | ( | int | min, |
int | max | ||
) |
Definition at line 51 of file Widgets.cpp.
void setValue | ( | int | newValue | ) |