openMSX
|
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. | |
Used by a device to indicate when it is loading.
Definition at line 60 of file ThrottleManager.hh.
|
explicit |
Definition at line 54 of file ThrottleManager.cc.
openmsx::LoadingIndicator::~LoadingIndicator | ( | ) |
Definition at line 59 of file ThrottleManager.cc.
References 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().