openMSX
|
Public Member Functions | |
double | getTime () const |
void | reschedule () |
Public Member Functions inherited from openmsx::AfterCmd | |
const auto & | getCommand () const |
auto | getId () const |
auto | getIdStr () const |
void | execute () |
Protected Member Functions | |
AfterTimedCmd (Scheduler &scheduler, AfterCommand &afterCommand, TclObject command, double time) | |
Protected Member Functions inherited from openmsx::AfterCmd | |
AfterCmd (AfterCommand &afterCommand, TclObject command) | |
AfterCommand::Index | removeSelf () |
Additional Inherited Members | |
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 48 of file AfterCommand.cc.
|
protected |
Definition at line 484 of file AfterCommand.cc.
References reschedule().
double openmsx::AfterTimedCmd::getTime | ( | ) | const |
Definition at line 495 of file AfterCommand.cc.
void openmsx::AfterTimedCmd::reschedule | ( | ) |
Definition at line 500 of file AfterCommand.cc.
References openmsx::Schedulable::getCurrentTime(), openmsx::Schedulable::removeSyncPoint(), and openmsx::Schedulable::setSyncPoint().
Referenced by AfterTimedCmd().