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

Method save

Qt/Python/pqPythonFileIO.cxx:235–245  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

233
234//-----------------------------------------------------------------------------
235bool pqPythonFileIO::save()
236{
237 if (this->File.Name.isEmpty())
238 {
239 return this->saveAs();
240 }
241 else
242 {
243 return this->saveBuffer(this->File.Name, this->File.Location);
244 }
245}
246
247//-----------------------------------------------------------------------------
248void pqPythonFileIO::setModified(bool modified)

Callers 15

saveOnCloseMethod · 0.95
ProcessMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintBackgroundMethod · 0.45
paintTimeTrackMethod · 0.45
paintSourceTrackMethod · 0.45
paintAnimationTrackMethod · 0.45
paintTimelineMethod · 0.45

Calls 3

saveAsMethod · 0.95
saveBufferMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected