Widget to create components. More...
#include <ComponentsCreationWidget.h>
Public Slots | |
virtual void | addComponentClicked () |
virtual void | cancelButtonClicked () |
virtual void | nextButtonClicked () |
virtual void | previousButtonClicked () |
Signals | |
void | cancel () |
void | newComponent () |
void | next () |
void | previous () |
Public Member Functions | |
void | addComponentName (QString componentName) |
ComponentsCreationWidget (QWidget *parent) | |
Constructor. More... | |
void | emptyExistingComponents () |
void | setGroupBoxTitle (QString text) |
void | setToDefault () |
~ComponentsCreationWidget () override=default | |
Destructor. More... | |
Widget to create components.
ComponentsCreationWidget::ComponentsCreationWidget | ( | QWidget * | parent | ) |
Constructor.
|
overridedefault |
Destructor.
|
virtualslot |
References newComponent(), and normalStyle.
void ComponentsCreationWidget::addComponentName | ( | QString | componentName | ) |
|
signal |
|
virtualslot |
References cancel().
void ComponentsCreationWidget::emptyExistingComponents | ( | ) |
References defaultCreatedComponentsString.
Referenced by setToDefault().
|
signal |
|
signal |
|
virtualslot |
References enhancedStyle, next(), and normalStyle.
|
signal |
|
virtualslot |
References previous().
void ComponentsCreationWidget::setGroupBoxTitle | ( | QString | text | ) |
void ComponentsCreationWidget::setToDefault | ( | ) |
References emptyExistingComponents(), and normalStyle.
Referenced by ComponentsCreationState::resetDomComponentExtension().