|
#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>
Public Member Functions | |
HBoxLayout () | |
HBoxLayout (std::initializer_list< Widget > children) | |
Public Member Functions inherited from ContainerWidget | |
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 |
HBoxLayout | ( | ) |
Definition at line 73 of file Widgets.cpp.
HBoxLayout | ( | std::initializer_list< Widget > | children | ) |