![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
State to create components. More...
#include <ComponentsCreationState.h>
Inherits WizardState.
Public Member Functions | |
| ComponentsCreationState (QString name, ComponentsCreationWidget *widget, WizardMainWindow *mainWindow, ComponentExtensionCreationState *parent) | |
| Constructor. More... | |
| void | resetDomComponentExtension (cepcoreschema::ComponentExtension *domComponentExtension) |
| ~ComponentsCreationState () | |
| Destructor. More... | |
Public Member Functions inherited from WizardState | |
| QString | getName () |
| QWidget * | getWidget () |
| WizardState (QString name, QWidget *widget, WizardMainWindow *mainWidnow) | |
| Constructor. More... | |
| WizardState (QString name, QWidget *widget, WizardMainWindow *mainWidnow, QState *parent) | |
| Constructor. More... | |
| ~WizardState () | |
| Destructor. More... | |
Protected Member Functions | |
| virtual void | onEntry (QEvent *event) |
| Reimplemented from QState. More... | |
| virtual void | onExit (QEvent *event) |
Private Attributes | |
| cepcoreschema::ComponentExtension * | domComponentExtension |
Additional Inherited Members | |
Protected Attributes inherited from WizardState | |
| WizardMainWindow * | mainWindow |
| QString | name |
| QWidget * | widget |
State to create components.
| ComponentsCreationState::ComponentsCreationState | ( | QString | name, |
| ComponentsCreationWidget * | widget, | ||
| WizardMainWindow * | mainWindow, | ||
| ComponentExtensionCreationState * | parent | ||
| ) |
Constructor.
References domComponentExtension.
| ComponentsCreationState::~ComponentsCreationState | ( | ) |
Destructor.
|
protectedvirtual |
Reimplemented from QState.
Reimplemented from WizardState.
References ComponentsCreationWidget::addComponentName(), domComponentExtension, ComponentsCreationWidget::emptyExistingComponents(), WizardState::onEntry(), ComponentsCreationWidget::setGroupBoxTitle(), and WizardState::widget.
|
protectedvirtual |
Reimplemented from WizardState.
References WizardState::onExit().
| void ComponentsCreationState::resetDomComponentExtension | ( | cepcoreschema::ComponentExtension * | domComponentExtension | ) |
References domComponentExtension, ComponentsCreationWidget::setToDefault(), and WizardState::widget.
Referenced by ComponentExtensionCreationState::onEntry().
|
private |
Referenced by ComponentsCreationState(), onEntry(), and resetDomComponentExtension().
1.8.13