yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
workflow_activity_widgets.h File Reference
#include <chrono>
#include <functional>
#include <string>
#include <vector>
#include "app/editor/system/project_workflow_status.h"
#include "imgui/imgui.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaze::editor::workflow::WorkflowActionCallbacks
 
struct  yaze::editor::workflow::WorkflowButtonRect
 
struct  yaze::editor::workflow::WorkflowActionRowOptions
 
struct  yaze::editor::workflow::WorkflowActionRowResult
 

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< ProjectWorkflowHistoryEntryyaze::editor::workflow::SelectWorkflowPreviewEntries (const std::vector< ProjectWorkflowHistoryEntry > &history, size_t max_entries)