|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Public Member Functions | |
std::string | getValue () |
bool | hasValueChanged () const |
LineEdit () | |
void | setValue (std::string const &text) |
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 |
LineEdit | ( | ) |
std::string getValue | ( | ) |
Definition at line 141 of file Widgets.cpp.
bool hasValueChanged | ( | ) | const |
Definition at line 152 of file Widgets.cpp.
void setValue | ( | std::string const & | text | ) |
Definition at line 146 of file Widgets.cpp.