The Battle for Wesnoth  1.19.0-dev
Public Attributes | List of all members
hotkey::hotkey_command_temp Struct Reference

Public Attributes

HOTKEY_COMMAND command
 
std::string_view id
 
std::string_view description
 
bool hidden
 
hk_scopes scope
 
HOTKEY_CATEGORY category
 
std::string_view tooltip
 

Detailed Description

Definition at line 37 of file hotkey_command.cpp.

Member Data Documentation

◆ category

HOTKEY_CATEGORY hotkey::hotkey_command_temp::category

Definition at line 44 of file hotkey_command.cpp.

◆ command

HOTKEY_COMMAND hotkey::hotkey_command_temp::command

Definition at line 39 of file hotkey_command.cpp.

◆ description

std::string_view hotkey::hotkey_command_temp::description

Definition at line 41 of file hotkey_command.cpp.

◆ hidden

bool hotkey::hotkey_command_temp::hidden

Definition at line 42 of file hotkey_command.cpp.

◆ id

std::string_view hotkey::hotkey_command_temp::id

Definition at line 40 of file hotkey_command.cpp.

◆ scope

hk_scopes hotkey::hotkey_command_temp::scope

Definition at line 43 of file hotkey_command.cpp.

◆ tooltip

std::string_view hotkey::hotkey_command_temp::tooltip

Definition at line 45 of file hotkey_command.cpp.


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