openMSX
Public Member Functions | List of all members
openmsx::LoadingIndicator Class Reference

Used by a device to indicate when it is loading. More...

#include <ThrottleManager.hh>

Public Member Functions

 LoadingIndicator (ThrottleManager &throttleManager)
 
 ~LoadingIndicator ()
 
void update (bool newState)
 Called by the device to indicate its loading state may have changed.
 

Detailed Description

Used by a device to indicate when it is loading.

Definition at line 60 of file ThrottleManager.hh.

Constructor & Destructor Documentation

◆ LoadingIndicator()

openmsx::LoadingIndicator::LoadingIndicator ( ThrottleManager throttleManager)
explicit

Definition at line 54 of file ThrottleManager.cc.

◆ ~LoadingIndicator()

openmsx::LoadingIndicator::~LoadingIndicator ( )

Definition at line 59 of file ThrottleManager.cc.

References update().

Member Function Documentation

◆ update()

void openmsx::LoadingIndicator::update ( bool  newState)

Called by the device to indicate its loading state may have changed.

Definition at line 64 of file ThrottleManager.cc.

Referenced by openmsx::RealDrive::setMotor(), and ~LoadingIndicator().


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