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

Method UpdateEntryData

plugins/base/macro-action-file.cpp:140–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void MacroActionFileEdit::UpdateEntryData()
141{
142 if (!_entryData) {
143 return;
144 }
145
146 _actions->setCurrentIndex(static_cast<int>(_entryData->_action));
147 _filePath->SetPath(_entryData->_file);
148 _text->setPlainText(_entryData->_text);
149
150 adjustSize();
151 updateGeometry();
152}
153
154void MacroActionFileEdit::PathChanged(const QString &text)
155{

Callers

nothing calls this directly

Calls 2

setPlainTextMethod · 0.80
SetPathMethod · 0.45

Tested by

no test coverage detected