openMSX
Public Member Functions | List of all members
openmsx::SimpleEvent Class Reference

#include <Event.hh>

Inheritance diagram for openmsx::SimpleEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::SimpleEvent:
Collaboration graph
[legend]

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)

Detailed Description

Definition at line 124 of file Event.hh.

Constructor & Destructor Documentation

openmsx::SimpleEvent::SimpleEvent ( EventType  type)
inline

Definition at line 127 of file Event.hh.

Member Function Documentation

bool openmsx::SimpleEvent::lessImpl ( const Event other) const
virtual

Implements openmsx::Event.

Definition at line 51 of file Event.cc.

void openmsx::SimpleEvent::toStringImpl ( TclObject result) const
virtual

Implements openmsx::Event.

Definition at line 45 of file Event.cc.

References openmsx::TclObject::addListElement(), and openmsx::Event::getType().


The documentation for this class was generated from the following files: