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

#include <WorkspaceProvider.h>

Inheritance diagram for MantidQt::MantidWidgets::WorkspaceProvider:
MantidQt::MantidWidgets::ADSAdapter

Public Member Functions

virtual bool doesWorkspaceExist (const std::string &wsname) const =0
 
virtual std::string getNewName () const =0
 
virtual std::string getOldName () const =0
 
virtual void registerPresenter (Presenter_wptr presenter)=0
 
virtual std::map< std::string, Mantid::API::Workspace_sptrtopLevelItems () const =0
 
virtual ~WorkspaceProvider ()=default
 

Detailed Description

Author
Lamar Moore
Date
24-08-2016
Version
1.0

Definition at line 28 of file WorkspaceProvider.h.

Constructor & Destructor Documentation

◆ ~WorkspaceProvider()

virtual MantidQt::MantidWidgets::WorkspaceProvider::~WorkspaceProvider ( )
virtualdefault

Member Function Documentation

◆ doesWorkspaceExist()

virtual bool MantidQt::MantidWidgets::WorkspaceProvider::doesWorkspaceExist ( const std::string &  wsname) const
pure virtual

◆ getNewName()

virtual std::string MantidQt::MantidWidgets::WorkspaceProvider::getNewName ( ) const
pure virtual

◆ getOldName()

virtual std::string MantidQt::MantidWidgets::WorkspaceProvider::getOldName ( ) const
pure virtual

◆ registerPresenter()

virtual void MantidQt::MantidWidgets::WorkspaceProvider::registerPresenter ( Presenter_wptr  presenter)
pure virtual

◆ topLevelItems()

virtual std::map< std::string, Mantid::API::Workspace_sptr > MantidQt::MantidWidgets::WorkspaceProvider::topLevelItems ( ) const
pure virtual

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