Class Workflow

Inheritance Relationships

Base Type

Class Documentation

class SmartPeak::Workflow : public SmartPeak::Widget

Public Functions

inline Workflow(const std::string title, ApplicationHandler &application_handler, WorkflowManager &workflow_manager)
virtual void draw() override

Interface to show the widget

NOTE: free to override in inherited implmementations

Protected Attributes

ApplicationHandler &application_handler_
WorkflowStepWidget workflow_step_widget_
WorkflowManager &workflow_manager_