![]() |
KiCad PCB EDA Suite
|
#include <cctype>
#include <widgets/widget_hotkey_list.h>
#include <wx/statline.h>
#include <wx/treelist.h>
#include <wx/msgdlg.h>
#include <wx/menu.h>
#include <tool/tool_action.h>
#include <dialog_shim.h>
#include <wx/dcclient.h>
Go to the source code of this file.
Classes | |
class | WIDGET_HOTKEY_CLIENT_DATA |
Store the hotkey change data associated with each row. More... | |
class | HK_PROMPT_DIALOG |
Dialog to prompt the user to enter a key. More... | |
class | HOTKEY_FILTER |
Class to manage logic for filtering hotkeys based on user input. More... | |
Enumerations | |
enum | ID_WHKL_MENU_IDS { ID_EDIT_HOTKEY = 2001, ID_RESET, ID_DEFAULT, ID_CLEAR } |
Menu IDs for the hotkey context menu. More... | |
enum ID_WHKL_MENU_IDS |
Menu IDs for the hotkey context menu.
Enumerator | |
---|---|
ID_EDIT_HOTKEY | |
ID_RESET | |
ID_DEFAULT | |
ID_CLEAR |
Definition at line 38 of file widget_hotkey_list.cpp.