![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
State to create one component. More...
#include <ComponentCreationState.h>
Inherits QState.
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 |
Private Member Functions | |
| void | createSubStates (WizardMainWindow *mainWindow) |
Private Attributes | |
| bool | cancelled |
| cepcoreschema::Component * | domComponent |
| cepcoreschema::ComponentExtension * | domComponentExtension |
| QString | name |
State to create one component.
This state manages sub-state to create one component.
| ComponentCreationState::ComponentCreationState | ( | QString | name, |
| WizardMainWindow * | mainWidnow, | ||
| ComponentExtensionCreationState * | parent | ||
| ) |
Constructor.
References cancelled, createSubStates(), domComponent, domComponentExtension, and name.
|
overridedefault |
Destructor.
|
virtualslot |
References cancelled, and nextCCS().
Referenced by createSubStates().
|
virtualslot |
References cancelled, and nextCCS().
Referenced by createSubStates().
|
private |
|
signal |
Referenced by componentCancelled(), and componentFinished().
|
overrideprotected |
Reimplemented from QState.
References cancelled, componentAddPropertyState, componentDescriptionState, componentSummaryState, domComponent, domComponentExtension, ComponentSummaryState::resetComponent(), ComponentAddPropertyState::resetDomComponent(), and ComponentDescriptionState::resetDomComponent().
|
overrideprotected |
References cancelled, domComponent, and domComponentExtension.
| void ComponentCreationState::resetDomComponentExtension | ( | cepcoreschema::ComponentExtension * | domComponentExtension | ) |
References domComponentExtension.
Referenced by ComponentExtensionCreationState::onEntry().
|
private |
Referenced by componentCancelled(), ComponentCreationState(), componentFinished(), onEntry(), and onExit().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Referenced by createSubStates().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Referenced by createSubStates().
|
protected |
Referenced by createSubStates(), and onEntry().
|
protected |
Referenced by createSubStates().
|
private |
Referenced by ComponentCreationState(), onEntry(), and onExit().
|
private |
Referenced by ComponentCreationState(), onEntry(), onExit(), and resetDomComponentExtension().
|
private |
Referenced by ComponentCreationState().
1.8.13