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

Method ConditionChanged

lib/macro/macro-condition-queue.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void MacroConditionQueueEdit::ConditionChanged(int condition)
117{
118 GUARD_LOADING_AND_LOCK();
119 _entryData->_condition =
120 static_cast<MacroConditionQueue::Condition>(condition);
121 emit HeaderInfoChanged(
122 QString::fromStdString(_entryData->GetShortDesc()));
123 SetWidgetVisibility();
124}
125
126void MacroConditionQueueEdit::QueueChanged(const QString &text)
127{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected