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

Method setText

Qt/Python/pqPythonTextArea.cxx:126–130  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

124
125//-----------------------------------------------------------------------------
126void pqPythonTextArea::setText(const QString& text)
127{
128 this->TextEdit->setPlainText(text);
129 this->FileIO->setModified(true);
130}
131
132//-----------------------------------------------------------------------------
133bool pqPythonTextArea::openFile(const QString& filename, vtkTypeUInt32 location)

Callers 9

addMacroMethod · 0.45
linkMethod · 0.45
pqPythonEditorActionsMethod · 0.45
updateScriptsListMethod · 0.45
swapImplMethod · 0.45
loadFileMethod · 0.45
mousePressEventMethod · 0.45
updateTraceMethod · 0.45
stopTraceMethod · 0.45

Calls 1

setModifiedMethod · 0.80

Tested by

no test coverage detected