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

Method appendToScriptEditor

Gui/Gui50.cpp:915–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915void
916Gui::appendToScriptEditor(const std::string & str)
917{
918 _imp->_scriptEditor->appendToScriptEditor( QString::fromUtf8( str.c_str() ) );
919}
920
921void
922Gui::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