#include <chrono>#include <functional>#include <string>#include <vector>#include "app/editor/system/project_workflow_status.h"#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::workflow |
Functions | |
| std::string | yaze::editor::workflow::FormatHistoryTime (std::chrono::system_clock::time_point timestamp) |
| ImVec4 | yaze::editor::workflow::WorkflowColor (ProjectWorkflowState state) |
| const char * | yaze::editor::workflow::WorkflowIcon (const ProjectWorkflowStatus &status, const char *fallback_icon) |
| std::string | yaze::editor::workflow::BuildCopyPayload (const ProjectWorkflowStatus &status, const std::string &output_log) |
| WorkflowButtonRect | yaze::editor::workflow::DrawCopyCurrentLogButton (const std::string &build_log) |
| WorkflowActionRowResult | yaze::editor::workflow::DrawHistoryActionRow (const ProjectWorkflowHistoryEntry &entry, const WorkflowActionCallbacks &callbacks, const WorkflowActionRowOptions &options) |
| std::vector< ProjectWorkflowHistoryEntry > | yaze::editor::workflow::SelectWorkflowPreviewEntries (const std::vector< ProjectWorkflowHistoryEntry > &history, size_t max_entries) |