openMSX
Public Member Functions | List of all members
openmsx::FinishFrameEvent Class Referencefinal

This event is send when a device (v99x8, v9990, video9000, laserdisc) reaches the end of a frame. More...

#include <Event.hh>

Inheritance diagram for openmsx::FinishFrameEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::FinishFrameEvent:
Collaboration graph
[legend]

Public Member Functions

 FinishFrameEvent (int thisSource_, int selectedSource_, bool skipped_)
 
int getSource () const
 
int getSelectedSource () const
 
bool isSkipped () const
 
bool needRender () const
 

Detailed Description

This event is send when a device (v99x8, v9990, video9000, laserdisc) reaches the end of a frame.

This event has info on:

Definition at line 323 of file Event.hh.

Constructor & Destructor Documentation

◆ FinishFrameEvent()

openmsx::FinishFrameEvent::FinishFrameEvent ( int  thisSource_,
int  selectedSource_,
bool  skipped_ 
)
inline

Definition at line 326 of file Event.hh.

Member Function Documentation

◆ getSelectedSource()

int openmsx::FinishFrameEvent::getSelectedSource ( ) const
inline

Definition at line 334 of file Event.hh.

◆ getSource()

int openmsx::FinishFrameEvent::getSource ( ) const
inline

Definition at line 333 of file Event.hh.

◆ isSkipped()

bool openmsx::FinishFrameEvent::isSkipped ( ) const
inline

Definition at line 335 of file Event.hh.

◆ needRender()

bool openmsx::FinishFrameEvent::needRender ( ) const
inline

Definition at line 336 of file Event.hh.


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