Mantid
|
GroupWorkspaces notification is send when a group is updated by adding or removing members. More...
#include <AnalysisDataService.h>
Public Member Functions | |
std::shared_ptr< const WorkspaceGroup > | getWorkspaceGroup () const |
Returns the workspace pointer cast to WorkspaceGroup. More... | |
GroupUpdatedNotification (const std::string &name) | |
Constructor. More... | |
GroupWorkspaces notification is send when a group is updated by adding or removing members.
Disable observing the ADS by a group (WorkspaceGroup::observeADSNotifications(false)) to prevent sending this notification.
Definition at line 74 of file AnalysisDataService.h.
Mantid::API::AnalysisDataServiceImpl::GroupUpdatedNotification::GroupUpdatedNotification | ( | const std::string & | name | ) |
Constructor.
name | :: The name of a workspace group. |
Definition at line 21 of file AnalysisDataService.cpp.
std::shared_ptr< const WorkspaceGroup > Mantid::API::AnalysisDataServiceImpl::GroupUpdatedNotification::getWorkspaceGroup | ( | ) | const |
Returns the workspace pointer cast to WorkspaceGroup.
Definition at line 26 of file AnalysisDataService.cpp.