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

Method Clear

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

Source from the content-addressed store, hash-verified

165}
166
167void mitk::LimitedLinearUndo::Clear()
168{
169 this->ClearList(&m_UndoList);
170 InvokeEvent(UndoEmptyEvent());
171
172 this->ClearList(&m_RedoList);
173 InvokeEvent(RedoEmptyEvent());
174}
175
176void mitk::LimitedLinearUndo::ClearRedoList()
177{

Callers

nothing calls this directly

Calls 1

ClearListMethod · 0.95

Tested by

no test coverage detected