Label Struct Reference

#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>

+ Inheritance diagram for Label:

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< WidgetImplimpl
 

Detailed Description

Definition at line 31 of file Widgets.h.

Constructor & Destructor Documentation

◆ Label() [1/2]

Label ( )

Definition at line 29 of file Widgets.cpp.

◆ Label() [2/2]

Label ( std::string const &  text)

Definition at line 34 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ setText()

void setText ( std::string const &  text)

Definition at line 40 of file Widgets.cpp.

+ Here is the caller graph for this function:

The documentation for this struct was generated from the following files: