openMSX
|
Public Member Functions | |
AfterInputEventCmd (AfterCommand &afterCommand, Event event, TclObject command) | |
const Event & | getEvent () const |
Public Member Functions inherited from openmsx::AfterCmd | |
const auto & | getCommand () const |
auto | getId () const |
auto | getIdStr () const |
void | execute () |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::AfterCmd | |
AfterCmd (AfterCommand &afterCommand, TclObject command) | |
AfterCommand::Index | removeSelf () |
Protected Attributes inherited from openmsx::AfterCmd | |
AfterCommand & | afterCommand |
TclObject | command |
const unsigned | id |
Static Protected Attributes inherited from openmsx::AfterCmd | |
static unsigned | lastAfterId = 0 |
Definition at line 93 of file AfterCommand.cc.
openmsx::AfterInputEventCmd::AfterInputEventCmd | ( | AfterCommand & | afterCommand, |
Event | event, | ||
TclObject | command | ||
) |
Definition at line 566 of file AfterCommand.cc.
|
inline |
Definition at line 99 of file AfterCommand.cc.