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)
56 Q_INVOKABLE
virtual void setWorkflow(
ctkWorkflow* newWorkflow);
65 bool showButtonBoxWidget()
const;
66 void setShowButtonBoxWidget(
bool newShowButtonBoxWidget);
94 static void formatButton(QAbstractButton* button,
const QString& format,
ctkWorkflowWidgetStep* step);
123 QScopedPointer<ctkWorkflowWidgetPrivate>
d_ptr;
ctkWorkflowGroupBox is a widget displaying the user interface elements, title, description and/or err...
ctkWorkflow is the basis for a workflow engine, i.e. a state machine with enhancements to support ctk...
ctkWorkflowStep is the basis for a workflow step.