#include "app/editor/menu/status_bar.h"#include <algorithm>#include "absl/strings/str_format.h"#include "app/editor/events/core_events.h"#include "app/gui/core/icons.h"#include "app/gui/core/layout_helpers.h"#include "app/gui/core/style.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/theme_manager.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/themed_widgets.h"#include "imgui/imgui.h"#include "rom/rom.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::anonymous_namespace{status_bar.cc} |
Functions | |
| ImVec4 | yaze::editor::anonymous_namespace{status_bar.cc}::WorkflowStatusColor (ProjectWorkflowState state) |
| const char * | yaze::editor::anonymous_namespace{status_bar.cc}::WorkflowStatusIcon (const ProjectWorkflowStatus &status, const char *fallback) |
| float | yaze::editor::anonymous_namespace{status_bar.cc}::WorkflowStatusWidth (const ProjectWorkflowStatus &status, const char *fallback_icon) |
| void | yaze::editor::anonymous_namespace{status_bar.cc}::ApplySegmentInteraction (const StatusBarSegmentOptions &opts) |