openMSX
|
Public Member Functions | |
AfterTimeCmd (Scheduler &scheduler, AfterCommand &afterCommand, TclObject command, double time) | |
string | getType () const override |
![]() | |
double | getTime () const |
void | reschedule () |
![]() | |
virtual | ~AfterCmd ()=default |
string_view | getCommand () const |
const string & | getId () const |
void | execute () |
Additional Inherited Members | |
![]() | |
AfterTimedCmd (Scheduler &scheduler, AfterCommand &afterCommand, TclObject command, double time) | |
![]() | |
AfterCmd (AfterCommand &afterCommand, TclObject command) | |
unique_ptr< AfterCmd > | removeSelf () |
![]() | |
AfterCommand & | afterCommand |
TclObject | command |
string | id |
![]() | |
static unsigned | lastAfterId = 0 |
Definition at line 65 of file AfterCommand.cc.
openmsx::AfterTimeCmd::AfterTimeCmd | ( | Scheduler & | scheduler, |
AfterCommand & | afterCommand, | ||
TclObject | command, | ||
double | time | ||
) |
Definition at line 535 of file AfterCommand.cc.
|
overridevirtual |
Implements openmsx::AfterCmd.
Definition at line 543 of file AfterCommand.cc.