MCPcopy Create free account
hub / github.com/CasparCG/client / compactView

Method compactView

src/Widgets/MainWindow.cpp:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void MainWindow::compactView(const CompactViewEvent& event)
271{
272 // We do not want to trigger check changed event.
273 this->compactViewAction->blockSignals(true);
274 this->compactViewAction->setChecked(event.getEnabled());
275 this->compactViewAction->blockSignals(false);
276}
277
278void MainWindow::repositoryRundown(const RepositoryRundownEvent& event)
279{

Callers

nothing calls this directly

Calls 2

fireCompactViewEventMethod · 0.80
getEnabledMethod · 0.45

Tested by

no test coverage detected