openMSX
|
Public Member Functions | |
AfterSimpleEventCmd (AfterCommand &afterCommand, TclObject command, EventType type) | |
std::string_view | getType () const |
EventType | getTypeEnum () const |
![]() | |
const auto & | getCommand () const |
auto | getId () const |
auto | getIdStr () const |
void | execute () |
Additional Inherited Members | |
![]() | |
AfterCmd (AfterCommand &afterCommand, TclObject command) | |
AfterCommand::Index | removeSelf () |
![]() | |
AfterCommand & | afterCommand |
TclObject | command |
const unsigned | id |
![]() | |
static unsigned | lastAfterId = 0 |
Definition at line 78 of file AfterCommand.cc.
openmsx::AfterSimpleEventCmd::AfterSimpleEventCmd | ( | AfterCommand & | afterCommand, |
TclObject | command, | ||
EventType | type | ||
) |
Definition at line 590 of file AfterCommand.cc.
std::string_view openmsx::AfterSimpleEventCmd::getType | ( | ) | const |
Definition at line 597 of file AfterCommand.cc.
References openmsx::BOOT, openmsx::BREAK, openmsx::FINISH_FRAME, openmsx::MACHINE_LOADED, openmsx::QUIT, and UNREACHABLE.
|
inline |
Definition at line 85 of file AfterCommand.cc.