CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ctkWorkflowInterstepTransitionEvent Struct Reference

#include <Libs/Core/ctkWorkflowTransitions.h>

Inheritance diagram for ctkWorkflowInterstepTransitionEvent:
Inheritance graph
[legend]
Collaboration diagram for ctkWorkflowInterstepTransitionEvent:
Collaboration graph
[legend]

Public Member Functions

 ctkWorkflowInterstepTransitionEvent (int newTransitionType)
 EventTransitionType is the value of a transition event, used to conditionally trigger transitions. More...
 
 ctkWorkflowInterstepTransitionEvent (int newTransitionType, const QString &newId)
 

Static Public Member Functions

static int getWorkflowInterstepTransitionEventType ()
 

Public Attributes

QString EventId
 
int EventTransitionType
 

Detailed Description

Definition at line 106 of file ctkWorkflowTransitions.h.

Constructor & Destructor Documentation

◆ ctkWorkflowInterstepTransitionEvent() [1/2]

ctkWorkflowInterstepTransitionEvent::ctkWorkflowInterstepTransitionEvent ( int  newTransitionType)
inline

EventTransitionType is the value of a transition event, used to conditionally trigger transitions.

Definition at line 110 of file ctkWorkflowTransitions.h.

◆ ctkWorkflowInterstepTransitionEvent() [2/2]

ctkWorkflowInterstepTransitionEvent::ctkWorkflowInterstepTransitionEvent ( int  newTransitionType,
const QString &  newId 
)
inline

Definition at line 113 of file ctkWorkflowTransitions.h.

Member Function Documentation

◆ getWorkflowInterstepTransitionEventType()

static int ctkWorkflowInterstepTransitionEvent::getWorkflowInterstepTransitionEventType ( )
inlinestatic

Reserve a custom event type, ensuring that we are not re-using an event type that was previously used

Definition at line 120 of file ctkWorkflowTransitions.h.

Member Data Documentation

◆ EventId

QString ctkWorkflowInterstepTransitionEvent::EventId

Definition at line 127 of file ctkWorkflowTransitions.h.

◆ EventTransitionType

int ctkWorkflowInterstepTransitionEvent::EventTransitionType

Definition at line 126 of file ctkWorkflowTransitions.h.


The documentation for this struct was generated from the following file: