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

Public Member Functions

 CapsLockAligner (EventDistributor &eventDistributor, MSXEventDistributor &msxEventDistributor, Scheduler &scheduler, Keyboard &keyboard)
virtual ~CapsLockAligner ()

Additional Inherited Members

- Private Member Functions inherited from openmsx::EventListener
virtual ~EventListener ()
virtual int signalEvent (const std::shared_ptr< const Event > &event)=0
 This method gets called when an event you are subscribed to occurs.
 EventListener ()
- Private Member Functions inherited from openmsx::Schedulable
virtual void executeUntil (EmuTime::param time, int userData)=0
 When the previously registered syncPoint is reached, this method gets called.
virtual void schedulerDeleted ()
 Just before the the Scheduler is deleted, it calls this method of all the Schedulables that are still registered.
SchedulergetScheduler () const
EmuTime::param getCurrentTime () const
 Convenience method: This is the same as getScheduler().getCurrentTime().
template<typename Archive >
void serialize (Archive &ar, unsigned version)
 Schedulable (Scheduler &scheduler)
virtual ~Schedulable ()
void setSyncPoint (EmuTime::param timestamp, int userData=0)
bool removeSyncPoint (int userData=0)
void removeSyncPoints ()
bool pendingSyncPoint (int userData=0) const

Detailed Description

Definition at line 123 of file Keyboard.cc.

Constructor & Destructor Documentation

openmsx::CapsLockAligner::CapsLockAligner ( EventDistributor eventDistributor,
MSXEventDistributor msxEventDistributor,
Scheduler scheduler,
Keyboard keyboard 
)
openmsx::CapsLockAligner::~CapsLockAligner ( )
virtual

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