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