The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
hotkey::hotkey_command_temp Struct Reference

Do not use this outside hotkeys.cpp. More...

#include <hotkey_command.hpp>

Public Attributes

hotkey::HOTKEY_COMMAND id
 
const char * command
 
const char * description
 description, tooltip are untranslated More...
 
bool hidden
 
hotkey::hk_scopes scope
 
const char * tooltip
 

Detailed Description

Do not use this outside hotkeys.cpp.

hotkey_command uses t_string which might cause bugs when used at program startup, so use this for the hotkey_list_ (and only there).

Definition at line 227 of file hotkey_command.hpp.

Member Data Documentation

const char* hotkey::hotkey_command_temp::command

Definition at line 230 of file hotkey_command.hpp.

const char* hotkey::hotkey_command_temp::description

description, tooltip are untranslated

Definition at line 232 of file hotkey_command.hpp.

bool hotkey::hotkey_command_temp::hidden

Definition at line 234 of file hotkey_command.hpp.

hotkey::HOTKEY_COMMAND hotkey::hotkey_command_temp::id

Definition at line 228 of file hotkey_command.hpp.

hotkey::hk_scopes hotkey::hotkey_command_temp::scope

Definition at line 236 of file hotkey_command.hpp.

const char* hotkey::hotkey_command_temp::tooltip

Definition at line 238 of file hotkey_command.hpp.


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