Class RunWorkflowWidget¶
Defined in File RunWorkflowWidget.h
Inheritance Relationships¶
Base Type¶
public SmartPeak::Widget(Class Widget)
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_¶
-
inline