35 #ifndef _SimpleNotification_H__ 36 #define _SimpleNotification_H__ 79 {
return this->message_; }
87 {
return this->message_; }
102 #endif // _SimpleNotification_H__ virtual const std::string & createNotificationMessage(void)
Creates the notification message that should be sent upon the SimpleNotification triggering.
Definition: SimpleNotification.h:86
::std::string string
Definition: gtest-port.h:756
A NotificationDispatcher is an entity that, upon being triggered, dispatches (or sends) a specified N...
Definition: NotificationDispatcher.h:75
The SimpleNotification class enables the sending of (in XML) predefined Notifications upon some kind ...
Definition: SimpleNotification.h:66
Output level, used for messages directed to the user (e.g. "Press any key to continue") ...
Definition: OutputDefinitions.h:89
#define _NotificationsExport
Definition: NotificationsPrereqs.h:60
xmlelement
Definition: Super.h:519
Definition of the NotificationDispatcher class.
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Shared library macros, enums, constants and forward declarations for the questsystem module ...
Mode
Definition: CorePrereqs.h:102
std::string message_
The message that is displayed.
Definition: SimpleNotification.h:90
const std::string & getMessage(void)
Get the message, that is displayed.
Definition: SimpleNotification.h:78
void setMessage(const std::string &message)
Sets the message that is to be displayed.
Definition: SimpleNotification.h:96