GridLayout Struct Reference

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

+ Inheritance diagram for GridLayout:

Public Member Functions

GridLayoutadd (Widget const &child, Pos pos, Span span=Span{1, 1})
 
 GridLayout ()
 
- 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 186 of file Widgets.h.

Constructor & Destructor Documentation

◆ GridLayout()

Definition at line 407 of file Widgets.cpp.

Member Function Documentation

◆ add()

GridLayout & add ( Widget const &  child,
Pos  pos,
Span  span = Span{1, 1} 
)

Definition at line 412 of file Widgets.cpp.

+ Here is the caller graph for this function:

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