VBoxLayout Struct Reference

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

+ Inheritance diagram for VBoxLayout:

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

Detailed Description

Definition at line 167 of file Widgets.h.

Constructor & Destructor Documentation

◆ VBoxLayout() [1/2]

Definition at line 84 of file Widgets.cpp.

◆ VBoxLayout() [2/2]

VBoxLayout ( std::initializer_list< Widget children)

Definition at line 89 of file Widgets.cpp.

+ Here is the call graph for this function:

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