IProjectSaveView is the interface for defining the functions that the project save view needs to implement.
More...
#include <IProjectSaveView.h>
IProjectSaveView is the interface for defining the functions that the project save view needs to implement.
Definition at line 28 of file IProjectSaveView.h.
◆ getAllPythonInterfaces()
virtual std::vector< std::string > MantidQt::MantidWidgets::IProjectSaveView::getAllPythonInterfaces |
( |
| ) |
|
|
pure virtual |
Get all active python interfaces names passed to the view.
◆ getCheckedPythonInterfaces()
virtual std::vector< std::string > MantidQt::MantidWidgets::IProjectSaveView::getCheckedPythonInterfaces |
( |
| ) |
|
|
pure virtual |
Get any checked interface names on the view.
◆ getCheckedWorkspaceNames()
virtual std::vector< std::string > MantidQt::MantidWidgets::IProjectSaveView::getCheckedWorkspaceNames |
( |
| ) |
|
|
pure virtual |
◆ getProjectPath()
virtual QString MantidQt::MantidWidgets::IProjectSaveView::getProjectPath |
( |
| ) |
|
|
pure virtual |
◆ getUncheckedPythonInterfaces()
virtual std::vector< std::string > MantidQt::MantidWidgets::IProjectSaveView::getUncheckedPythonInterfaces |
( |
| ) |
|
|
pure virtual |
Get any unchecked interface names on the view.
◆ getUncheckedWorkspaceNames()
virtual std::vector< std::string > MantidQt::MantidWidgets::IProjectSaveView::getUncheckedWorkspaceNames |
( |
| ) |
|
|
pure virtual |
◆ getWindows()
Get all window handles passed to the view.
◆ removeFromExcludedWindowsList()
virtual void MantidQt::MantidWidgets::IProjectSaveView::removeFromExcludedWindowsList |
( |
const std::vector< std::string > & |
windows | ) |
|
|
pure virtual |
◆ removeFromIncludedWindowsList()
virtual void MantidQt::MantidWidgets::IProjectSaveView::removeFromIncludedWindowsList |
( |
const std::vector< std::string > & |
windows | ) |
|
|
pure virtual |
◆ setProjectPath()
virtual void MantidQt::MantidWidgets::IProjectSaveView::setProjectPath |
( |
const QString & |
path | ) |
|
|
pure virtual |
◆ updateExcludedWindowsList()
virtual void MantidQt::MantidWidgets::IProjectSaveView::updateExcludedWindowsList |
( |
const std::vector< WindowInfo > & |
windows | ) |
|
|
pure virtual |
◆ updateIncludedWindowsList()
virtual void MantidQt::MantidWidgets::IProjectSaveView::updateIncludedWindowsList |
( |
const std::vector< WindowInfo > & |
windows | ) |
|
|
pure virtual |
◆ updateInterfacesList()
virtual void MantidQt::MantidWidgets::IProjectSaveView::updateInterfacesList |
( |
const std::vector< std::string > & |
interfaces | ) |
|
|
pure virtual |
◆ updateWorkspacesList()
virtual void MantidQt::MantidWidgets::IProjectSaveView::updateWorkspacesList |
( |
const std::vector< WorkspaceInfo > & |
workspaces | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: