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

Method ScriptChanged

plugins/scripting/macro-segment-script-inline.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void MacroSegmentScriptInlineEdit::ScriptChanged()
97{
98 GUARD_LOADING_AND_LOCK();
99 _entryData->SetScript(_script->toPlainText().toStdString());
100 adjustSize();
101 updateGeometry();
102}
103
104void MacroSegmentScriptInlineEdit::PathChanged(const QString &path)
105{

Callers

nothing calls this directly

Calls 1

SetScriptMethod · 0.80

Tested by

no test coverage detected