Registry for hack workflow actions exposed in menus/command palette. More...
Classes | |
| struct | ActionDef |
Functions | |
| void | Register (const ActionDef &action) |
| std::vector< ActionDef > | GetAll () |
| void | Clear () |
Registry for hack workflow actions exposed in menus/command palette.
| void yaze::editor::ContentRegistry::WorkflowActions::Register | ( | const ActionDef & | action | ) |
Definition at line 435 of file content_registry.cc.
Referenced by yaze::editor::UICoordinator::RefreshWorkflowActions().
| std::vector< ActionDef > yaze::editor::ContentRegistry::WorkflowActions::GetAll | ( | ) |
Definition at line 449 of file content_registry.cc.
Referenced by yaze::editor::MenuOrchestrator::AddHackWorkflowMenuItems(), and yaze::editor::CommandPalette::RegisterWorkflowCommands().
| void yaze::editor::ContentRegistry::WorkflowActions::Clear | ( | ) |
Definition at line 454 of file content_registry.cc.
Referenced by yaze::editor::UICoordinator::RefreshWorkflowActions().