 |
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 __ctkWorkflowWidget_h
22 #define __ctkWorkflowWidget_h
27 class QAbstractButton;
31 #include "ctkWidgetsExport.h"
38 class ctkWorkflowWidgetPrivate;
47 Q_PROPERTY(
bool showButtonBoxWidget READ showButtonBoxWidget WRITE setShowButtonBoxWidget)
123 QScopedPointer<ctkWorkflowWidgetPrivate>
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...
ctkWorkflowGroupBox is a widget displaying the user interface elements, title, description and/or err...