|
openMSX
|
#include <Event.hh>


Public Member Functions | |
| SimpleEvent (EventType type) | |
| virtual void | toStringImpl (TclObject &result) const |
| virtual bool | lessImpl (const Event &other) const |
Public Member Functions inherited from openmsx::Event | |
| virtual | ~Event () |
| EventType | getType () const |
| std::string | toString () const |
| bool | operator< (const Event &other) const |
| bool | operator== (const Event &other) const |
| bool | operator!= (const Event &other) const |
| virtual bool | isRepeatStopper (const Event &) const |
| Should 'bind -repeat' be stopped by 'other' event. | |
| virtual bool | matches (const Event &other) const |
| Does this event 'match' the given event. | |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::Event | |
| Event (EventType type) | |
|
virtual |
Implements openmsx::Event.
|
virtual |
Implements openmsx::Event.
Definition at line 45 of file Event.cc.
References openmsx::TclObject::addListElement(), and openmsx::Event::getType().
1.8.1.2