Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void mitk::LimitedLinearUndo::ClearRedoList()
177
{
178
this->ClearList(&m_RedoList);
179
InvokeEvent(RedoEmptyEvent());
180
}
181
182
bool mitk::LimitedLinearUndo::RedoListEmpty()
183
{
Callers
nothing calls this directly
Calls
1
ClearList
Method · 0.95
Tested by
no test coverage detected