openMSX
Public Member Functions | List of all members
openmsx::CliCommandEvent Class Reference
Inheritance diagram for openmsx::CliCommandEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::CliCommandEvent:
Collaboration graph
[legend]

Public Member Functions

 CliCommandEvent (const string &command_, const CliConnection *id_)
const string & getCommand () const
const CliConnectiongetId () 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)

Detailed Description

Definition at line 34 of file CliConnection.cc.

Constructor & Destructor Documentation

openmsx::CliCommandEvent::CliCommandEvent ( const string &  command_,
const CliConnection id_ 
)
inline

Definition at line 37 of file CliConnection.cc.

Member Function Documentation

const string& openmsx::CliCommandEvent::getCommand ( ) const
inline

Definition at line 42 of file CliConnection.cc.

Referenced by lessImpl(), and toStringImpl().

const CliConnection* openmsx::CliCommandEvent::getId ( ) const
inline

Definition at line 46 of file CliConnection.cc.

virtual bool openmsx::CliCommandEvent::lessImpl ( const Event other) const
inlinevirtual

Implements openmsx::Event.

Definition at line 55 of file CliConnection.cc.

References getCommand().

virtual void openmsx::CliCommandEvent::toStringImpl ( TclObject result) const
inlinevirtual

Implements openmsx::Event.

Definition at line 50 of file CliConnection.cc.

References openmsx::TclObject::addListElement(), and getCommand().


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