![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Custom transitions for use with ctkWorkflow. More...
#include <Libs/Core/ctkWorkflowTransitions.h>
Public Member Functions | |
ctkWorkflowIntrastepTransitionEvent (int newTransitionType) | |
EventTransitionType is the value of a transition event, used to conditionally trigger transitions. More... | |
Static Public Member Functions | |
static int | getWorkflowIntrastepTransitionEventType () |
Public Attributes | |
int | EventTransitionType |
Custom transitions for use with ctkWorkflow.
ctkWorkflowIntrastepTransition: for transition between states of the same step. The transition occurs only when the transition event's EventTransitionType matches the transition's TransitionType).
ctkWorkflowInterstepTransition: for transition between states of different steps. The transition occurs only when the transition event's EventTransitionType matches the transition's TransitionType and the transition event's EventId matches the transition's Id.
Definition at line 44 of file ctkWorkflowTransitions.h.
|
inline |
EventTransitionType is the value of a transition event, used to conditionally trigger transitions.
Definition at line 48 of file ctkWorkflowTransitions.h.
|
inlinestatic |
Reserve a custom event type, ensuring that we are not re-using an event type that was previously used
Definition at line 54 of file ctkWorkflowTransitions.h.
int ctkWorkflowIntrastepTransitionEvent::EventTransitionType |
Definition at line 60 of file ctkWorkflowTransitions.h.