#include <MessageDispatcher.h>
Public Member Functions | |
std::string | getText () |
std::string | getTitle () |
std::string | getType () |
Message (std::string the_title, std::string the_text, MessageType the_type) | |
Private Attributes | |
std::string | text |
std::string | title |
MessageType | type |
Definition at line 14 of file MessageDispatcher.h.
Message::Message | ( | std::string | the_title, |
std::string | the_text, | ||
MessageType | the_type | ||
) | [inline] |
std::string Message::getText | ( | ) | [inline] |
std::string Message::getTitle | ( | ) | [inline] |
std::string Message::getType | ( | void | ) |
std::string Message::text [private] |
Definition at line 20 of file MessageDispatcher.h.
std::string Message::title [private] |
Definition at line 19 of file MessageDispatcher.h.
Referenced by getTitle(), and Message().
MessageType Message::type [private] |
Definition at line 21 of file MessageDispatcher.h.