Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MantidQt::MantidWidgets::IProjectSaveView Class Referenceabstract

IProjectSaveView is the interface for defining the functions that the project save view needs to implement. More...

#include <IProjectSaveView.h>

Public Member Functions

virtual std::vector< std::string > getAllPythonInterfaces ()=0
 Get all active python interfaces names passed to the view. More...
 
virtual std::vector< std::string > getCheckedPythonInterfaces ()=0
 Get any checked interface names on the view. More...
 
virtual std::vector< std::string > getCheckedWorkspaceNames ()=0
 Get the names of all checked workspaces. More...
 
virtual QString getProjectPath ()=0
 Get the project path. More...
 
virtual std::vector< std::string > getUncheckedPythonInterfaces ()=0
 Get any unchecked interface names on the view. More...
 
virtual std::vector< std::string > getUncheckedWorkspaceNames ()=0
 Get the names of all unchecked workspaces. More...
 
virtual std::vector< MantidQt::API::IProjectSerialisable * > getWindows ()=0
 Get all window handles passed to the view. More...
 
virtual void removeFromExcludedWindowsList (const std::vector< std::string > &windows)=0
 Remove items from the excluded window list. More...
 
virtual void removeFromIncludedWindowsList (const std::vector< std::string > &windows)=0
 Remove items from the included window list. More...
 
virtual void setProjectPath (const QString &path)=0
 Set the project path. More...
 
virtual void updateExcludedWindowsList (const std::vector< WindowInfo > &windows)=0
 Update the excluded windows list with a collection of window info items. More...
 
virtual void updateIncludedWindowsList (const std::vector< WindowInfo > &windows)=0
 Update the included windows list with a collection of window info items. More...
 
virtual void updateInterfacesList (const std::vector< std::string > &interfaces)=0
 Update the list of interfaces. More...
 
virtual void updateWorkspacesList (const std::vector< WorkspaceInfo > &workspaces)=0
 Update the workspaces list with a collection of workspace info items. More...
 

Detailed Description

IProjectSaveView is the interface for defining the functions that the project save view needs to implement.

Definition at line 28 of file IProjectSaveView.h.

Member Function Documentation

◆ 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

Get the names of all checked workspaces.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::includeWindowsForCheckedWorkspace().

◆ 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

Get the names of all unchecked workspaces.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::excludeWindowsForUncheckedWorkspace().

◆ getWindows()

virtual std::vector< MantidQt::API::IProjectSerialisable * > MantidQt::MantidWidgets::IProjectSaveView::getWindows ( )
pure virtual

Get all window handles passed to the view.

◆ removeFromExcludedWindowsList()

virtual void MantidQt::MantidWidgets::IProjectSaveView::removeFromExcludedWindowsList ( const std::vector< std::string > &  windows)
pure virtual

Remove items from the excluded window list.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::includeWindowsForCheckedWorkspace().

◆ removeFromIncludedWindowsList()

virtual void MantidQt::MantidWidgets::IProjectSaveView::removeFromIncludedWindowsList ( const std::vector< std::string > &  windows)
pure virtual

Remove items from the included window list.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::excludeWindowsForUncheckedWorkspace().

◆ 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

Update the excluded windows list with a collection of window info items.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::excludeWindowsForUncheckedWorkspace().

◆ 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

Update the list of interfaces.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::ProjectSavePresenter().

◆ updateWorkspacesList()

virtual void MantidQt::MantidWidgets::IProjectSaveView::updateWorkspacesList ( const std::vector< WorkspaceInfo > &  workspaces)
pure virtual

Update the workspaces list with a collection of workspace info items.

Referenced by MantidQt::MantidWidgets::ProjectSavePresenter::ProjectSavePresenter().


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