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 |
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.
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.