State to create one component. More...
#include <ComponentCreationState.h>
Public Slots | |
| virtual void | componentCancelled () |
| virtual void | componentFinished () |
Signals | |
| void | nextCCS () |
Public Member Functions | |
| ComponentCreationState (QString name, WizardMainWindow *mainWidnow, ComponentExtensionCreationState *parent) | |
| Constructor. | |
| void | resetDomComponentExtension (cepcoreschema::ComponentExtension *domComponentExtension) |
| ~ComponentCreationState () override=default | |
| Destructor. | |
Protected Member Functions | |
| void | onEntry (QEvent *event) override |
| Reimplemented from QState. | |
| void | onExit (QEvent *event) override |
State to create one component.
This state manages sub-state to create one component.
| ComponentCreationState::ComponentCreationState | ( | QString | name, |
| WizardMainWindow * | mainWidnow, | ||
| ComponentExtensionCreationState * | parent ) |
Constructor.
|
overridedefault |
Destructor.
|
virtualslot |
References nextCCS().
|
virtualslot |
References nextCCS().
|
signal |
Referenced by componentCancelled(), and componentFinished().
|
overrideprotected |
Reimplemented from QState.
References componentAddPropertyState, componentDescriptionState, and componentSummaryState.
|
overrideprotected |
| void ComponentCreationState::resetDomComponentExtension | ( | cepcoreschema::ComponentExtension * | domComponentExtension | ) |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |