|
#include <ArmarXGui/libraries/WidgetDescription/WidgetDescription.h>
Public Member Functions | |
virtual DescribedWidgetBase * | addChild (const WidgetPtr &childPtr) |
DescribedWidgetLayoutBase (WidgetPtr ptr, ValueChangedListenerInterface *listener) | |
std::map< std::string, VariantBasePtr > | getVariants () override |
void | valueChangedSlot (std::string name, VariantBasePtr value) override |
void | variantWidgetUpdatedSlot (std::string name, VariantWidgetContent::VariantWidgetContentBasePtr data) override |
![]() | |
DescribedWidgetBase (WidgetPtr ptr) | |
virtual std::string | getName () const |
virtual void | setName (const std::string &name) |
![]() | |
ValueChangedListenerInterface () | |
Protected Attributes | |
std::vector< DescribedWidgetBase * > | children |
ValueChangedListenerInterface * | listener |
Additional Inherited Members | |
![]() | |
![]() | |
![]() | |
void | valueChangedSignal (std::string name, VariantBasePtr value) |
void | variantWidgetUpdatedSignal (std::string name, VariantWidgetContent::VariantWidgetContentBasePtr data) |
![]() | |
virtual void | contentUpdated () |
Definition at line 95 of file WidgetDescription.h.
DescribedWidgetLayoutBase | ( | WidgetPtr | ptr, |
ValueChangedListenerInterface * | listener | ||
) |
Definition at line 859 of file WidgetDescription.cpp.
|
virtual |
Definition at line 877 of file WidgetDescription.cpp.
|
overridevirtual |
Reimplemented from DescribedWidgetBase.
Definition at line 866 of file WidgetDescription.cpp.
|
inlineoverridevirtual |
Reimplemented from ValueChangedListenerInterface.
Definition at line 103 of file WidgetDescription.h.
|
inlineoverridevirtual |
Reimplemented from DescribedWidgetBase.
Definition at line 109 of file WidgetDescription.h.
|
protected |
Definition at line 118 of file WidgetDescription.h.
|
protected |
Definition at line 119 of file WidgetDescription.h.