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

Method StartPauseCDLogClicked

src/drivers/Qt/CodeDataLogger.cpp:405–419  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

403}
404//----------------------------------------------------
405void CodeDataLoggerDialog_t::StartPauseCDLogClicked(void)
406{
407 if (FCEUI_GetLoggingCD())
408 {
409 //printf("CD Logging Paused\n");
410 PauseCDLogging();
411 startPauseButton->setText(tr("Start"));
412 }
413 else
414 {
415 //printf("CD Logging Started\n");
416 StartCDLogging();
417 startPauseButton->setText(tr("Pause"));
418 }
419}
420//----------------------------------------------------
421void CodeDataLoggerDialog_t::saveCdlFile(void)
422{

Callers

nothing calls this directly

Calls 5

FCEUI_GetLoggingCDFunction · 0.85
setTextMethod · 0.80
PauseCDLoggingFunction · 0.70
StartCDLoggingFunction · 0.70
trFunction · 0.50

Tested by

no test coverage detected