Registry for Keyboard Shortcuts. Allows components to declare their shortcuts statically. More...
Classes | |
| struct | ShortcutDef |
Functions | |
| void | Register (const ShortcutDef &shortcut) |
| void | add (const std::string &id, const std::string &key, const std::string &desc) |
| std::vector< ShortcutDef > | GetAll () |
Registry for Keyboard Shortcuts. Allows components to declare their shortcuts statically.
| void yaze::editor::ContentRegistry::Shortcuts::Register | ( | const ShortcutDef & | shortcut | ) |
Definition at line 257 of file content_registry.cc.
Referenced by add().
| void yaze::editor::ContentRegistry::Shortcuts::add | ( | const std::string & | id, |
| const std::string & | key, | ||
| const std::string & | desc ) |
Definition at line 262 of file content_registry.cc.
References Register().

| std::vector< ShortcutDef > yaze::editor::ContentRegistry::Shortcuts::GetAll | ( | ) |
Definition at line 266 of file content_registry.cc.