 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
21 #ifndef __ctkWorkflowButtonBoxWidget_h
22 #define __ctkWorkflowButtonBoxWidget_h
30 #include "ctkWidgetsExport.h"
35 class ctkWorkflowButtonBoxWidgetPrivate;
58 Q_PROPERTY(QString backButtonFormat
59 READ backButtonFormat WRITE setBackButtonFormat)
62 Q_PROPERTY(QString nextButtonFormat
66 READ nextButtonFormat WRITE setNextButtonFormat)
69 Q_PROPERTY(QString goToButtonsFormat
74 READ goToButtonsFormat WRITE setGoToButtonsFormat)
77 Q_PROPERTY(
bool hideGoToButtons READ hideGoToButtons WRITE setHideGoToButtons)
82 Q_PROPERTY(
bool hideInvalidButtons READ hideInvalidButtons WRITE setHideInvalidButtons)
159 QScopedPointer<ctkWorkflowButtonBoxWidgetPrivate>
d_ptr;
ctkWorkflowStep is the basis for a workflow step.
ctkWorkflow is the basis for a workflow engine, i.e. a state machine with enhancements to support ctk...