ManaPlus
|
#include <inputevent.h>
Public Member Functions | |
InputEvent (const InputActionT action0, const int mask0) | |
InputEvent (const std::string &args0, ChatTab *const tab0, const int mask0) | |
Data Fields | |
const std::string | args |
ChatTab *const | tab |
const InputActionT | action |
const int | mask |
Definition at line 49 of file inputevent.h.
|
inline |
Definition at line 51 of file inputevent.h.
|
inline |
Definition at line 59 of file inputevent.h.
const InputActionT InputEvent::action |
Definition at line 72 of file inputevent.h.
const std::string InputEvent::args |
Definition at line 70 of file inputevent.h.
Referenced by Actions::getAmountFromEvent(), and Actions::reportRelation().
const int InputEvent::mask |
Definition at line 73 of file inputevent.h.
ChatTab* const InputEvent::tab |
Definition at line 71 of file inputevent.h.
Referenced by Actions::changeRelation(), Actions::getNick(), and Actions::reportRelation().