MCPcopy Create free account
hub / github.com/MITK/MITK / Redo

Method Redo

Modules/Core/src/Controllers/mitkLimitedLinearUndo.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool mitk::LimitedLinearUndo::Redo(bool)
129{
130 return Redo();
131}
132
133bool mitk::LimitedLinearUndo::Redo()
134{

Callers

nothing calls this directly

Calls 6

GetObjectEventIdMethod · 0.80
backMethod · 0.80
ReverseAndExecuteMethod · 0.80
pop_backMethod · 0.80
emptyMethod · 0.45
RequestUpdateAllMethod · 0.45

Tested by

no test coverage detected