Presenter for ExtensionBuilder. More...
#include <ExtensionBuilderPresenter.h>
Inheritance diagram for ExtensionBuilderPresenter:
Collaboration diagram for ExtensionBuilderPresenter:Signals | |
| void | allStagesFinished (bool status) |
| sent when all the stages are finished with the resulting status | |
| void | cMakeProjectManagerPresenterClosed () |
| sent when the widget's window is closed | |
Public Member Functions | |
| ExtensionBuilderPresenter (const QString &camitkFilePath, const QList< ExtensionBuilder::ExtensionBuilderStage > &stages, QWidget *parent=nullptr) | |
| constructor | |
| ~ExtensionBuilderPresenter () | |
| Destructor. | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *event) override |
| called when the user closes the widget's window using the window manager button | |
Presenter for ExtensionBuilder.
This widget will create a dialog where the user can see the different stages, starts the process and examine the results of each stages.
| ExtensionBuilderPresenter::ExtensionBuilderPresenter | ( | const QString & | camitkFilePath, |
| const QList< ExtensionBuilder::ExtensionBuilderStage > & | stages, | ||
| QWidget * | parent = nullptr |
||
| ) |
constructor
| camitkFilePath | the path to the file to be used by ExtensionBuilder |
| stages | the list of stages to perform |
| parent | (optional) |
References allStagesFinished(), ExtensionBuilder::allStagesFinished(), ExtensionBuilder::getStages(), ExtensionBuilder::setStages(), ExtensionBuilder::stageFinished(), and ExtensionBuilder::stageStarted().
Here is the call graph for this function:| ExtensionBuilderPresenter::~ExtensionBuilderPresenter | ( | ) |
Destructor.
|
signal |
sent when all the stages are finished with the resulting status
Referenced by ExtensionBuilderPresenter(), and CamiTKExtensionEditor::initializeClicked().
Here is the caller graph for this function:
|
overrideprotected |
called when the user closes the widget's window using the window manager button
References cMakeProjectManagerPresenterClosed().
Here is the call graph for this function:
|
signal |
sent when the widget's window is closed
Referenced by closeEvent(), and CamiTKExtensionEditor::initializeClicked().
Here is the caller graph for this function: