10#include <boost/python/wrapper.hpp>
13namespace PythonInterface {
28 void anyChangeHandle()
override;
29 void addHandle(
const std::string &wsName,
const Workspace_sptr &ws)
override;
30 void replaceHandle(
const std::string &wsName,
const Workspace_sptr &ws)
override;
31 void deleteHandle(
const std::string &wsName,
const Workspace_sptr &ws)
override;
32 void clearHandle()
override;
33 void renameHandle(
const std::string &wsName,
const std::string &newName)
override;
34 void groupHandle(
const std::string &wsName,
const Workspace_sptr &ws)
override;
35 void unGroupHandle(
const std::string &wsName,
const Workspace_sptr &ws)
override;
36 void groupUpdateHandle(
const std::string &wsName,
const Workspace_sptr &ws)
override;
std::unique_ptr< ConceptT > m_self
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
A wrapper class helping to export AnalysisDataServiceObserver to python.
AnalysisDataServiceObserverAdapter(const AnalysisDataServiceObserverAdapter &)=delete
PyObject * m_self
Value of "self" used by python to refer to an instance of this class.
AnalysisDataServiceObserverAdapter & operator=(const AnalysisDataServiceObserverAdapter &)=delete
PyObject * getSelf() const
Return the PyObject that owns this wrapper, i.e. self.
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
Helper class which provides the Collimation Length for SANS instruments.