GroupBox Struct Reference

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

+ Inheritance diagram for GroupBox:

Public Member Functions

 GroupBox ()
 
 GroupBox (std::initializer_list< Widget > children)
 
void setCollapsed (bool collapsed)
 
void setLabel (std::string const &text)
 
- 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 193 of file Widgets.h.

Constructor & Destructor Documentation

◆ GroupBox() [1/2]

GroupBox ( )

Definition at line 381 of file Widgets.cpp.

◆ GroupBox() [2/2]

GroupBox ( std::initializer_list< Widget children)

Definition at line 386 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ setCollapsed()

void setCollapsed ( bool  collapsed)

Definition at line 401 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ setLabel()

void setLabel ( std::string const &  text)

Definition at line 395 of file Widgets.cpp.

+ Here is the caller graph for this function:

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