MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / recordControlUpdate

Method recordControlUpdate

gui/qt/mainwindow.cpp:1786–1795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784}
1785
1786void MainWindow::recordControlUpdate() {
1787 m_recording = false;
1788 ui->apngSkip->setEnabled(true);
1789 ui->actionRecordAnimated->setEnabled(true);
1790 ui->buttonRecordAnimated->setEnabled(true);
1791 ui->actionRecordAnimated->setChecked(false);
1792 ui->buttonRecordAnimated->setText(tr("Record"));
1793 ui->actionRecordAnimated->setText(tr("Record animated PNG..."));
1794 m_msgLabel.clear();
1795}
1796
1797void RecordingThread::run() {
1798 apng_save(m_filename.toStdString().c_str(), m_optimize);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected