openMSX
Public Member Functions | List of all members
openmsx::AfterIdleCmd Class Referencefinal
Inheritance diagram for openmsx::AfterIdleCmd:
Inheritance graph
[legend]
Collaboration diagram for openmsx::AfterIdleCmd:
Collaboration graph
[legend]

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
AfterCommandafterCommand
 
TclObject command
 
const unsigned id
 
- Static Protected Attributes inherited from openmsx::AfterCmd
static unsigned lastAfterId = 0
 

Detailed Description

Definition at line 70 of file AfterCommand.cc.

Constructor & Destructor Documentation

◆ AfterIdleCmd()

openmsx::AfterIdleCmd::AfterIdleCmd ( Scheduler scheduler,
AfterCommand afterCommand,
TclObject  command,
double  time 
)

Definition at line 579 of file AfterCommand.cc.


The documentation for this class was generated from the following file: