MCPcopy 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
192std::size_t mitk::LimitedLinearUndo::GetUndoLimit() const
193{
194 return m_UndoLimit;
195}
196
197void mitk::LimitedLinearUndo::SetUndoLimit(std::size_t undoLimit)
198{

Callers 4

SetOperationEventMethod · 0.80
OnChangeLimitClickedMethod · 0.80
OnCheckLimitChangedMethod · 0.80
UpdateButtonStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected