|
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::ResolveAgentChatHistoryPath () |
| |
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::JsonValueToDisplayString (const Json &value) |
| |
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::SanitizeToolOutputIdFragment (const std::string &value) |
| |
| bool | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::TryParseToolOutputJson (const std::string &text, Json *out) |
| |
| std::optional< uint32_t > | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::ParseToolOutputAddress (const Json &value) |
| |
| std::optional< uint32_t > | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::ExtractToolOutputAddress (const Json &object) |
| |
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::ExtractToolOutputReference (const Json &object) |
| |
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::BuildToolOutputEntryTitle (const Json &object) |
| |
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::BuildToolOutputActionLabel (const char *visible_label, const char *action_key, const Json &object) |
| |
| void | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawToolOutputEntryActions (const Json &object, const RightDrawerManager::ToolOutputActions &actions) |
| |
| void | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawJsonObjectFields (const Json &object) |
| |
| void | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawJsonObjectArraySection (const char *label, const Json &array, const RightDrawerManager::ToolOutputActions &actions) |
| |
| std::string | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::BuildSelectionContextSummary (const SelectionContext &selection) |
| |
| void | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawWorkflowSummaryCard (const char *title, const char *fallback_icon, const ProjectWorkflowStatus &status, const std::function< void()> &cancel_callback={}) |
| |
| void | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::DrawWorkflowPreviewEntry (const ProjectWorkflowHistoryEntry &entry, const workflow::WorkflowActionCallbacks &callbacks) |
| |
| int | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::FindRightPanelIndex (RightDrawerManager::PanelType type) |
| |
| RightDrawerManager::PanelType | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::StepRightPanel (RightDrawerManager::PanelType current, int direction) |
| |
| const char * | yaze::editor::anonymous_namespace{right_drawer_manager.cc}::GetPanelShortcutAction (RightDrawerManager::PanelType type) |
| |
| const char * | yaze::editor::GetPanelTypeName (RightDrawerManager::PanelType type) |
| | Get the name of a panel type.
|
| |
| const char * | yaze::editor::GetPanelTypeIcon (RightDrawerManager::PanelType type) |
| | Get the icon for a panel type.
|
| |