#include <Description.h>
Inheritance diagram for ogs::core::details::Description:
Public Types | |
enum | Aspect { NAME, PERSONALITY, APPEARANCE, BACKGROUND } |
An enumerated type that represents the aspect of a description. | |
Public Member Functions | |
Description (Aspect aspect, const std::string &text) | |
Create a new description. | |
Aspect | getAspect () const |
Determine the aspect of this description. | |
std::string | getText () const |
Determine the text of this description. | |
void | setText (const std::string &text) |
Change the text of this description. |
|
|
|
|
|
|
|
|