#include <functional>#include <string>#include <unordered_map>#include <vector>#include "app/editor/core/editor_context.h"#include "app/editor/events/ui_events.h"#include "app/editor/system/project_workflow_status.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::StatusBarSegmentOptions |
| Optional behavior for an interactive status bar segment. More... | |
| class | yaze::editor::StatusBar |
| A session-aware status bar displayed at the bottom of the application. More... | |
| struct | yaze::editor::StatusBar::CustomSegment |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |