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::CommandPaletteinline
commands_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
RecordUsage(const std::string &name)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(PanelManager *panel_manager, size_t session_id)yaze::editor::CommandPalette
RegisterRecentFilesCommands(std::function< void(const std::string &)> open_callback)yaze::editor::CommandPalette
SaveHistory(const std::string &filepath)yaze::editor::CommandPalette
SearchCommands(const std::string &query)yaze::editor::CommandPalette