Mantid
|
AddNotification is sent after an new object is added to the data service. More...
#include <DataService.h>
Public Member Functions | |
AddNotification (const std::string &name, const std::shared_ptr< T > &obj) | |
Constructor. More... | |
Public Member Functions inherited from Mantid::Kernel::DataService< T >::DataServiceNotification | |
DataServiceNotification (const std::string &name, const std::shared_ptr< T > &obj) | |
Constructor. More... | |
const std::shared_ptr< T > & | object () const |
Returns the const pointer to the object concerned or 0 if it is a general notification. More... | |
Public Member Functions inherited from Mantid::Kernel::DataService< T >::NamedObjectNotification | |
NamedObjectNotification (const std::string &name) | |
const std::string & | objectName () const |
Returns the name of the object. More... | |
AddNotification is sent after an new object is added to the data service.
name() and object() return name and pointer to the new object.
Definition at line 97 of file DataService.h.
|
inline |
Constructor.
Definition at line 99 of file DataService.h.