Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Mantid::Kernel::DataService< T >::RenameNotification Class Reference

Rename notification is sent when the rename method is called. More...

#include <DataService.h>

Inheritance diagram for Mantid::Kernel::DataService< T >::RenameNotification:
Mantid::Kernel::DataService< T >::NamedObjectNotification

Public Member Functions

const std::string & newObjectName () const
 New name for the object.
 
 RenameNotification (const std::string &name, const std::string &newName)
 Constructor.
 
- 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.
 

Private Attributes

std::string m_newName
 New object name.
 

Detailed Description

template<typename T>
class Mantid::Kernel::DataService< T >::RenameNotification

Rename notification is sent when the rename method is called.

Definition at line 168 of file DataService.h.

Constructor & Destructor Documentation

◆ RenameNotification()

template<typename T >
Mantid::Kernel::DataService< T >::RenameNotification::RenameNotification ( const std::string &  name,
const std::string &  newName 
)
inline

Constructor.

Definition at line 171 of file DataService.h.

Member Function Documentation

◆ newObjectName()

template<typename T >
const std::string & Mantid::Kernel::DataService< T >::RenameNotification::newObjectName ( ) const
inline

New name for the object.

Definition at line 175 of file DataService.h.

Member Data Documentation

◆ m_newName

template<typename T >
std::string Mantid::Kernel::DataService< T >::RenameNotification::m_newName
private

New object name.

Definition at line 178 of file DataService.h.


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