State to summarize the creation of the CEP. More...
#include <CepCreateRecapState.h>
 Inheritance diagram for CepCreateRecapState:
 Inheritance diagram for CepCreateRecapState: Collaboration diagram for CepCreateRecapState:
 Collaboration diagram for CepCreateRecapState:| Public Member Functions | |
| CepCreateRecapState (QString name, CepCreateRecapWidget *widget, WizardMainWindow *mainWindow, cepcoreschema::Cep *domCep) | |
| Constructor.  More... | |
| ~CepCreateRecapState () 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 | 
|  Protected Member Functions inherited from WizardState | |
| void | onEntry (QEvent *event) override | 
| Reimplemented from QState.  More... | |
| void | onExit (QEvent *event) override | 
| Private Member Functions | |
| void | updateActionExtensions (CepCreateRecapWidget *cepCreateRecapWidget) | 
| void | updateCepDescription (CepCreateRecapWidget *cepCreateRecapWidget) | 
| void | updateCepLibraries (CepCreateRecapWidget *cepCreateRecapWidget) | 
| void | updateComponentExtensions (CepCreateRecapWidget *cepCreateRecapWidget) | 
| void | updateViewerExtensions (CepCreateRecapWidget *cepCreateRecapWidget) | 
| Private Attributes | |
| cepcoreschema::Cep * | domCep | 
| Additional Inherited Members | |
|  Protected Attributes inherited from WizardState | |
| WizardMainWindow * | mainWindow | 
| QString | name | 
| QWidget * | widget | 
State to summarize the creation of the CEP.
| CepCreateRecapState::CepCreateRecapState | ( | QString | name, | 
| CepCreateRecapWidget * | widget, | ||
| WizardMainWindow * | mainWindow, | ||
| cepcoreschema::Cep * | domCep | ||
| ) | 
Constructor.
References domCep.
| 
 | overridedefault | 
Destructor.
| 
 | overrideprotected | 
References WizardState::onEntry(), updateActionExtensions(), updateCepDescription(), updateCepLibraries(), updateComponentExtensions(), updateViewerExtensions(), and WizardState::widget.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
References CepCreateRecapWidget::addActionExtension(), domCep, and CepCreateRecapWidget::emptyExistingActionExtensions().
Referenced by onEntry().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
References domCep, CepCreateRecapWidget::setContactItself(), CepCreateRecapWidget::setDescriptionItself(), and CepCreateRecapWidget::setNameItself().
Referenced by onEntry().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
References CepCreateRecapWidget::addLibrary(), domCep, and CepCreateRecapWidget::emptyExistingLibraries().
Referenced by onEntry().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
References CepCreateRecapWidget::addComponentExtension(), domCep, and CepCreateRecapWidget::emptyExistingComponentExtensions().
Referenced by onEntry().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
References CepCreateRecapWidget::addViewerExtension(), domCep, and CepCreateRecapWidget::emptyExistingViewerExtensions().
Referenced by onEntry().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private |