#include <command_palette.h>
Public Attributes | |
| std::string | name |
| std::string | category |
| std::string | description |
| std::string | shortcut |
| std::function< void()> | callback |
| int | usage_count = 0 |
| int64_t | last_used_ms = 0 |
Definition at line 30 of file command_palette.h.
| std::string yaze::editor::CommandEntry::name |
Definition at line 31 of file command_palette.h.
Referenced by yaze::editor::CommandPalette::AddCommand(), and yaze::editor::CommandPaletteWidget::ExecuteCommand().
| std::string yaze::editor::CommandEntry::category |
Definition at line 32 of file command_palette.h.
Referenced by yaze::editor::CommandPalette::AddCommand().
| std::string yaze::editor::CommandEntry::description |
Definition at line 33 of file command_palette.h.
Referenced by yaze::editor::CommandPalette::AddCommand().
| std::string yaze::editor::CommandEntry::shortcut |
Definition at line 34 of file command_palette.h.
Referenced by yaze::editor::CommandPalette::AddCommand().
| std::function<void()> yaze::editor::CommandEntry::callback |
Definition at line 35 of file command_palette.h.
Referenced by yaze::editor::CommandPalette::AddCommand(), and yaze::editor::CommandPaletteWidget::ExecuteCommand().
| int yaze::editor::CommandEntry::usage_count = 0 |
Definition at line 36 of file command_palette.h.
Referenced by yaze::editor::CommandPalette::RecordUsage().
| int64_t yaze::editor::CommandEntry::last_used_ms = 0 |
Definition at line 37 of file command_palette.h.