MCPcopy 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
144void mitk::Stepper::Next()
145{
146 if (!m_InverseDirection)
147 {
148 this->Increase();
149 }
150 else
151 {
152 this->Decrease();
153 }
154}
155
156void mitk::Stepper::Previous()
157{

Callers 5

AutoRotateNextStepMethod · 0.45
nextMethod · 0.45
mitkMultiStepperTestFunction · 0.45
IncreaseTimeStepMethod · 0.45
WriteMovieMethod · 0.45

Calls 2

IncreaseMethod · 0.95
DecreaseMethod · 0.95

Tested by 1

mitkMultiStepperTestFunction · 0.36