#include <src/orxonox/objects/quest/QuestNotification.h>
Public Member Functions | |
QuestNotification (const std::string &message) | |
QuestNotification (BaseObject *creator) | |
bool | send (void) |
Sends the Notification to the Notificationmanager, with sender NotificationManager::NONE;. | |
virtual | ~QuestNotification () |
Private Member Functions | |
void | initialize (void) |
Registers the object and sets some default values. | |
Static Private Attributes | |
static const std::string | SENDER = "questsystem" |
orxonox::QuestNotification::QuestNotification | ( | BaseObject * | creator | ) |
References initialize().
orxonox::QuestNotification::QuestNotification | ( | const std::string & | message | ) |
References initialize().
orxonox::QuestNotification::~QuestNotification | ( | ) | [virtual] |
void orxonox::QuestNotification::initialize | ( | void | ) | [private] |
Registers the object and sets some default values.
Reimplemented from orxonox::Notification.
References RegisterObject.
Referenced by QuestNotification().
bool orxonox::QuestNotification::send | ( | void | ) |
Sends the Notification to the Notificationmanager, with sender NotificationManager::NONE;.
Sends the Notification to the Notificationmanager, with sender NetificationManager::NONE.
Reimplemented from orxonox::Notification.
References orxonox::Notification::send(), and SENDER.
Referenced by orxonox::QuestDescription::notificationHelper().
const std::string orxonox::QuestNotification::SENDER = "questsystem" [static, private] |
Referenced by send().