|
| CMovementMsg (Movement move) |
|
| CMovementMsg (Common::KeyCode key) |
|
bool | execute (CTreeItem *target, const ClassDef *classDef=nullptr, int flags=MSGFLAG_SCAN|MSGFLAG_BREAK_IF_HANDLED) |
|
bool | execute (const CString &target, const ClassDef *classDef=nullptr, int flags=MSGFLAG_SCAN|MSGFLAG_BREAK_IF_HANDLED) |
|
virtual bool | perform (CTreeItem *treeItem) |
|
void | save (SimpleFile *file, int indent) override |
|
void | load (SimpleFile *file) override |
|
virtual bool | isMouseMsg () const |
|
virtual bool | isButtonDownMsg () const |
|
virtual bool | isButtonUpMsg () const |
|
virtual bool | isMouseMoveMsg () const |
|
virtual bool | isDoubleClickMsg () const |
|
virtual bool | isEnterRoomMsg () const |
|
virtual bool | isPreEnterRoomMsg () const |
|
virtual bool | isleaveRoomMsg () const |
|
virtual bool | isEnterNodeMsg () const |
|
virtual bool | isPreEnterNodeMsg () const |
|
virtual bool | isLeaveNodeMsg () const |
|
virtual bool | isEnterViewMsg () const |
|
virtual bool | isPreEnterViewMsg () const |
|
virtual bool | isLeaveViewMsg () const |
|
virtual ClassDef * | getType () const |
|
bool | isInstanceOf (const ClassDef *classDef) const |
|
virtual void | saveHeader (SimpleFile *file, int indent) |
|
virtual void | saveFooter (SimpleFile *file, int indent) |
|
|
Movement | _movement |
|
Point | _posToUse |
|
| CLASSDEF |
|
| CLASSDEF |
|
◆ getMovement()
static Movement Titanic::CMovementMsg::getMovement |
( |
Common::KeyCode |
keycode | ) |
|
|
static |
Returns the movement associated with a given key, if any
The documentation for this class was generated from the following file: