yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::CommandCategory Struct Reference

Categories for command palette entries. More...

#include <command_palette.h>

Static Public Attributes

static constexpr const char * kPanel = "Panels"
 
static constexpr const char * kEditor = "Editor"
 
static constexpr const char * kLayout = "Layout"
 
static constexpr const char * kFile = "File"
 
static constexpr const char * kEdit = "Edit"
 
static constexpr const char * kView = "View"
 
static constexpr const char * kNavigation = "Navigation"
 
static constexpr const char * kTools = "Tools"
 
static constexpr const char * kHelp = "Help"
 

Detailed Description

Categories for command palette entries.

Definition at line 18 of file command_palette.h.

Member Data Documentation

◆ kPanel

constexpr const char* yaze::editor::CommandCategory::kPanel = "Panels"
staticconstexpr

◆ kEditor

constexpr const char* yaze::editor::CommandCategory::kEditor = "Editor"
staticconstexpr

◆ kLayout

constexpr const char* yaze::editor::CommandCategory::kLayout = "Layout"
staticconstexpr

◆ kFile

constexpr const char* yaze::editor::CommandCategory::kFile = "File"
staticconstexpr

◆ kEdit

constexpr const char* yaze::editor::CommandCategory::kEdit = "Edit"
staticconstexpr

Definition at line 23 of file command_palette.h.

◆ kView

constexpr const char* yaze::editor::CommandCategory::kView = "View"
staticconstexpr

Definition at line 24 of file command_palette.h.

◆ kNavigation

constexpr const char* yaze::editor::CommandCategory::kNavigation = "Navigation"
staticconstexpr

◆ kTools

constexpr const char* yaze::editor::CommandCategory::kTools = "Tools"
staticconstexpr

◆ kHelp

constexpr const char* yaze::editor::CommandCategory::kHelp = "Help"
staticconstexpr

Definition at line 27 of file command_palette.h.


The documentation for this struct was generated from the following file: