Mantid
|
Rename notification is sent when the rename method is called. More...
#include <DataService.h>
Public Member Functions | |
const std::string & | newObjectName () const |
New name for the object. More... | |
RenameNotification (const std::string &name, const std::string &newName) | |
Constructor. 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... | |
Private Attributes | |
std::string | m_newName |
New object name. More... | |
Rename notification is sent when the rename method is called.
Definition at line 169 of file DataService.h.
|
inline |
Constructor.
Definition at line 172 of file DataService.h.
|
inline |
New name for the object.
Definition at line 176 of file DataService.h.
|
private |
New object name.
Definition at line 179 of file DataService.h.