Computer Assisted Medical Intervention Tool Kit  version 5.2
ComponentsCreationState Class Reference

State to create components. More...

#include <ComponentsCreationState.h>

+ Inheritance diagram for ComponentsCreationState:
+ Collaboration diagram for ComponentsCreationState:

Public Member Functions

 ComponentsCreationState (QString name, ComponentsCreationWidget *widget, WizardMainWindow *mainWindow, ComponentExtensionCreationState *parent)
 Constructor. More...
 
void resetDomComponentExtension (cepcoreschema::ComponentExtension *domComponentExtension)
 
 ~ComponentsCreationState () override=default
 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 () override=default
 Destructor. More...
 

Protected Member Functions

void onEntry (QEvent *event) override
 
void onExit (QEvent *event) override
 
- Protected Member Functions inherited from WizardState
void onEntry (QEvent *event) override
 Reimplemented from QState. More...
 
void onExit (QEvent *event) override
 

Additional Inherited Members

- Protected Attributes inherited from WizardState
WizardMainWindowmainWindow
 
QString name
 
QWidget * widget
 

Detailed Description

State to create components.

Constructor & Destructor Documentation

◆ ComponentsCreationState()

ComponentsCreationState::ComponentsCreationState ( QString  name,
ComponentsCreationWidget widget,
WizardMainWindow mainWindow,
ComponentExtensionCreationState parent 
)

Constructor.

◆ ~ComponentsCreationState()

ComponentsCreationState::~ComponentsCreationState ( )
overridedefault

Destructor.

Member Function Documentation

◆ onEntry()

void ComponentsCreationState::onEntry ( QEvent *  event)
overrideprotected

References WizardState::onEntry(), and WizardState::widget.

+ Here is the call graph for this function:

◆ onExit()

void ComponentsCreationState::onExit ( QEvent *  event)
overrideprotected

References WizardState::onExit().

+ Here is the call graph for this function:

◆ resetDomComponentExtension()

void ComponentsCreationState::resetDomComponentExtension ( cepcoreschema::ComponentExtension *  domComponentExtension)

References ComponentsCreationWidget::setToDefault(), and WizardState::widget.

Referenced by ComponentExtensionCreationState::onEntry().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: