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

Method isDirty

Qt/Python/pqPythonFileIO.cxx:175–178  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

173
174//-----------------------------------------------------------------------------
175bool pqPythonFileIO::isDirty() const
176{
177 return this->TextEdit.document()->isModified();
178}
179
180//-----------------------------------------------------------------------------
181bool pqPythonFileIO::saveOnClose()

Callers 2

saveOnCloseMethod · 0.95
generateTabNameMethod · 0.45

Calls 1

isModifiedMethod · 0.45

Tested by

no test coverage detected