Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetOperationEvent
Method
SetOperationEvent
Modules/Core/src/Controllers/mitkUndoController.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
bool mitk::UndoController::SetOperationEvent(UndoStackItem *operationEvent)
61
{
62
m_CurUndoModel->SetOperationEvent(operationEvent);
63
return true;
64
}
65
66
bool mitk::UndoController::Undo()
67
{
Callers
8
FeedUndoStack
Method · 0.45
RegisterUndoRedoOperationEvent
Method · 0.45
WriteBackSegmentationResults
Method · 0.45
mitkVerboseLimitedLinearUndoTest
Function · 0.45
AddPoint
Method · 0.45
AddPoint
Method · 0.45
RemovePoint
Method · 0.45
FinishMove
Method · 0.45
Calls
no outgoing calls
Tested by
1
mitkVerboseLimitedLinearUndoTest
Function · 0.36