MCPcopy Create free account
hub / github.com/christophhart/HISE / ~ScriptingEditor

Method ~ScriptingEditor

hi_scripting/scripting/components/ScriptingEditor.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128ScriptingEditor::~ScriptingEditor()
129{
130 scriptContent = nullptr;
131 codeEditor = nullptr;
132 callbackButtons.clear();
133 contentButton = nullptr;
134 lastPositions.clear();
135 doc = nullptr;
136}
137
138JavascriptProcessor* ScriptingEditor::getScriptEditHandlerProcessor()
139{ return dynamic_cast<JavascriptProcessor*>(getProcessor()); }

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected