Class Workflow¶
Defined in File Workflow.h
Inheritance Relationships¶
Base Type¶
public SmartPeak::Widget(Class Widget)
Class Documentation¶
-
class
SmartPeak::Workflow: public SmartPeak::Widget¶ Public Functions
-
inline
Workflow(const std::string title, ApplicationHandler &application_handler)¶
-
virtual void
draw() override¶ Interface to show the widget
NOTE: free to override in inherited implmementations
-
inline void
setEditable(bool editable)¶
Protected Attributes
-
ApplicationHandler &
application_handler_¶
-
WorkflowStepWidget
workflow_step_widget_¶
-
bool
editable_= true¶
-
inline