openMSX
|
Public Member Functions | |
const auto & | getCommand () const |
auto | getId () const |
auto | getIdStr () const |
void | execute () |
Protected Member Functions | |
AfterCmd (AfterCommand &afterCommand, TclObject command) | |
AfterCommand::Index | removeSelf () |
Protected Attributes | |
AfterCommand & | afterCommand |
TclObject | command |
const unsigned | id |
Static Protected Attributes | |
static unsigned | lastAfterId = 0 |
Definition at line 30 of file AfterCommand.cc.
|
protected |
Definition at line 454 of file AfterCommand.cc.
void openmsx::AfterCmd::execute | ( | ) |
|
inline |
Definition at line 33 of file AfterCommand.cc.
References command.
|
inline |
Definition at line 34 of file AfterCommand.cc.
References id.
|
inline |
Definition at line 35 of file AfterCommand.cc.
References tmpStrCat().
|
protected |
Definition at line 469 of file AfterCommand.cc.
References afterCommand, and rfind_if_unguarded().
|
protected |
Definition at line 42 of file AfterCommand.cc.
Referenced by execute(), and removeSelf().
|
protected |
Definition at line 43 of file AfterCommand.cc.
Referenced by execute(), and getCommand().
|
protected |
Definition at line 44 of file AfterCommand.cc.
Referenced by getId().
|
inlinestaticprotected |
Definition at line 45 of file AfterCommand.cc.