Widget to summarise the component creation. More...
#include <ComponentSummaryWidget.h>
Inheritance diagram for ComponentSummaryWidget:
Collaboration diagram for ComponentSummaryWidget:Public Slots | |
| virtual void | cancelButtonClicked () |
| virtual void | nextButtonClicked () |
| virtual void | previousButtonClicked () |
Signals | |
| void | cancel () |
| void | next () |
| void | previous () |
Public Member Functions | |
| ComponentSummaryWidget (QWidget *parent) | |
| Constructor. More... | |
| void | setSummary (QString name, QString description, QString representation, QStringList properties) |
| void | setToDefault () |
| ~ComponentSummaryWidget () override=default | |
| Destructor. More... | |
Private Attributes | |
| Ui::ComponentSummaryWidget | ui |
Widget to summarise the component creation.
| ComponentSummaryWidget::ComponentSummaryWidget | ( | QWidget * | parent | ) |
Constructor.
References ui.
|
overridedefault |
Destructor.
|
signal |
|
virtualslot |
References cancel().
|
signal |
|
virtualslot |
References next().
|
signal |
|
virtualslot |
References previous().
| void ComponentSummaryWidget::setSummary | ( | QString | name, |
| QString | description, | ||
| QString | representation, | ||
| QStringList | properties | ||
| ) |
References defaultComponentSummary, description, and ui.
| void ComponentSummaryWidget::setToDefault | ( | ) |
References ui.
|
private |
Referenced by ComponentSummaryWidget(), setSummary(), and setToDefault().