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

Method disconnectActions

Qt/Python/pqPythonTextArea.cxx:159–164  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

157
158//-----------------------------------------------------------------------------
159void pqPythonTextArea::disconnectActions(pqPythonEditorActions& actions)
160{
161 pqPythonEditorActions::disconnect(actions, this->TextEdit.data());
162 pqPythonEditorActions::disconnect(actions, this->FileIO.data());
163 pqPythonEditorActions::disconnect(actions, &this->UndoStack);
164}
165
166//-----------------------------------------------------------------------------
167void pqPythonTextArea::unlink()

Callers 1

updateActionsMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected