#include <EventEntity.h>
Inheritance diagram for GUI::EventEntity:

Public Member Functions | |
| EventEntity (const std::string &event_id, WinMessage msg) | |
| Construct a new EventEntity object. | |
| const std::string & | getEventId () const |
| Return the event id. | |
| WinMessage & | getWinMessage () |
| Return the windows message. | |
| GUI::EventEntity::EventEntity | ( | const std::string & | event_id, | |
| WinMessage | msg | |||
| ) |
| const std::string & GUI::EventEntity::getEventId | ( | ) | const |
Return the event id.
| WinMessage & GUI::EventEntity::getWinMessage | ( | ) |
Return the windows message.
1.4.7