MCPcopy Create free account
hub / github.com/Kitware/ParaView / open

Method open

Qt/Python/pqPythonScriptEditor.cxx:117–120  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

115
116//-----------------------------------------------------------------------------
117void pqPythonScriptEditor::open(const QString& filename)
118{
119 this->TabWidget->addNewTextArea(filename);
120}
121
122//-----------------------------------------------------------------------------
123void pqPythonScriptEditor::load(const QString& filename)

Callers 13

parseMethod · 0.45
parseSettingFileMethod · 0.45
processScriptMethod · 0.45
onButtonPressedMethod · 0.45
updatePluginMethod · 0.45
saveEqualizerMethod · 0.45
loadEqualizerMethod · 0.45
updateScriptsListMethod · 0.45
addMacroMethod · 0.45
editMacroMethod · 0.45

Calls 1

addNewTextAreaMethod · 0.80

Tested by

no test coverage detected