openMSX
|
#include <InputEvents.hh>
Public Member Functions | |
ResizeEvent (unsigned x, unsigned y) | |
unsigned | getX () const |
unsigned | getY () const |
TclObject | toTclList () const override |
Similar to toString(), but retains the structure of the event. More... | |
![]() | |
Event (const Event &)=delete | |
Event & | operator= (const Event &)=delete |
EventType | getType () const |
std::string | toString () const |
Get a string representation of this event. More... | |
bool | operator< (const Event &other) const |
bool | operator> (const Event &other) const |
bool | operator<= (const Event &other) 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 ()=default | |
Definition at line 227 of file InputEvents.hh.
openmsx::ResizeEvent::ResizeEvent | ( | unsigned | x, |
unsigned | y | ||
) |
Definition at line 298 of file InputEvents.cc.
|
inline |
|
inline |
Definition at line 232 of file InputEvents.hh.
Referenced by toTclList().
|
overridevirtual |
Similar to toString(), but retains the structure of the event.
Implements openmsx::Event.
Definition at line 303 of file InputEvents.cc.
References getX(), getY(), and openmsx::makeTclList().