This is the complete list of members for yaze::editor::StatusBar, including all inherited members.
| agent_active_ | yaze::editor::StatusBar | private |
| agent_model_ | yaze::editor::StatusBar | private |
| agent_provider_ | yaze::editor::StatusBar | private |
| agent_toggle_callback_ | yaze::editor::StatusBar | private |
| build_status_ | yaze::editor::StatusBar | private |
| ClearAgentInfo() | yaze::editor::StatusBar | |
| ClearAllContext() | yaze::editor::StatusBar | |
| ClearCursorPosition() | yaze::editor::StatusBar | |
| ClearCustomSegment(const std::string &key) | yaze::editor::StatusBar | |
| ClearEditorContributions() | yaze::editor::StatusBar | |
| ClearEditorMode() | yaze::editor::StatusBar | |
| ClearProjectWorkflowStatus() | yaze::editor::StatusBar | inline |
| ClearSelection() | yaze::editor::StatusBar | |
| ClearZoom() | yaze::editor::StatusBar | |
| context_ | yaze::editor::StatusBar | private |
| cursor_label_ | yaze::editor::StatusBar | private |
| cursor_options_ | yaze::editor::StatusBar | private |
| cursor_x_ | yaze::editor::StatusBar | private |
| cursor_y_ | yaze::editor::StatusBar | private |
| custom_segments_ | yaze::editor::StatusBar | private |
| Draw() | yaze::editor::StatusBar | |
| DrawAgentSegment() | yaze::editor::StatusBar | private |
| DrawCursorSegment() | yaze::editor::StatusBar | private |
| DrawCustomSegments() | yaze::editor::StatusBar | private |
| DrawModeSegment() | yaze::editor::StatusBar | private |
| DrawProjectWorkflowSegment(const ProjectWorkflowStatus &status, const char *default_icon) | yaze::editor::StatusBar | private |
| DrawRomSegment() | yaze::editor::StatusBar | private |
| DrawSelectionSegment() | yaze::editor::StatusBar | private |
| DrawSeparator() | yaze::editor::StatusBar | private |
| DrawSessionSegment() | yaze::editor::StatusBar | private |
| DrawZoomSegment() | yaze::editor::StatusBar | private |
| editor_mode_ | yaze::editor::StatusBar | private |
| enabled_ | yaze::editor::StatusBar | private |
| GetHeight() const | yaze::editor::StatusBar | |
| HandleStatusUpdate(const StatusUpdateEvent &event) | yaze::editor::StatusBar | private |
| has_agent_ | yaze::editor::StatusBar | private |
| has_cursor_ | yaze::editor::StatusBar | private |
| has_mode_ | yaze::editor::StatusBar | private |
| has_selection_ | yaze::editor::StatusBar | private |
| has_zoom_ | yaze::editor::StatusBar | private |
| Initialize(GlobalEditorContext *context) | yaze::editor::StatusBar | |
| IsEnabled() const | yaze::editor::StatusBar | inline |
| kStatusBarHeight | yaze::editor::StatusBar | static |
| kStatusBarTouchHeight | yaze::editor::StatusBar | static |
| mode_options_ | yaze::editor::StatusBar | private |
| rom_ | yaze::editor::StatusBar | private |
| run_status_ | yaze::editor::StatusBar | private |
| selection_count_ | yaze::editor::StatusBar | private |
| selection_height_ | yaze::editor::StatusBar | private |
| selection_width_ | yaze::editor::StatusBar | private |
| session_id_ | yaze::editor::StatusBar | private |
| SetAgentInfo(const std::string &provider, const std::string &model, bool active) | yaze::editor::StatusBar | |
| SetAgentToggleCallback(std::function< void()> callback) | yaze::editor::StatusBar | inline |
| SetBuildStatus(const ProjectWorkflowStatus &status) | yaze::editor::StatusBar | inline |
| SetCursorPosition(int x, int y, const char *label="Pos") | yaze::editor::StatusBar | |
| SetCursorPosition(int x, int y, const char *label, StatusBarSegmentOptions options) | yaze::editor::StatusBar | |
| SetCustomSegment(const std::string &key, const std::string &value) | yaze::editor::StatusBar | |
| SetCustomSegment(const std::string &key, const std::string &value, StatusBarSegmentOptions options) | yaze::editor::StatusBar | |
| SetEditorMode(const std::string &mode) | yaze::editor::StatusBar | |
| SetEditorMode(const std::string &mode, StatusBarSegmentOptions options) | yaze::editor::StatusBar | |
| SetEnabled(bool enabled) | yaze::editor::StatusBar | inline |
| SetRom(Rom *rom) | yaze::editor::StatusBar | inline |
| SetRunStatus(const ProjectWorkflowStatus &status) | yaze::editor::StatusBar | inline |
| SetSelection(int count, int width=0, int height=0) | yaze::editor::StatusBar | |
| SetSessionInfo(size_t session_id, size_t total_sessions) | yaze::editor::StatusBar | |
| SetZoom(float level) | yaze::editor::StatusBar | |
| SetZoom(float level, StatusBarSegmentOptions options) | yaze::editor::StatusBar | |
| StatusBar()=default | yaze::editor::StatusBar | |
| total_sessions_ | yaze::editor::StatusBar | private |
| zoom_level_ | yaze::editor::StatusBar | private |
| zoom_options_ | yaze::editor::StatusBar | private |
| ~StatusBar()=default | yaze::editor::StatusBar | |