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

Method allowRemoteTriggering

src/Widgets/MainWindow.cpp:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void MainWindow::allowRemoteTriggering(const AllowRemoteTriggeringEvent& event)
263{
264 // We do not want to trigger check changed event.
265 this->allowRemoteTriggeringAction->blockSignals(true);
266 this->allowRemoteTriggeringAction->setChecked(event.getEnabled());
267 this->allowRemoteTriggeringAction->blockSignals(false);
268}
269
270void MainWindow::compactView(const CompactViewEvent& event)
271{

Callers

nothing calls this directly

Calls 2

getEnabledMethod · 0.45

Tested by

no test coverage detected