#include <ArmarXGui/libraries/RemoteGui/WidgetBuilder/LayoutWidgets.h>
template<typename Derived>
struct armarx::RemoteGui::detail::ChildrenMixin< Derived >
Definition at line 8 of file LayoutWidgets.h.
◆ addChild()
Derived& addChild |
( |
WidgetPtr const & |
child | ) |
|
|
inline |
◆ addChildren()
Derived& addChildren |
( |
std::vector< WidgetPtr > const & |
children | ) |
|
|
inline |
◆ addEmptyWidget()
Derived& addEmptyWidget |
( |
| ) |
|
|
inline |
◆ addHLine()
◆ addHSpacer()
◆ addTextLabel()
Derived& addTextLabel |
( |
std::string const & |
text | ) |
|
|
inline |
◆ addVLine()
◆ addVSpacer()
◆ appendChild()
Derived& appendChild |
( |
WidgetPtr const & |
child | ) |
|
|
inline |
◆ child() [1/2]
const WidgetPtr& child |
( |
std::size_t |
i | ) |
|
|
inline |
◆ child() [2/2]
Derived& child |
( |
WidgetPtr const & |
child | ) |
|
|
inline |
◆ children()
Derived& children |
( |
std::vector< WidgetPtr > const & |
children | ) |
|
|
inline |
◆ prependChild()
Derived& prependChild |
( |
WidgetPtr const & |
child | ) |
|
|
inline |
The documentation for this struct was generated from the following file: