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

Method setPythonManager

Qt/Python/pqPythonScriptEditor.cxx:135–140  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

133
134//-----------------------------------------------------------------------------
135void pqPythonScriptEditor::setPythonManager(pqPythonManager* manager)
136{
137 this->PythonManager = manager;
138 this->Actions[pqPythonEditorActions::GeneralActionType::SaveFileAsMacro].setEnabled(
139 manager != nullptr);
140}
141
142//-----------------------------------------------------------------------------
143void pqPythonScriptEditor::createMenus()

Callers 3

editTraceMethod · 0.80
onTriggeredFunction · 0.80
editMacroMethod · 0.80

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected