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

Method ClearSegmentWidgetCacheFor

lib/macro/macro-edit.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void MacroEdit::ClearSegmentWidgetCacheFor(Macro *macro) const
258{
259 ui->conditionsList->ClearWidgetsFromCacheFor(macro);
260 ui->actionsList->ClearWidgetsFromCacheFor(macro);
261 ui->elseActionsList->ClearWidgetsFromCacheFor(macro);
262}
263
264void MacroEdit::SetControlsDisabled(bool disable) const
265{

Callers 1

RemoveMacroMethod · 0.45

Calls 1

Tested by

no test coverage detected