HBoxLayout Struct Reference

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

+ Inheritance diagram for HBoxLayout:

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

Detailed Description

Definition at line 160 of file Widgets.h.

Constructor & Destructor Documentation

◆ HBoxLayout() [1/2]

Definition at line 73 of file Widgets.cpp.

◆ HBoxLayout() [2/2]

HBoxLayout ( std::initializer_list< Widget children)

Definition at line 78 of file Widgets.cpp.

+ Here is the call graph for this function:

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