Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ Next
Method
Next
Modules/Core/src/Controllers/mitkStepper.cpp:144–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void mitk::Stepper::Next()
145
{
146
if (!m_InverseDirection)
147
{
148
this->Increase();
149
}
150
else
151
{
152
this->Decrease();
153
}
154
}
155
156
void mitk::Stepper::Previous()
157
{
Callers
5
AutoRotateNextStep
Method · 0.45
next
Method · 0.45
mitkMultiStepperTest
Function · 0.45
IncreaseTimeStep
Method · 0.45
WriteMovie
Method · 0.45
Calls
2
Increase
Method · 0.95
Decrease
Method · 0.95
Tested by
1
mitkMultiStepperTest
Function · 0.36