FIFE
2008.0
|
#include <ec_keyevent.h>
Public Member Functions | |
KeyEvent () | |
virtual | ~KeyEvent () |
virtual bool | isAltPressed () const |
virtual bool | isControlPressed () const |
virtual bool | isMetaPressed () const |
virtual bool | isShiftPressed () const |
virtual void | consume () |
virtual bool | isConsumed () const |
virtual void | consumedByWidgets () |
virtual void | setSource (IEventSource *source) |
virtual int32_t | getTimeStamp () const |
virtual void | setTimeStamp (int32_t timestamp) |
virtual const std::string & | getName () const |
virtual std::string | getDebugString () const |
![]() | |
InputEvent () | |
~InputEvent () | |
virtual std::string | getAttrStr () const |
![]() | |
Event () | |
virtual | ~Event () |
virtual IEventSource * | getSource () const |
Class for key events
Definition at line 45 of file ec_keyevent.h.
|
inline |
Constructor
Definition at line 55 of file ec_keyevent.h.
|
inlinevirtual |
Destructor.
Definition at line 63 of file ec_keyevent.h.
|
inlinevirtual |
Marks the event as consumed.
Reimplemented from FIFE::InputEvent.
Definition at line 83 of file ec_keyevent.h.
|
inlinevirtual |
Marks events as consumed by widget library.
Reimplemented from FIFE::InputEvent.
Definition at line 85 of file ec_keyevent.h.
|
inlinevirtual |
Gets the debugstring of the event
Reimplemented from FIFE::InputEvent.
Definition at line 96 of file ec_keyevent.h.
|
inlinevirtual |
Gets the name of the event
Reimplemented from FIFE::InputEvent.
Definition at line 92 of file ec_keyevent.h.
|
inlinevirtual |
Gets the timestamp of the event
Reimplemented from FIFE::InputEvent.
Definition at line 89 of file ec_keyevent.h.
|
inlinevirtual |
Checks whether alt is pressed.
Reimplemented from FIFE::InputEvent.
Definition at line 74 of file ec_keyevent.h.
|
inlinevirtual |
Checks if the event is consumed.
Reimplemented from FIFE::InputEvent.
Definition at line 84 of file ec_keyevent.h.
|
inlinevirtual |
Checks whether control is pressed.
Reimplemented from FIFE::InputEvent.
Definition at line 76 of file ec_keyevent.h.
|
inlinevirtual |
Checks whether meta is pressed.
Reimplemented from FIFE::InputEvent.
Definition at line 78 of file ec_keyevent.h.
|
inlinevirtual |
Checks whether shift is pressed.
Reimplemented from FIFE::InputEvent.
Definition at line 80 of file ec_keyevent.h.
|
inlinevirtual |
Sets the source of the event.
Reimplemented from FIFE::InputEvent.
Definition at line 88 of file ec_keyevent.h.
|
inlinevirtual |
Sets the timestamp of the event
Reimplemented from FIFE::InputEvent.
Definition at line 90 of file ec_keyevent.h.