openMSX
|
Public Member Functions | |
AfterIdleCmd (Scheduler &scheduler, AfterCommand &afterCommand, TclObject command, double time) | |
Public Member Functions inherited from openmsx::AfterTimedCmd | |
double | getTime () const |
void | reschedule () |
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::AfterTimedCmd | |
AfterTimedCmd (Scheduler &scheduler, AfterCommand &afterCommand, TclObject command, double time) | |
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 73 of file AfterCommand.cc.
openmsx::AfterIdleCmd::AfterIdleCmd | ( | Scheduler & | scheduler, |
AfterCommand & | afterCommand, | ||
TclObject | command, | ||
double | time | ||
) |
Definition at line 532 of file AfterCommand.cc.