A session-aware status bar displayed at the bottom of the application. More...
#include <status_bar.h>

Classes | |
| struct | CustomSegment |
Public Member Functions | |
| StatusBar ()=default | |
| ~StatusBar ()=default | |
| void | Initialize (GlobalEditorContext *context) |
| void | SetEnabled (bool enabled) |
| Enable or disable the status bar. | |
| bool | IsEnabled () const |
| void | SetRom (Rom *rom) |
| Set the current ROM for dirty status and filename display. | |
| void | SetSessionInfo (size_t session_id, size_t total_sessions, const std::string &display_name={}) |
| Set session information. | |
| void | SetActiveEditor (const std::string &name) |
| Set the active editor category/name for the context strip. | |
| void | SetActiveEditor (const std::string &name, StatusBarSegmentOptions options) |
| void | ClearActiveEditor () |
| void | SetDirtyScope (const std::string &short_label) |
| Compact dirty-scope chip (ROM / Project / Rooms / …). | |
| void | SetDirtyScope (const std::string &short_label, StatusBarSegmentOptions options) |
| void | ClearDirtyScope () |
| const std::string & | active_editor_for_test () const |
| bool | has_active_editor_for_test () const |
| const std::string & | dirty_scope_for_test () const |
| bool | has_dirty_scope_for_test () const |
| const std::string & | session_display_name_for_test () const |
| void | SetCursorPosition (int x, int y, const char *label="Pos") |
| Set cursor/mouse position in editor coordinates. | |
| void | SetCursorPosition (int x, int y, const char *label, StatusBarSegmentOptions options) |
| void | ClearCursorPosition () |
| Clear cursor position (no cursor in editor) | |
| void | SetSelection (int count, int width=0, int height=0) |
| Set selection information. | |
| void | ClearSelection () |
| Clear selection info. | |
| void | SetZoom (float level) |
| Set current zoom level. | |
| void | SetZoom (float level, StatusBarSegmentOptions options) |
| void | ClearZoom () |
| Clear zoom display. | |
| void | SetEditorMode (const std::string &mode) |
| Set the current editor mode or tool. | |
| void | SetEditorMode (const std::string &mode, StatusBarSegmentOptions options) |
| void | ClearEditorMode () |
| Clear editor mode display. | |
| void | SetCustomSegment (const std::string &key, const std::string &value) |
| Set a custom segment with key-value pair. | |
| void | SetCustomSegment (const std::string &key, const std::string &value, StatusBarSegmentOptions options) |
| void | ClearCustomSegment (const std::string &key) |
| Remove a custom segment. | |
| void | ClearAllContext () |
| Clear all context (cursor, selection, zoom, mode, custom) | |
| void | ClearEditorContributions () |
| Clear frame-scoped editor contributions. | |
| void | SetAgentInfo (const std::string &provider, const std::string &model, bool active) |
| void | ClearAgentInfo () |
| void | SetBuildStatus (const ProjectWorkflowStatus &status) |
| void | SetRunStatus (const ProjectWorkflowStatus &status) |
| void | ClearProjectWorkflowStatus () |
| void | SetAgentToggleCallback (std::function< void()> callback) |
| void | Draw () |
| Draw the status bar. | |
| float | GetHeight () const |
| Get the height of the status bar. | |
Static Public Attributes | |
| static constexpr float | kStatusBarHeight = 24.0f |
| static constexpr float | kStatusBarTouchHeight = 44.0f |
Private Member Functions | |
| void | HandleStatusUpdate (const StatusUpdateEvent &event) |
| void | DrawRomSegment () |
| void | DrawSessionSegment () |
| void | DrawActiveEditorSegment () |
| void | DrawDirtyScopeSegment () |
| void | DrawCursorSegment () |
| void | DrawSelectionSegment () |
| void | DrawZoomSegment () |
| void | DrawModeSegment () |
| void | DrawAgentSegment () |
| void | DrawProjectWorkflowSegment (const ProjectWorkflowStatus &status, const char *default_icon) |
| void | DrawCustomSegments () |
| void | DrawSeparator () |
A session-aware status bar displayed at the bottom of the application.
The StatusBar sits outside the ImGui dockspace (like the sidebars) and displays:
Each editor can update its relevant segments by calling the Set* methods or publishing StatusUpdateEvents to the event bus.
Usage:
Definition at line 57 of file status_bar.h.
|
default |
|
default |
| void yaze::editor::StatusBar::Initialize | ( | GlobalEditorContext * | context | ) |
Definition at line 91 of file status_bar.cc.
References ClearSelection(), context_, yaze::editor::GlobalEditorContext::GetEventBus(), HandleStatusUpdate(), SetSelection(), SetZoom(), and yaze::EventBus::Subscribe().
Referenced by yaze::editor::EditorManager::EditorManager().
|
inline |
Enable or disable the status bar.
Definition at line 71 of file status_bar.h.
References enabled_.
Referenced by yaze::editor::MenuOrchestrator::AddAppearanceMenuItems(), yaze::editor::SettingsPanel::DrawAppearanceSettings(), yaze::editor::EditorManager::LoadAssets(), and yaze::editor::EditorManager::LoadAssetsLazy().
|
inline |
Definition at line 72 of file status_bar.h.
References enabled_.
Referenced by yaze::editor::LayoutCoordinator::GetBottomLayoutOffset().
|
inline |
Set the current ROM for dirty status and filename display.
Definition at line 77 of file status_bar.h.
References rom_.
Referenced by yaze::editor::EditorManager::DrawInterface().
| void yaze::editor::StatusBar::SetSessionInfo | ( | size_t | session_id, |
| size_t | total_sessions, | ||
| const std::string & | display_name = {} ) |
Set session information.
| session_id | Current session index (0-based) |
| total_sessions | Total number of open sessions |
| display_name | Optional friendly name (shown when total_sessions > 1) |
Definition at line 141 of file status_bar.cc.
References session_display_name_, session_id_, and total_sessions_.
Referenced by yaze::editor::EditorManager::DrawInterface().
| void yaze::editor::StatusBar::SetActiveEditor | ( | const std::string & | name | ) |
Set the active editor category/name for the context strip.
Shown between session and location/cursor segments. Optional click opens the editor switcher (Ctrl+E).
Definition at line 148 of file status_bar.cc.
References SetActiveEditor().
Referenced by yaze::editor::EditorManager::DrawInterface(), and SetActiveEditor().

| void yaze::editor::StatusBar::SetActiveEditor | ( | const std::string & | name, |
| StatusBarSegmentOptions | options ) |
Definition at line 152 of file status_bar.cc.
References active_editor_, active_editor_options_, and has_active_editor_.
| void yaze::editor::StatusBar::ClearActiveEditor | ( | ) |
Definition at line 159 of file status_bar.cc.
References active_editor_, active_editor_options_, and has_active_editor_.
Referenced by ClearAllContext(), and yaze::editor::EditorManager::DrawInterface().
| void yaze::editor::StatusBar::SetDirtyScope | ( | const std::string & | short_label | ) |
Compact dirty-scope chip (ROM / Project / Rooms / …).
Complements the ROM filename dirty dot with an explicit scope summary.
Definition at line 165 of file status_bar.cc.
References SetDirtyScope().
Referenced by yaze::editor::EditorManager::DrawInterface(), and SetDirtyScope().

| void yaze::editor::StatusBar::SetDirtyScope | ( | const std::string & | short_label, |
| StatusBarSegmentOptions | options ) |
Definition at line 169 of file status_bar.cc.
References dirty_scope_, dirty_scope_options_, and has_dirty_scope_.
| void yaze::editor::StatusBar::ClearDirtyScope | ( | ) |
Definition at line 176 of file status_bar.cc.
References dirty_scope_, dirty_scope_options_, and has_dirty_scope_.
Referenced by ClearAllContext(), and yaze::editor::EditorManager::DrawInterface().
|
inline |
Definition at line 110 of file status_bar.h.
References active_editor_.
|
inline |
Definition at line 111 of file status_bar.h.
References has_active_editor_.
|
inline |
Definition at line 112 of file status_bar.h.
References dirty_scope_.
|
inline |
Definition at line 113 of file status_bar.h.
References has_dirty_scope_.
|
inline |
Definition at line 114 of file status_bar.h.
References session_display_name_.
| void yaze::editor::StatusBar::SetCursorPosition | ( | int | x, |
| int | y, | ||
| const char * | label = "Pos" ) |
Set cursor/mouse position in editor coordinates.
| x | X coordinate (tile, pixel, or editor-specific) |
| y | Y coordinate (tile, pixel, or editor-specific) |
| label | Optional label (e.g., "Tile", "Pos", "Map") |
Definition at line 182 of file status_bar.cc.
References cursor_label_, cursor_options_, cursor_x_, cursor_y_, and has_cursor_.
Referenced by HandleStatusUpdate().
| void yaze::editor::StatusBar::SetCursorPosition | ( | int | x, |
| int | y, | ||
| const char * | label, | ||
| StatusBarSegmentOptions | options ) |
Definition at line 190 of file status_bar.cc.
References cursor_label_, cursor_options_, cursor_x_, cursor_y_, and has_cursor_.
| void yaze::editor::StatusBar::ClearCursorPosition | ( | ) |
Clear cursor position (no cursor in editor)
Definition at line 199 of file status_bar.cc.
References cursor_options_, and has_cursor_.
Referenced by ClearAllContext().
| void yaze::editor::StatusBar::SetSelection | ( | int | count, |
| int | width = 0, | ||
| int | height = 0 ) |
Set selection information.
| count | Number of selected items |
| width | Width of selection (optional, 0 to hide) |
| height | Height of selection (optional, 0 to hide) |
Definition at line 204 of file status_bar.cc.
References has_selection_, selection_count_, selection_height_, and selection_width_.
Referenced by yaze::editor::GraphicsEditor::ContributeStatus(), HandleStatusUpdate(), and Initialize().
| void yaze::editor::StatusBar::ClearSelection | ( | ) |
Clear selection info.
Definition at line 211 of file status_bar.cc.
References has_selection_.
Referenced by ClearAllContext(), and Initialize().
| void yaze::editor::StatusBar::SetZoom | ( | float | level | ) |
Set current zoom level.
| level | Zoom multiplier (e.g., 1.0, 2.0, 0.5) |
Definition at line 215 of file status_bar.cc.
References has_zoom_, zoom_level_, and zoom_options_.
Referenced by HandleStatusUpdate(), and Initialize().
| void yaze::editor::StatusBar::SetZoom | ( | float | level, |
| StatusBarSegmentOptions | options ) |
Definition at line 221 of file status_bar.cc.
References has_zoom_, zoom_level_, and zoom_options_.
| void yaze::editor::StatusBar::ClearZoom | ( | ) |
Clear zoom display.
Definition at line 227 of file status_bar.cc.
References has_zoom_, and zoom_options_.
Referenced by ClearAllContext().
| void yaze::editor::StatusBar::SetEditorMode | ( | const std::string & | mode | ) |
Set the current editor mode or tool.
| mode | Mode string (e.g., "Draw", "Select", "Entity") |
Definition at line 232 of file status_bar.cc.
References editor_mode_, has_mode_, and mode_options_.
Referenced by yaze::editor::DungeonEditorV2::ContributeStatus(), yaze::editor::OverworldEditor::ContributeStatus(), and HandleStatusUpdate().
| void yaze::editor::StatusBar::SetEditorMode | ( | const std::string & | mode, |
| StatusBarSegmentOptions | options ) |
Definition at line 238 of file status_bar.cc.
References editor_mode_, has_mode_, and mode_options_.
| void yaze::editor::StatusBar::ClearEditorMode | ( | ) |
Clear editor mode display.
Definition at line 245 of file status_bar.cc.
References editor_mode_, has_mode_, and mode_options_.
Referenced by ClearAllContext(), and ClearEditorContributions().
| void yaze::editor::StatusBar::SetCustomSegment | ( | const std::string & | key, |
| const std::string & | value ) |
Set a custom segment with key-value pair.
| key | Segment identifier |
| value | Value to display |
Definition at line 251 of file status_bar.cc.
References SetCustomSegment().
Referenced by yaze::editor::DungeonEditorV2::ContributeStatus(), yaze::editor::GraphicsEditor::ContributeStatus(), yaze::editor::OverworldEditor::ContributeStatus(), yaze::editor::EditorManager::DrawInterface(), and SetCustomSegment().

| void yaze::editor::StatusBar::SetCustomSegment | ( | const std::string & | key, |
| const std::string & | value, | ||
| StatusBarSegmentOptions | options ) |
Definition at line 256 of file status_bar.cc.
References custom_segments_.
| void yaze::editor::StatusBar::ClearCustomSegment | ( | const std::string & | key | ) |
| void yaze::editor::StatusBar::ClearAllContext | ( | ) |
Clear all context (cursor, selection, zoom, mode, custom)
Definition at line 276 of file status_bar.cc.
References ClearActiveEditor(), ClearCursorPosition(), ClearDirtyScope(), ClearEditorMode(), ClearSelection(), ClearZoom(), and custom_segments_.
| void yaze::editor::StatusBar::ClearEditorContributions | ( | ) |
Clear frame-scoped editor contributions.
Use this before calling Editor::ContributeStatus() each frame. It resets mode/custom segments without wiping event-driven cursor, selection, or zoom state that may still be owned by older editors.
Definition at line 286 of file status_bar.cc.
References ClearEditorMode(), and custom_segments_.
Referenced by yaze::editor::EditorManager::DrawInterface(), and HandleStatusUpdate().

| void yaze::editor::StatusBar::SetAgentInfo | ( | const std::string & | provider, |
| const std::string & | model, | ||
| bool | active ) |
Definition at line 291 of file status_bar.cc.
References agent_active_, agent_model_, agent_provider_, and has_agent_.
Referenced by yaze::editor::EditorManager::DrawInterface().
| void yaze::editor::StatusBar::ClearAgentInfo | ( | ) |
Definition at line 299 of file status_bar.cc.
References agent_active_, agent_model_, agent_provider_, and has_agent_.
Referenced by yaze::editor::EditorManager::DrawInterface().
|
inline |
Definition at line 209 of file status_bar.h.
References build_status_.
Referenced by yaze::editor::anonymous_namespace{editor_manager.cc}::UpdateBuildWorkflowStatus().
|
inline |
Definition at line 212 of file status_bar.h.
References run_status_.
Referenced by yaze::editor::anonymous_namespace{editor_manager.cc}::UpdateRunWorkflowStatus().
|
inline |
Definition at line 215 of file status_bar.h.
References build_status_, and run_status_.
Referenced by yaze::editor::EditorManager::DrawInterface(), and yaze::editor::EditorManager::LoadProjectWithRom().
|
inline |
Definition at line 219 of file status_bar.h.
References agent_toggle_callback_.
Referenced by yaze::editor::EditorManager::InitializeSubsystems().
| void yaze::editor::StatusBar::Draw | ( | ) |
Draw the status bar.
Should be called each frame. The status bar positions itself at the bottom of the viewport, outside the dockspace.
Definition at line 306 of file status_bar.cc.
References agent_model_, agent_provider_, yaze::gui::LayoutHelpers::SafeAreaInsets::bottom, build_status_, DrawActiveEditorSegment(), DrawAgentSegment(), DrawCursorSegment(), DrawCustomSegments(), DrawDirtyScopeSegment(), DrawModeSegment(), DrawProjectWorkflowSegment(), DrawRomSegment(), DrawSelectionSegment(), DrawSeparator(), DrawSessionSegment(), DrawZoomSegment(), editor_mode_, enabled_, GetHeight(), yaze::gui::GetOutlineVec4(), yaze::gui::LayoutHelpers::GetSafeAreaInsets(), yaze::gui::GetSurfaceContainerVec4(), has_active_editor_, has_agent_, has_cursor_, has_dirty_scope_, has_mode_, has_selection_, has_zoom_, ICON_MD_BUILD, ICON_MD_PLAY_ARROW, ICON_MD_SMART_TOY, yaze::gui::LayoutHelpers::IsTouchDevice(), run_status_, total_sessions_, and yaze::editor::ProjectWorkflowStatus::visible.
Referenced by yaze::editor::EditorManager::DrawInterface().
| float yaze::editor::StatusBar::GetHeight | ( | ) | const |
Get the height of the status bar.
Definition at line 81 of file status_bar.cc.
References enabled_, yaze::gui::LayoutHelpers::IsTouchDevice(), kStatusBarHeight, and kStatusBarTouchHeight.
Referenced by Draw(), and yaze::editor::LayoutCoordinator::GetBottomLayoutOffset().

|
private |
Definition at line 114 of file status_bar.cc.
References yaze::editor::StatusUpdateEvent::Clear, ClearEditorContributions(), yaze::editor::StatusUpdateEvent::count, yaze::editor::StatusUpdateEvent::Cursor, yaze::editor::StatusUpdateEvent::height, yaze::editor::StatusUpdateEvent::Mode, yaze::editor::StatusUpdateEvent::Selection, SetCursorPosition(), SetEditorMode(), SetSelection(), SetZoom(), yaze::editor::StatusUpdateEvent::text, yaze::editor::StatusUpdateEvent::type, yaze::editor::StatusUpdateEvent::width, yaze::editor::StatusUpdateEvent::x, yaze::editor::StatusUpdateEvent::y, yaze::editor::StatusUpdateEvent::Zoom, and yaze::editor::StatusUpdateEvent::zoom.
Referenced by Initialize().
|
private |
Definition at line 512 of file status_bar.cc.
References yaze::gui::ColoredText(), yaze::gui::ColoredTextF(), yaze::gui::ConvertColorToImVec4(), yaze::Rom::dirty(), dirty_scope_options_, yaze::gui::ThemeManager::Get(), yaze::gui::ThemeManager::GetCurrentTheme(), yaze::gui::GetTextSecondaryVec4(), has_dirty_scope_, ICON_MD_DESCRIPTION, ICON_MD_FIBER_MANUAL_RECORD, yaze::Rom::is_loaded(), rom_, yaze::Rom::short_name(), and yaze::editor::StatusBarSegmentOptions::tooltip.
Referenced by Draw().
|
private |
Definition at line 540 of file status_bar.cc.
References yaze::gui::ColoredTextF(), yaze::gui::GetTextSecondaryVec4(), ICON_MD_LAYERS, session_display_name_, session_id_, and total_sessions_.
Referenced by Draw().

|
private |
Definition at line 555 of file status_bar.cc.
References active_editor_, active_editor_options_, yaze::gui::ColoredTextF(), yaze::gui::GetTextSecondaryVec4(), ICON_MD_EDIT, yaze::editor::StatusBarSegmentOptions::on_click, and yaze::editor::StatusBarSegmentOptions::tooltip.
Referenced by Draw().

|
private |
Definition at line 565 of file status_bar.cc.
References yaze::gui::ColoredTextF(), yaze::gui::ConvertColorToImVec4(), dirty_scope_, dirty_scope_options_, yaze::gui::ThemeManager::Get(), yaze::gui::ThemeManager::GetCurrentTheme(), and ICON_MD_WARNING_AMBER.
Referenced by Draw().

|
private |
Definition at line 572 of file status_bar.cc.
References yaze::gui::ColoredTextF(), cursor_label_, cursor_options_, cursor_x_, cursor_y_, and yaze::gui::GetTextSecondaryVec4().
Referenced by Draw().

|
private |
Definition at line 578 of file status_bar.cc.
References yaze::gui::GetTextSecondaryVec4(), ICON_MD_SELECT_ALL, selection_count_, selection_height_, and selection_width_.
Referenced by Draw().

|
private |
Definition at line 590 of file status_bar.cc.
References yaze::gui::ColoredTextF(), yaze::gui::GetTextSecondaryVec4(), ICON_MD_ZOOM_IN, yaze::editor::StatusBarSegmentOptions::on_click, yaze::editor::StatusBarSegmentOptions::tooltip, zoom_level_, and zoom_options_.
Referenced by Draw().

|
private |
Definition at line 606 of file status_bar.cc.
References yaze::gui::ColoredTextF(), editor_mode_, yaze::gui::GetTextSecondaryVec4(), and mode_options_.
Referenced by Draw().

|
private |
Definition at line 449 of file status_bar.cc.
References agent_active_, agent_model_, agent_provider_, agent_toggle_callback_, yaze::gui::GetPrimaryVec4(), yaze::gui::GetSurfaceContainerHighestVec4(), yaze::gui::GetSurfaceContainerHighVec4(), yaze::gui::GetTextSecondaryVec4(), ICON_MD_SMART_TOY, and yaze::gui::ThemedButton().
Referenced by Draw().
|
private |
Definition at line 487 of file status_bar.cc.
References yaze::gui::ColoredTextF(), yaze::editor::ProjectWorkflowStatus::detail, yaze::editor::ProjectWorkflowStatus::label, yaze::editor::ProjectWorkflowStatus::output_tail, yaze::editor::ProjectWorkflowStatus::state, and yaze::editor::ProjectWorkflowStatus::summary.
Referenced by Draw().

|
private |
Definition at line 611 of file status_bar.cc.
References yaze::gui::ColoredTextF(), custom_segments_, DrawSeparator(), and yaze::gui::GetTextSecondaryVec4().
Referenced by Draw().

|
private |
Definition at line 620 of file status_bar.cc.
References yaze::gui::ColoredText(), and yaze::gui::GetOutlineVec4().
Referenced by Draw(), and DrawCustomSegments().

|
staticconstexpr |
Definition at line 241 of file status_bar.h.
Referenced by yaze::editor::ActivityBar::GetBottomReservedHeight(), and GetHeight().
|
staticconstexpr |
Definition at line 242 of file status_bar.h.
Referenced by GetHeight().
|
private |
Definition at line 261 of file status_bar.h.
Referenced by Initialize().
|
private |
Definition at line 262 of file status_bar.h.
Referenced by Draw(), GetHeight(), IsEnabled(), and SetEnabled().
|
private |
Definition at line 263 of file status_bar.h.
Referenced by DrawRomSegment(), and SetRom().
|
private |
Definition at line 266 of file status_bar.h.
Referenced by DrawSessionSegment(), and SetSessionInfo().
|
private |
Definition at line 267 of file status_bar.h.
Referenced by Draw(), DrawSessionSegment(), and SetSessionInfo().
|
private |
Definition at line 268 of file status_bar.h.
Referenced by DrawSessionSegment(), session_display_name_for_test(), and SetSessionInfo().
|
private |
Definition at line 271 of file status_bar.h.
Referenced by ClearActiveEditor(), Draw(), has_active_editor_for_test(), and SetActiveEditor().
|
private |
Definition at line 272 of file status_bar.h.
Referenced by active_editor_for_test(), ClearActiveEditor(), DrawActiveEditorSegment(), and SetActiveEditor().
|
private |
Definition at line 273 of file status_bar.h.
Referenced by ClearActiveEditor(), DrawActiveEditorSegment(), and SetActiveEditor().
|
private |
Definition at line 276 of file status_bar.h.
Referenced by ClearDirtyScope(), Draw(), DrawRomSegment(), has_dirty_scope_for_test(), and SetDirtyScope().
|
private |
Definition at line 277 of file status_bar.h.
Referenced by ClearDirtyScope(), dirty_scope_for_test(), DrawDirtyScopeSegment(), and SetDirtyScope().
|
private |
Definition at line 278 of file status_bar.h.
Referenced by ClearDirtyScope(), DrawDirtyScopeSegment(), DrawRomSegment(), and SetDirtyScope().
|
private |
Definition at line 281 of file status_bar.h.
Referenced by ClearCursorPosition(), Draw(), SetCursorPosition(), and SetCursorPosition().
|
private |
Definition at line 282 of file status_bar.h.
Referenced by DrawCursorSegment(), SetCursorPosition(), and SetCursorPosition().
|
private |
Definition at line 283 of file status_bar.h.
Referenced by DrawCursorSegment(), SetCursorPosition(), and SetCursorPosition().
|
private |
Definition at line 284 of file status_bar.h.
Referenced by DrawCursorSegment(), SetCursorPosition(), and SetCursorPosition().
|
private |
Definition at line 285 of file status_bar.h.
Referenced by ClearCursorPosition(), DrawCursorSegment(), SetCursorPosition(), and SetCursorPosition().
|
private |
Definition at line 288 of file status_bar.h.
Referenced by ClearSelection(), Draw(), and SetSelection().
|
private |
Definition at line 289 of file status_bar.h.
Referenced by DrawSelectionSegment(), and SetSelection().
|
private |
Definition at line 290 of file status_bar.h.
Referenced by DrawSelectionSegment(), and SetSelection().
|
private |
Definition at line 291 of file status_bar.h.
Referenced by DrawSelectionSegment(), and SetSelection().
|
private |
Definition at line 294 of file status_bar.h.
Referenced by ClearZoom(), Draw(), SetZoom(), and SetZoom().
|
private |
Definition at line 295 of file status_bar.h.
Referenced by DrawZoomSegment(), SetZoom(), and SetZoom().
|
private |
Definition at line 296 of file status_bar.h.
Referenced by ClearZoom(), DrawZoomSegment(), SetZoom(), and SetZoom().
|
private |
Definition at line 299 of file status_bar.h.
Referenced by ClearEditorMode(), Draw(), SetEditorMode(), and SetEditorMode().
|
private |
Definition at line 300 of file status_bar.h.
Referenced by ClearEditorMode(), Draw(), DrawModeSegment(), SetEditorMode(), and SetEditorMode().
|
private |
Definition at line 301 of file status_bar.h.
Referenced by ClearEditorMode(), DrawModeSegment(), SetEditorMode(), and SetEditorMode().
|
private |
Definition at line 309 of file status_bar.h.
Referenced by ClearAllContext(), ClearCustomSegment(), ClearEditorContributions(), DrawCustomSegments(), and SetCustomSegment().
|
private |
Definition at line 312 of file status_bar.h.
Referenced by ClearAgentInfo(), Draw(), and SetAgentInfo().
|
private |
Definition at line 313 of file status_bar.h.
Referenced by ClearAgentInfo(), DrawAgentSegment(), and SetAgentInfo().
|
private |
Definition at line 314 of file status_bar.h.
Referenced by ClearAgentInfo(), Draw(), DrawAgentSegment(), and SetAgentInfo().
|
private |
Definition at line 315 of file status_bar.h.
Referenced by ClearAgentInfo(), Draw(), DrawAgentSegment(), and SetAgentInfo().
|
private |
Definition at line 316 of file status_bar.h.
Referenced by DrawAgentSegment(), and SetAgentToggleCallback().
|
private |
Definition at line 318 of file status_bar.h.
Referenced by ClearProjectWorkflowStatus(), Draw(), and SetBuildStatus().
|
private |
Definition at line 319 of file status_bar.h.
Referenced by ClearProjectWorkflowStatus(), Draw(), and SetRunStatus().