MCPcopy Create free account
hub / github.com/TASEmulators/fceux / updateRecorderStatusLabel

Method updateRecorderStatusLabel

src/drivers/Qt/StateRecorderConf.cpp:522–534  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

520}
521//----------------------------------------------------------------------------
522void StateRecorderDialog_t::updateRecorderStatusLabel(void)
523{
524 bool isRunning = FCEU_StateRecorderRunning();
525
526 if (isRunning)
527 {
528 recStatusLbl->setText( tr("Recording") );
529 }
530 else
531 {
532 recStatusLbl->setText( tr("Off") );
533 }
534}
535//----------------------------------------------------------------------------
536void StateRecorderDialog_t::updateStatusDisplay(void)
537{

Callers

nothing calls this directly

Calls 3

setTextMethod · 0.80
trFunction · 0.50

Tested by

no test coverage detected