|
|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Inheritance diagram for ContainerWidget:Public Member Functions | |
| void | addChild (Widget const &child) |
| void | addChildren (std::initializer_list< Widget > children) |
| Widget (void *iceWidget) | |
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 |
| void addChild | ( | Widget const & | child | ) |
| void addChildren | ( | std::initializer_list< Widget > | children | ) |
Definition at line 101 of file Widgets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 8 of file Widgets.cpp.