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

Method ActionChanged

lib/macro/macro-action-queue.cpp:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void MacroActionQueueEdit::ActionChanged(int value)
188{
189 GUARD_LOADING_AND_LOCK();
190 _entryData->_action = static_cast<MacroActionQueue::Action>(value);
191 SetWidgetVisibility();
192 emit HeaderInfoChanged(
193 QString::fromStdString(_entryData->GetShortDesc()));
194}
195
196void MacroActionQueueEdit::SetWidgetVisibility()
197{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected