|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Public Member Functions | |
Label () | |
Label (std::string const &text) | |
void | setText (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 |
Label | ( | ) |
Definition at line 29 of file Widgets.cpp.
Label | ( | std::string const & | text | ) |
void setText | ( | std::string const & | text | ) |