yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::CommandPalette Member List

This is the complete list of members for yaze::editor::CommandPalette, including all inherited members.

AddCommand(const std::string &name, const std::string &category, const std::string &description, const std::string &shortcut, std::function< void()> callback)yaze::editor::CommandPalette
Clear()yaze::editor::CommandPalette
commands_yaze::editor::CommandPaletteprivate
current_provider_id_yaze::editor::CommandPaletteprivate
FuzzyScore(const std::string &text, const std::string &query)yaze::editor::CommandPalettestatic
GetAllCommands() constyaze::editor::CommandPalette
GetCommandCount() constyaze::editor::CommandPaletteinline
GetFrequentCommands(int limit=10)yaze::editor::CommandPalette
GetRecentCommands(int limit=10)yaze::editor::CommandPalette
LoadHistory(const std::string &filepath)yaze::editor::CommandPalette
providers_yaze::editor::CommandPaletteprivate
RecordUsage(const std::string &name)yaze::editor::CommandPalette
RefreshProvider(const std::string &provider_id)yaze::editor::CommandPalette
RefreshProviders()yaze::editor::CommandPalette
RegisterDungeonRoomCommands(size_t session_id)yaze::editor::CommandPalette
RegisterEditorCommands(std::function< void(const std::string &)> switch_callback)yaze::editor::CommandPalette
RegisterLayoutCommands(std::function< void(const std::string &)> apply_callback)yaze::editor::CommandPalette
RegisterPanelCommands(WorkspaceWindowManager *window_manager, size_t session_id)yaze::editor::CommandPalette
RegisterProvider(std::unique_ptr< CommandProvider > provider)yaze::editor::CommandPalette
RegisterRecentFilesCommands(std::function< void(const std::string &)> open_callback)yaze::editor::CommandPalette
RegisterWelcomeCommands(const RecentProjectsModel *model, const std::vector< std::string > &template_names, std::function< void(const std::string &)> remove_callback, std::function< void(const std::string &)> toggle_pin_callback, std::function< void()> undo_remove_callback, std::function< void()> clear_recents_callback, std::function< void(const std::string &)> create_from_template_callback, std::function< void()> dismiss_welcome_callback, std::function< void()> show_welcome_callback)yaze::editor::CommandPalette
RegisterWorkflowCommands(WorkspaceWindowManager *window_manager, size_t session_id)yaze::editor::CommandPalette
RemoveProviderCommands(const std::string &provider_id)yaze::editor::CommandPalette
SaveHistory(const std::string &filepath)yaze::editor::CommandPalette
SearchCommands(const std::string &query)yaze::editor::CommandPalette
UnregisterProvider(const std::string &provider_id)yaze::editor::CommandPalette