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

Method redo

Qt/Python/pqPythonUndoCommand.cxx:57–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56//-----------------------------------------------------------------------------
57void pqPythonUndoCommand::redo()
58{
59 this->swapImpl(this->CurrentHistoryEntry);
60 this->Text.document()->setModified(true);
61}

Callers 1

eventFilterMethod · 0.45

Calls 2

swapImplMethod · 0.95
setModifiedMethod · 0.80

Tested by

no test coverage detected