MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / appendToScriptEditor

Method appendToScriptEditor

Gui/Gui50.cpp:921–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919}
920
921void
922Gui::appendToScriptEditor(const std::string & str)
923{
924 _imp->_scriptEditor->appendToScriptEditor( QString::fromUtf8( str.c_str() ) );
925}
926
927void
928Gui::printAutoDeclaredVariable(const std::string & str)

Callers 8

setObjectName_mt_safeMethod · 0.45
keyPressEventMethod · 0.45
addMenuEntryMethod · 0.45
onKnobValueChangedMethod · 0.45
closePaneMethod · 0.45
xml_iarchive>Method · 0.45
setSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected