|
openMSX
|


Public Member Functions | |
| CliCommandEvent (const string &command_, const CliConnection *id_) | |
| const string & | getCommand () const |
| const CliConnection * | getId () const |
| 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) | |
Definition at line 34 of file CliConnection.cc.
|
inline |
Definition at line 37 of file CliConnection.cc.
|
inline |
Definition at line 42 of file CliConnection.cc.
Referenced by lessImpl(), and toStringImpl().
|
inline |
Definition at line 46 of file CliConnection.cc.
|
inlinevirtual |
|
inlinevirtual |
Implements openmsx::Event.
Definition at line 50 of file CliConnection.cc.
References openmsx::TclObject::addListElement(), and getCommand().
1.8.1.2