Class RunWorkflowWidget

Inheritance Relationships

Base Type

Class Documentation

class SmartPeak::RunWorkflowWidget : public SmartPeak::Widget

Public Functions

inline RunWorkflowWidget(ApplicationHandler &application_handler, SessionHandler &session_handler, WorkflowManager &workflow_manager)
virtual void draw() override

Interface to show the widget

NOTE: free to override in inherited implmementations

Protected Attributes

bool popup_file_picker_ = false
FilePicker file_picker_
ApplicationHandler &application_handler_
SessionHandler &session_handler_
WorkflowManager &workflow_manager_