Functions | |
| ImVec4 | WorkflowStatusColor (ProjectWorkflowState state) |
| const char * | WorkflowStatusIcon (const ProjectWorkflowStatus &status, const char *fallback) |
| float | WorkflowStatusWidth (const ProjectWorkflowStatus &status, const char *fallback_icon) |
| void | ApplySegmentInteraction (const StatusBarSegmentOptions &opts) |
| ImVec4 yaze::editor::anonymous_namespace{status_bar.cc}::WorkflowStatusColor | ( | ProjectWorkflowState | state | ) |
Definition at line 22 of file status_bar.cc.
References yaze::gui::GetErrorColor(), yaze::gui::GetInfoColor(), yaze::gui::GetSuccessColor(), yaze::gui::GetTextSecondaryVec4(), yaze::editor::kFailure, yaze::editor::kIdle, yaze::editor::kRunning, yaze::editor::kSuccess, and WorkflowStatusColor().
Referenced by WorkflowStatusColor().
| const char * yaze::editor::anonymous_namespace{status_bar.cc}::WorkflowStatusIcon | ( | const ProjectWorkflowStatus & | status, |
| const char * | fallback ) |
Definition at line 36 of file status_bar.cc.
References ICON_MD_CHECK_CIRCLE, ICON_MD_ERROR, ICON_MD_SYNC, yaze::editor::kFailure, yaze::editor::kIdle, yaze::editor::kRunning, yaze::editor::kSuccess, yaze::editor::ProjectWorkflowStatus::state, and WorkflowStatusIcon().
Referenced by WorkflowStatusIcon(), and WorkflowStatusWidth().

| float yaze::editor::anonymous_namespace{status_bar.cc}::WorkflowStatusWidth | ( | const ProjectWorkflowStatus & | status, |
| const char * | fallback_icon ) |
Definition at line 51 of file status_bar.cc.
References yaze::editor::ProjectWorkflowStatus::label, yaze::editor::ProjectWorkflowStatus::summary, yaze::editor::ProjectWorkflowStatus::visible, WorkflowStatusIcon(), and WorkflowStatusWidth().
Referenced by WorkflowStatusWidth().

| void yaze::editor::anonymous_namespace{status_bar.cc}::ApplySegmentInteraction | ( | const StatusBarSegmentOptions & | opts | ) |
Definition at line 65 of file status_bar.cc.
References ApplySegmentInteraction(), yaze::editor::StatusBarSegmentOptions::on_click, and yaze::editor::StatusBarSegmentOptions::tooltip.
Referenced by ApplySegmentInteraction().
