armarx::WidgetDescription Namespace Reference

Classes

class  DescribedCheckBox
 
class  DescribedDoubleLineEdit
 
class  DescribedDoubleSlider
 
class  DescribedDoubleSpinBox
 
class  DescribedFloatLineEdit
 
class  DescribedFloatSlider
 
class  DescribedFloatSpinBox
 
class  DescribedFormLayout
 
class  DescribedFormLayoutElement
 
class  DescribedGroupBox
 
class  DescribedHBoxLayout
 
class  DescribedHLine
 
class  DescribedHSpacer
 
class  DescribedIntSlider
 
class  DescribedIntSpinBox
 
class  DescribedLabel
 
class  DescribedLineEdit
 
class  DescribedStringComboBox
 
class  DescribedVariantWidget
 
class  DescribedVBoxLayout
 
class  DescribedVLine
 
class  DescribedVSpacer
 
class  DescribedWidget
 
class  DescribedWidgetBase
 
struct  DescribedWidgetFactoryRegistration
 
class  DescribedWidgetLayoutBase
 
class  SubclassOfQStyledItemDelegate
 
class  ValueChangedListenerInterface
 

Typedefs

using DescribedWidgetFactory = Registrar< std::function< DescribedWidgetBase *(const WidgetPtr &, ValueChangedListenerInterface *)> >
 
typedef ::std::map<::std::string, ::armarx::WidgetDescription::WidgetPtrStringWidgetDictionary
 
typedef ::IceInternal::Handle<::armarx::WidgetDescription::Widget > WidgetPtr
 

Functions

CheckBoxPtr makeCheckBox (std::string name, bool defaultValue)
 
CheckBoxPtr makeCheckBox (std::string name, bool defaultValue, std::string label)
 
DescribedWidgetBasemakeDescribedWidget (const WidgetPtr &p, ValueChangedListenerInterface *listener)
 
DoubleLineEditPtr makeDoubleLineEdit (std::string name, double defaultValue)
 
DoubleSliderPtr makeDoubleSlider (std::string name, double min, double max, double defaultValue)
 
DoubleSpinBoxPtr makeDoubleSpinBox (std::string name, double min, double max, double defaultValue, int steps, int decimals)
 
FloatLineEditPtr makeFloatLineEdit (std::string name, float defaultValue)
 
FloatSliderPtr makeFloatSlider (std::string name, float min, float max, float defaultValue)
 
FloatSpinBoxPtr makeFloatSpinBox (std::string name, float min, float max, float defaultValue, int steps, int decimals)
 
FormLayoutPtr makeFormLayout (std::vector< std::pair< std::string, WidgetPtr > > elements)
 
FormLayoutPtr makeFormLayout (std::vector< std::pair< std::string, WidgetPtr >> elements)
 
FormLayoutPtr makeFormLayout (std::vector< WidgetPtr > elements)
 
FormLayoutElementPtr makeFormLayoutElement (std::string name, WidgetPtr child, bool spanning)
 
FormLayoutElementPtr makeFormLayoutElement (WidgetPtr child, bool spanning)
 
FormLayoutElementPtr makeFormLayoutElement (WidgetPtr labelWidget, WidgetPtr child)
 
WidgetPtr makeFrame (WidgetPtr child)
 
GroupBoxPtr makeGroupBox (std::string label, WidgetPtr child, bool framed)
 
HBoxLayoutPtr makeHBoxLayout (std::vector< WidgetPtr > elements)
 
HLinePtr makeHLine ()
 
HSpacerPtr makeHSpacer ()
 
IntSliderPtr makeIntSlider (std::string name, int min, int max, int defaultValue)
 
IntSpinBoxPtr makeIntSpinBox (std::string name, int min, int max, int defaultValue)
 
LabelPtr makeLabel (std::string text)
 
LineEditPtr makeLineEdit (std::string name, std::string defaultValue)
 
StringComboBoxPtr makeRNSComboBox (const VirtualRobot::RobotPtr &robot, std::string name="RobotNodeSet", const std::set< std::string > &preferredSet={}, const std::string &mostPreferred="")
 
StringComboBoxPtr makeRobotNodeComboBox (const VirtualRobot::RobotPtr &robot, std::string name="RobotNode", const std::set< std::string > &preferredSet={}, const std::string &mostPreferred="")
 
FormLayoutElementPtr makeSpanningFormLayoutElement (WidgetPtr child)
 
StringComboBoxPtr makeStringComboBox (std::string name, std::vector< std::string > options, long defaultIndex)
 
StringComboBoxPtr makeStringSelectionComboBox (std::string name, std::vector< std::string > options)
 
StringComboBoxPtr makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::initializer_list< std::string > &preferredSet)
 
StringComboBoxPtr makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::set< std::string > &preferredSet)
 
StringComboBoxPtr makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::set< std::string > &preferredSet, const std::string &mostPreferred)
 
StringComboBoxPtr makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::string &mostPreferred)
 
StringComboBoxPtr makeStringSelectionComboBox (std::string name, std::vector< std::string > options, const std::string &mostPreferred, const std::set< std::string > &preferredSet)
 
VBoxLayoutPtr makeVBoxLayout (std::vector< WidgetPtr > elements)
 
VLinePtr makeVLine ()
 
VSpacerPtr makeVSpacer ()
 
HBoxLayoutPtr makeXYZRollPitchYawWidget (const std::string &namePrefix, FloatRange rangeLin, FloatRange rangeAng)
 
HBoxLayoutPtr makeXYZRollPitchYawWidget (const std::string &namePrefix="", float initX=0, float initY=0, float initZ=0, float initRoll=0, float initPitch=0, float initYaw=0, FloatRange rangeX={ -25000, 25000}, FloatRange rangeY={ -25000, 25000}, FloatRange rangeZ={ -0, 25000}, FloatRange rangeRoll={ -M_PI, M_PI}, FloatRange rangePitch={ -M_PI, M_PI}, FloatRange rangeYaw={ -M_PI, M_PI})
 Values will have the names namePrefix{X,Y,Z,Roll,Pitch,Yaw}. More...
 

Variables

DescribedWidgetFactoryRegistration< DescribedGroupBoxDescribedGroupBox {GroupBox::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedCheckBoxregisterDescribedCheckBox {CheckBox::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedDoubleLineEditregisterDescribedDoubleLineEdit {DoubleLineEdit::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedDoubleSliderregisterDescribedDoubleSlider {DoubleSlider::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedDoubleSpinBoxregisterDescribedDoubleSpinBox {DoubleSpinBox::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedFloatLineEditregisterDescribedFloatLineEdit {FloatLineEdit::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedFloatSliderregisterDescribedFloatSlider {FloatSlider::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedFloatSpinBoxregisterDescribedFloatSpinBox {FloatSpinBox::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedFormLayoutregisterDescribedFormLayout {FormLayout::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedFormLayoutElementregisterDescribedFormLayoutElement {FormLayoutElement::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedHBoxLayoutregisterDescribedHBoxLayout {HBoxLayout::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedHLineregisterDescribedHLine {HLine::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedHSpacerregisterDescribedHSpacer {HSpacer::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedIntSliderregisterDescribedIntSlider {IntSlider::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedIntSpinBoxregisterDescribedIntSpinBox {IntSpinBox::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedLabelregisterDescribedLabel {Label::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedLineEditregisterDescribedLineEdit {LineEdit::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedStringComboBoxregisterDescribedStringComboBox {StringComboBox::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedVariantWidgetregisterDescribedVariantWidget {VariantWidget::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedVBoxLayoutregisterDescribedVBoxLayout {VBoxLayout::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedVLineregisterDescribedVLine {VLine::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedVSpacerregisterDescribedVSpacer {VSpacer::ice_staticId()}
 
DescribedWidgetFactoryRegistration< DescribedWidgetregisterDescribedWidget {Widget::ice_staticId()}
 

Typedef Documentation

◆ DescribedWidgetFactory

◆ StringWidgetDictionary

typedef ::std::map<::std::string, ::armarx::WidgetDescription::WidgetPtr> StringWidgetDictionary

Definition at line 69 of file NJointControllerBase.h.

◆ WidgetPtr

typedef ::IceInternal::Handle<::armarx::WidgetDescription::Widget> WidgetPtr

Definition at line 66 of file NJointControllerBase.h.

Function Documentation

◆ makeCheckBox() [1/2]

CheckBoxPtr makeCheckBox ( std::string  name,
bool  defaultValue 
)

Definition at line 153 of file DefaultWidgetDescriptions.cpp.

◆ makeCheckBox() [2/2]

CheckBoxPtr makeCheckBox ( std::string  name,
bool  defaultValue,
std::string  label 
)

Definition at line 145 of file DefaultWidgetDescriptions.cpp.

◆ makeDescribedWidget()

DescribedWidgetBase * makeDescribedWidget ( const WidgetPtr p,
ValueChangedListenerInterface listener 
)

Definition at line 742 of file WidgetDescription.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ makeDoubleLineEdit()

DoubleLineEditPtr makeDoubleLineEdit ( std::string  name,
double  defaultValue 
)

Definition at line 251 of file DefaultWidgetDescriptions.cpp.

◆ makeDoubleSlider()

DoubleSliderPtr makeDoubleSlider ( std::string  name,
double  min,
double  max,
double  defaultValue 
)

Definition at line 216 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeDoubleSpinBox()

DoubleSpinBoxPtr makeDoubleSpinBox ( std::string  name,
double  min,
double  max,
double  defaultValue,
int  steps,
int  decimals 
)

Definition at line 184 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeFloatLineEdit()

FloatLineEditPtr makeFloatLineEdit ( std::string  name,
float  defaultValue 
)

Definition at line 243 of file DefaultWidgetDescriptions.cpp.

◆ makeFloatSlider()

FloatSliderPtr makeFloatSlider ( std::string  name,
float  min,
float  max,
float  defaultValue 
)

Definition at line 206 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeFloatSpinBox()

FloatSpinBoxPtr makeFloatSpinBox ( std::string  name,
float  min,
float  max,
float  defaultValue,
int  steps,
int  decimals 
)

Definition at line 172 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ makeFormLayout() [1/3]

FormLayoutPtr armarx::WidgetDescription::makeFormLayout ( std::vector< std::pair< std::string, WidgetPtr > >  elements)

Definition at line 83 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeFormLayout() [2/3]

FormLayoutPtr armarx::WidgetDescription::makeFormLayout ( std::vector< std::pair< std::string, WidgetPtr >>  elements)

◆ makeFormLayout() [3/3]

FormLayoutPtr makeFormLayout ( std::vector< WidgetPtr elements)

Definition at line 94 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeFormLayoutElement() [1/3]

FormLayoutElementPtr makeFormLayoutElement ( std::string  name,
WidgetPtr  child,
bool  spanning 
)

Definition at line 55 of file DefaultWidgetDescriptions.cpp.

◆ makeFormLayoutElement() [2/3]

FormLayoutElementPtr makeFormLayoutElement ( WidgetPtr  child,
bool  spanning 
)

Definition at line 65 of file DefaultWidgetDescriptions.cpp.

◆ makeFormLayoutElement() [3/3]

FormLayoutElementPtr makeFormLayoutElement ( WidgetPtr  labelWidget,
WidgetPtr  child 
)

Definition at line 44 of file DefaultWidgetDescriptions.cpp.

+ Here is the caller graph for this function:

◆ makeFrame()

WidgetPtr makeFrame ( WidgetPtr  child)

Definition at line 114 of file DefaultWidgetDescriptions.cpp.

◆ makeGroupBox()

GroupBoxPtr makeGroupBox ( std::string  label,
WidgetPtr  child,
bool  framed 
)

Definition at line 105 of file DefaultWidgetDescriptions.cpp.

◆ makeHBoxLayout()

HBoxLayoutPtr makeHBoxLayout ( std::vector< WidgetPtr elements)

Definition at line 30 of file DefaultWidgetDescriptions.cpp.

+ Here is the caller graph for this function:

◆ makeHLine()

HLinePtr makeHLine ( )

Definition at line 130 of file DefaultWidgetDescriptions.cpp.

◆ makeHSpacer()

HSpacerPtr makeHSpacer ( )

Definition at line 120 of file DefaultWidgetDescriptions.cpp.

◆ makeIntSlider()

IntSliderPtr makeIntSlider ( std::string  name,
int  min,
int  max,
int  defaultValue 
)

Definition at line 196 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeIntSpinBox()

IntSpinBoxPtr makeIntSpinBox ( std::string  name,
int  min,
int  max,
int  defaultValue 
)

Definition at line 162 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeLabel()

LabelPtr makeLabel ( std::string  text)

Definition at line 140 of file DefaultWidgetDescriptions.cpp.

+ Here is the caller graph for this function:

◆ makeLineEdit()

LineEditPtr makeLineEdit ( std::string  name,
std::string  defaultValue 
)

Definition at line 235 of file DefaultWidgetDescriptions.cpp.

◆ makeRNSComboBox()

StringComboBoxPtr armarx::WidgetDescription::makeRNSComboBox ( const VirtualRobot::RobotPtr robot,
std::string  name = "RobotNodeSet",
const std::set< std::string > &  preferredSet = {},
const std::string &  mostPreferred = "" 
)
inline

Definition at line 71 of file DefaultWidgetDescriptions.h.

◆ makeRobotNodeComboBox()

StringComboBoxPtr armarx::WidgetDescription::makeRobotNodeComboBox ( const VirtualRobot::RobotPtr robot,
std::string  name = "RobotNode",
const std::set< std::string > &  preferredSet = {},
const std::string &  mostPreferred = "" 
)
inline

Definition at line 81 of file DefaultWidgetDescriptions.h.

◆ makeSpanningFormLayoutElement()

FormLayoutElementPtr makeSpanningFormLayoutElement ( WidgetPtr  child)

Definition at line 78 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeStringComboBox()

StringComboBoxPtr makeStringComboBox ( std::string  name,
std::vector< std::string >  options,
long  defaultIndex 
)

Definition at line 226 of file DefaultWidgetDescriptions.cpp.

◆ makeStringSelectionComboBox() [1/6]

StringComboBoxPtr makeStringSelectionComboBox ( std::string  name,
std::vector< std::string >  options 
)

Definition at line 28 of file DefaultWidgetDescriptions.cpp.

+ Here is the caller graph for this function:

◆ makeStringSelectionComboBox() [2/6]

StringComboBoxPtr armarx::WidgetDescription::makeStringSelectionComboBox ( std::string  name,
std::vector< std::string >  options,
const std::initializer_list< std::string > &  preferredSet 
)
inline

Definition at line 43 of file DefaultWidgetDescriptions.h.

+ Here is the call graph for this function:

◆ makeStringSelectionComboBox() [3/6]

StringComboBoxPtr makeStringSelectionComboBox ( std::string  name,
std::vector< std::string >  options,
const std::set< std::string > &  preferredSet 
)

Definition at line 38 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeStringSelectionComboBox() [4/6]

StringComboBoxPtr makeStringSelectionComboBox ( std::string  name,
std::vector< std::string >  options,
const std::set< std::string > &  preferredSet,
const std::string &  mostPreferred 
)

Definition at line 72 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeStringSelectionComboBox() [5/6]

StringComboBoxPtr makeStringSelectionComboBox ( std::string  name,
std::vector< std::string >  options,
const std::string &  mostPreferred 
)

Definition at line 55 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:

◆ makeStringSelectionComboBox() [6/6]

StringComboBoxPtr armarx::WidgetDescription::makeStringSelectionComboBox ( std::string  name,
std::vector< std::string >  options,
const std::string &  mostPreferred,
const std::set< std::string > &  preferredSet 
)
inline

Definition at line 61 of file DefaultWidgetDescriptions.h.

+ Here is the call graph for this function:

◆ makeVBoxLayout()

VBoxLayoutPtr makeVBoxLayout ( std::vector< WidgetPtr elements)

Definition at line 37 of file DefaultWidgetDescriptions.cpp.

◆ makeVLine()

VLinePtr makeVLine ( )

Definition at line 135 of file DefaultWidgetDescriptions.cpp.

◆ makeVSpacer()

VSpacerPtr makeVSpacer ( )

Definition at line 125 of file DefaultWidgetDescriptions.cpp.

◆ makeXYZRollPitchYawWidget() [1/2]

HBoxLayoutPtr armarx::WidgetDescription::makeXYZRollPitchYawWidget ( const std::string &  namePrefix,
FloatRange  rangeLin,
FloatRange  rangeAng 
)
inline

Definition at line 89 of file DefaultWidgetDescriptions.h.

+ Here is the call graph for this function:

◆ makeXYZRollPitchYawWidget() [2/2]

HBoxLayoutPtr makeXYZRollPitchYawWidget ( const std::string &  namePrefix,
float  initX,
float  initY,
float  initZ,
float  initRoll,
float  initPitch,
float  initYaw,
FloatRange  rangeX,
FloatRange  rangeY,
FloatRange  rangeZ,
FloatRange  rangeRoll,
FloatRange  rangePitch,
FloatRange  rangeYaw 
)

Values will have the names namePrefix{X,Y,Z,Roll,Pitch,Yaw}.

Definition at line 260 of file DefaultWidgetDescriptions.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ DescribedGroupBox

Definition at line 178 of file WidgetDescription.cpp.

◆ registerDescribedCheckBox

DescribedWidgetFactoryRegistration<DescribedCheckBox> registerDescribedCheckBox {CheckBox::ice_staticId()}

Definition at line 331 of file WidgetDescription.cpp.

◆ registerDescribedDoubleLineEdit

DescribedWidgetFactoryRegistration<DescribedDoubleLineEdit> registerDescribedDoubleLineEdit {DoubleLineEdit::ice_staticId()}

Definition at line 584 of file WidgetDescription.cpp.

◆ registerDescribedDoubleSlider

DescribedWidgetFactoryRegistration<DescribedDoubleSlider> registerDescribedDoubleSlider {DoubleSlider::ice_staticId()}

Definition at line 680 of file WidgetDescription.cpp.

◆ registerDescribedDoubleSpinBox

DescribedWidgetFactoryRegistration<DescribedDoubleSpinBox> registerDescribedDoubleSpinBox {DoubleSpinBox::ice_staticId()}

Definition at line 395 of file WidgetDescription.cpp.

◆ registerDescribedFloatLineEdit

DescribedWidgetFactoryRegistration<DescribedFloatLineEdit> registerDescribedFloatLineEdit {FloatLineEdit::ice_staticId()}

Definition at line 614 of file WidgetDescription.cpp.

◆ registerDescribedFloatSlider

DescribedWidgetFactoryRegistration<DescribedFloatSlider> registerDescribedFloatSlider {FloatSlider::ice_staticId()}

Definition at line 715 of file WidgetDescription.cpp.

◆ registerDescribedFloatSpinBox

DescribedWidgetFactoryRegistration<DescribedFloatSpinBox> registerDescribedFloatSpinBox {FloatSpinBox::ice_staticId()}

Definition at line 428 of file WidgetDescription.cpp.

◆ registerDescribedFormLayout

DescribedWidgetFactoryRegistration<DescribedFormLayout> registerDescribedFormLayout {FormLayout::ice_staticId()}

Definition at line 132 of file WidgetDescription.cpp.

◆ registerDescribedFormLayoutElement

DescribedWidgetFactoryRegistration<DescribedFormLayoutElement> registerDescribedFormLayoutElement {FormLayoutElement::ice_staticId()}

Definition at line 156 of file WidgetDescription.cpp.

◆ registerDescribedHBoxLayout

DescribedWidgetFactoryRegistration<DescribedHBoxLayout> registerDescribedHBoxLayout {HBoxLayout::ice_staticId()}

Definition at line 103 of file WidgetDescription.cpp.

◆ registerDescribedHLine

DescribedWidgetFactoryRegistration<DescribedHLine> registerDescribedHLine {HLine::ice_staticId()}

Definition at line 226 of file WidgetDescription.cpp.

◆ registerDescribedHSpacer

DescribedWidgetFactoryRegistration<DescribedHSpacer> registerDescribedHSpacer {HSpacer::ice_staticId()}

Definition at line 195 of file WidgetDescription.cpp.

◆ registerDescribedIntSlider

DescribedWidgetFactoryRegistration<DescribedIntSlider> registerDescribedIntSlider {IntSlider::ice_staticId()}

Definition at line 646 of file WidgetDescription.cpp.

◆ registerDescribedIntSpinBox

DescribedWidgetFactoryRegistration<DescribedIntSpinBox> registerDescribedIntSpinBox {IntSpinBox::ice_staticId()}

Definition at line 362 of file WidgetDescription.cpp.

◆ registerDescribedLabel

DescribedWidgetFactoryRegistration<DescribedLabel> registerDescribedLabel {Label::ice_staticId()}

Definition at line 259 of file WidgetDescription.cpp.

◆ registerDescribedLineEdit

DescribedWidgetFactoryRegistration<DescribedLineEdit> registerDescribedLineEdit {LineEdit::ice_staticId()}

Definition at line 554 of file WidgetDescription.cpp.

◆ registerDescribedStringComboBox

DescribedWidgetFactoryRegistration<DescribedStringComboBox> registerDescribedStringComboBox {StringComboBox::ice_staticId()}

Definition at line 525 of file WidgetDescription.cpp.

◆ registerDescribedVariantWidget

DescribedWidgetFactoryRegistration<DescribedVariantWidget> registerDescribedVariantWidget {VariantWidget::ice_staticId()}

Definition at line 301 of file WidgetDescription.cpp.

◆ registerDescribedVBoxLayout

DescribedWidgetFactoryRegistration<DescribedVBoxLayout> registerDescribedVBoxLayout {VBoxLayout::ice_staticId()}

Definition at line 85 of file WidgetDescription.cpp.

◆ registerDescribedVLine

DescribedWidgetFactoryRegistration<DescribedVLine> registerDescribedVLine {VLine::ice_staticId()}

Definition at line 241 of file WidgetDescription.cpp.

◆ registerDescribedVSpacer

DescribedWidgetFactoryRegistration<DescribedVSpacer> registerDescribedVSpacer {VSpacer::ice_staticId()}

Definition at line 211 of file WidgetDescription.cpp.

◆ registerDescribedWidget

DescribedWidgetFactoryRegistration<DescribedWidget> registerDescribedWidget {Widget::ice_staticId()}

Definition at line 66 of file WidgetDescription.cpp.