Widget to add or remove properties to the component. More...
#include <ComponentAddPropertyWidget.h>
Public Slots | |
| virtual void | addPropertyClicked () |
| virtual void | cancelButtonClicked () |
| virtual void | nextButtonClicked () |
| virtual void | previousButtonClicked () |
Signals | |
| void | cancel () |
| void | next () |
| void | previous () |
Public Member Functions | |
| ComponentAddPropertyWidget (QWidget *parent) | |
| Constructor. | |
| QList< ComponentPropertyWidget * > | getComponentPropertyWidgets () |
| void | removeProperty (ComponentPropertyWidget *widget) |
| void | setToDefault () |
| ~ComponentAddPropertyWidget () override=default | |
| Destructor. | |
Widget to add or remove properties to the component.
The widget manages a list of ComponentPropertyWidget to define each property.
| ComponentAddPropertyWidget::ComponentAddPropertyWidget | ( | QWidget * | parent | ) |
Constructor.
References setToDefault().
|
overridedefault |
Destructor.
|
virtualslot |
|
signal |
Referenced by cancelButtonClicked().
|
virtualslot |
References cancel().
| QList< ComponentPropertyWidget * > ComponentAddPropertyWidget::getComponentPropertyWidgets | ( | ) |
|
signal |
Referenced by nextButtonClicked().
|
virtualslot |
References defaultAscii, defaultBeforeGoingFurther, defaultPropNoName, and next().
|
signal |
Referenced by previousButtonClicked().
|
virtualslot |
References previous().
| void ComponentAddPropertyWidget::removeProperty | ( | ComponentPropertyWidget * | widget | ) |
Referenced by ComponentPropertyWidget::remove().
| void ComponentAddPropertyWidget::setToDefault | ( | ) |
Referenced by ComponentAddPropertyWidget(), and ComponentAddPropertyState::resetDomComponent().