MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / StartStopClicked

Method StartStopClicked

lib/queue/action-queue.cpp:256–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void ActionQueueSettingsDialog::StartStopClicked()
257{
258 if (_queue.IsRunning()) {
259 _queue.Stop();
260 } else {
261 _queue.Start();
262 }
263 UpdateLabels();
264}
265
266void ActionQueueSettingsDialog::ClearClicked()
267{

Callers

nothing calls this directly

Calls 3

IsRunningMethod · 0.80
StopMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected