openMSX
|
#include <Event.hh>
Public Member Functions | |
SimpleEvent (EventType type_) | |
void | toStringImpl (TclObject &result) const override |
bool | lessImpl (const Event &other) const override |
![]() | |
Event (const Event &)=delete | |
Event & | operator= (const Event &)=delete |
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. More... | |
virtual bool | matches (const Event &other) const |
Does this event 'match' the given event. More... | |
Additional Inherited Members | |
![]() | |
Event (EventType type_) | |
~Event () | |
|
inlineexplicit |
|
overridevirtual |
Implements openmsx::Event.
|
overridevirtual |
Implements openmsx::Event.
Definition at line 31 of file Event.cc.
References openmsx::TclObject::addListElement(), and openmsx::Event::getType().