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

Method updateScriptList

Qt/Python/pqPythonScriptEditor.cxx:228–233  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

226
227//-----------------------------------------------------------------------------
228void pqPythonScriptEditor::updateScriptList()
229{
230 auto editor = pqPythonScriptEditor::getUniqueInstance();
231 editor->Actions.updateScriptsList(editor->PythonManager);
232 editor->Actions.FillQMenu(editor->scriptMenus);
233}
234
235//-----------------------------------------------------------------------------
236void pqPythonScriptEditor::updateTrace(const QString& str)

Callers 1

updateScriptsListMethod · 0.80

Calls 2

updateScriptsListMethod · 0.80
FillQMenuMethod · 0.80

Tested by

no test coverage detected