MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setScriptWindow

Method setScriptWindow

scriptcontainer.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void ScriptContainer::setScriptWindow(ScriptingWindow *win)
104{
105 window = win;
106 connect(this, &ScriptContainer::sendLog, window, &ScriptingWindow::log);
107}
108
109void ScriptContainer::log(QJSValue logString)
110{

Callers 2

loadNewScriptMethod · 0.80
createNewScriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected