openMSX
Public Member Functions | List of all members
openmsx::AfterEventCmd< T > Class Template Referencefinal
Inheritance diagram for openmsx::AfterEventCmd< T >:
Inheritance graph
[legend]
Collaboration diagram for openmsx::AfterEventCmd< T >:
Collaboration graph
[legend]

Public Member Functions

 AfterEventCmd (AfterCommand &afterCommand, const TclObject &type, TclObject command)
 
string getType () const override
 
- Public Member Functions inherited from openmsx::AfterCmd
virtual ~AfterCmd ()=default
 
string_view getCommand () const
 
const string & getId () const
 
void execute ()
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::AfterCmd
 AfterCmd (AfterCommand &afterCommand, TclObject command)
 
unique_ptr< AfterCmdremoveSelf ()
 
- Protected Attributes inherited from openmsx::AfterCmd
AfterCommandafterCommand
 
TclObject command
 
string id
 
- Static Protected Attributes inherited from openmsx::AfterCmd
static unsigned lastAfterId = 0
 

Detailed Description

template<EventType T>
class openmsx::AfterEventCmd< T >

Definition at line 84 of file AfterCommand.cc.

Constructor & Destructor Documentation

◆ AfterEventCmd()

template<EventType T>
openmsx::AfterEventCmd< T >::AfterEventCmd ( AfterCommand afterCommand,
const TclObject type,
TclObject  command 
)

Definition at line 568 of file AfterCommand.cc.

Member Function Documentation

◆ getType()

template<EventType T>
string openmsx::AfterEventCmd< T >::getType
overridevirtual

Implements openmsx::AfterCmd.

Definition at line 576 of file AfterCommand.cc.


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