openMSX
|
Public Member Functions | |
AfterSimpleEventCmd (AfterCommand &afterCommand, TclObject command, EventType type) | |
std::string_view | getType () const |
EventType | getTypeEnum () 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 81 of file AfterCommand.cc.
openmsx::AfterSimpleEventCmd::AfterSimpleEventCmd | ( | AfterCommand & | afterCommand, |
TclObject | command, | ||
EventType | type | ||
) |
Definition at line 543 of file AfterCommand.cc.
std::string_view openmsx::AfterSimpleEventCmd::getType | ( | ) | const |
Definition at line 550 of file AfterCommand.cc.
References openmsx::BOOT, openmsx::BREAK, openmsx::FINISH_FRAME, openmsx::MACHINE_LOADED, openmsx::QUIT, and UNREACHABLE.
|
inline |
Definition at line 88 of file AfterCommand.cc.