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

Method UpdateEntryData

plugins/base/macro-action-recording.cpp:213–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void MacroActionRecordEdit::UpdateEntryData()
214{
215 if (!_entryData) {
216 return;
217 }
218 _actions->setCurrentIndex(static_cast<int>(_entryData->_action));
219 _recordFolder->SetPath(_entryData->_folder);
220 _recordFileFormat->setText(_entryData->_fileFormat);
221 _chapterName->setText(_entryData->_chapterName);
222 SetWidgetVisibility();
223}
224
225static bool isPauseAction(MacroActionRecord::Action a)
226{

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.80
SetPathMethod · 0.45

Tested by

no test coverage detected