#include <workflow_activity_widgets.h>
Public Attributes | |
| std::function< void()> | start_build |
| std::function< void()> | run_project |
| std::function< void()> | show_output |
| std::function< void()> | cancel_build |
Definition at line 14 of file workflow_activity_widgets.h.
| std::function<void()> yaze::editor::workflow::WorkflowActionCallbacks::start_build |
Definition at line 15 of file workflow_activity_widgets.h.
Referenced by yaze::editor::workflow::DrawHistoryActionRow(), yaze::editor::workflow::ProjectWorkflowOutputPanel::DrawHistoryEntry(), and yaze::editor::RightDrawerManager::DrawNotificationsPanel().
| std::function<void()> yaze::editor::workflow::WorkflowActionCallbacks::run_project |
Definition at line 16 of file workflow_activity_widgets.h.
Referenced by yaze::editor::workflow::DrawHistoryActionRow(), yaze::editor::workflow::ProjectWorkflowOutputPanel::DrawHistoryEntry(), and yaze::editor::RightDrawerManager::DrawNotificationsPanel().
| std::function<void()> yaze::editor::workflow::WorkflowActionCallbacks::show_output |
Definition at line 17 of file workflow_activity_widgets.h.
Referenced by yaze::editor::workflow::DrawHistoryActionRow(), and yaze::editor::RightDrawerManager::DrawNotificationsPanel().
| std::function<void()> yaze::editor::workflow::WorkflowActionCallbacks::cancel_build |
Definition at line 18 of file workflow_activity_widgets.h.