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

Function onTriggered

Qt/ApplicationComponents/pqPythonScriptEditorReaction.h:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23protected Q_SLOTS:
24 void onTriggered() override
25 {
26 pqPythonScriptEditor* pyEditor = pqPythonScriptEditor::getUniqueInstance();
27 pqPythonManager* pythonManager = pqPVApplicationCore::instance()->pythonManager();
28
29 pyEditor->setPythonManager(pythonManager);
30 pyEditor->show();
31 pyEditor->raise();
32 pyEditor->activateWindow();
33 }
34
35private:
36 Q_DISABLE_COPY(pqPythonScriptEditorReaction)

Callers

nothing calls this directly

Calls 4

instanceFunction · 0.85
pythonManagerMethod · 0.80
setPythonManagerMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected