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

Method ClearRedoList

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

Source from the content-addressed store, hash-verified

174}
175
176void mitk::LimitedLinearUndo::ClearRedoList()
177{
178 this->ClearList(&m_RedoList);
179 InvokeEvent(RedoEmptyEvent());
180}
181
182bool mitk::LimitedLinearUndo::RedoListEmpty()
183{

Callers

nothing calls this directly

Calls 1

ClearListMethod · 0.95

Tested by

no test coverage detected