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. More... | |
void | resetDomComponentExtension (cepcoreschema::ComponentExtension *domComponentExtension) |
~ComponentCreationState () override=default | |
Destructor. More... | |
Protected Member Functions | |
void | onEntry (QEvent *event) override |
Reimplemented from QState. More... | |
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, componentSummaryState, ComponentSummaryState::resetComponent(), ComponentAddPropertyState::resetDomComponent(), and ComponentDescriptionState::resetDomComponent().
|
overrideprotected |
void ComponentCreationState::resetDomComponentExtension | ( | cepcoreschema::ComponentExtension * | domComponentExtension | ) |
Referenced by ComponentExtensionCreationState::onEntry().
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |