#include <INameInterface.h>
Public Member Functions | |
INameInterface () | |
INameInterface (const std::string &strObjectName) | |
INameInterface (const std::string &strObjectName, const std::string &strGroupName) | |
virtual | ~INameInterface () |
void | SetObjectName (const std::string &strObjectName) |
void | SetGroupName (const std::string &strGroupName) |
const std::string & | GetObjectName (void) |
const std::string & | GetGroupName (void) |
Protected Attributes | |
std::string | m_strObjectName |
String for the object's name. | |
std::string | m_strGroupName |
String for the object's group name. |
Use this class to add names to objects. Object name and group name. Used by parts such as the menu system.
Definition at line 57 of file INameInterface.h.
|
Contstructor. Definition at line 55 of file INameInterface.cpp. |
|
Contstructor, taking object name only.
Definition at line 67 of file INameInterface.cpp. References m_strObjectName. |
|
Contstructor, taking group and object name.
Definition at line 81 of file INameInterface.cpp. References m_strGroupName, and m_strObjectName. |
|
Destructor. Definition at line 93 of file INameInterface.cpp. |
|
Get the group name. Definition at line 75 of file INameInterface.h. |
|
Get the object name. Definition at line 73 of file INameInterface.h. |
|
Set the group name. Definition at line 70 of file INameInterface.h. |
|
Set the object name. Definition at line 68 of file INameInterface.h. |