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

Method setModified

Qt/Python/pqPythonFileIO.cxx:248–255  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

246
247//-----------------------------------------------------------------------------
248void pqPythonFileIO::setModified(bool modified)
249{
250 this->TextEdit.document()->setModified(modified);
251 if (modified)
252 {
253 this->contentChanged();
254 }
255}
256
257//-----------------------------------------------------------------------------
258bool pqPythonFileIO::saveAs()

Callers 5

openFileMethod · 0.95
saveBufferMethod · 0.95
setTextMethod · 0.80
undoMethod · 0.80
redoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected