Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetUndoLimit
Method
GetUndoLimit
Modules/Core/src/Controllers/mitkLimitedLinearUndo.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
std::size_t mitk::LimitedLinearUndo::GetUndoLimit() const
193
{
194
return m_UndoLimit;
195
}
196
197
void mitk::LimitedLinearUndo::SetUndoLimit(std::size_t undoLimit)
198
{
Callers
4
SetOperationEvent
Method · 0.80
OnChangeLimitClicked
Method · 0.80
OnCheckLimitChanged
Method · 0.80
UpdateButtonStatus
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected