| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cctype>#include <confirm.h>#include <widgets/widget_hotkey_list.h>#include <tool/tool_event.h>#include <dialog_shim.h>#include <wx/button.h>#include <wx/log.h>#include <wx/dcclient.h>#include <wx/menu.h>#include <wx/msgdlg.h>#include <wx/panel.h>#include <wx/sizer.h>#include <wx/statline.h>#include <wx/stattext.h>#include <wx/treelist.h>#include <wx/wupdlock.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 | 
| Manage logic for filtering hotkeys based on user input.  More... | |
Enumerations | |
| enum | ID_WHKL_MENU_IDS {  ID_EDIT_HOTKEY = 2001 , ID_EDIT_ALT , ID_RESET , ID_DEFAULT , ID_CLEAR , ID_CLEAR_ALT }  | 
| 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_EDIT_ALT | |
| ID_RESET | |
| ID_DEFAULT | |
| ID_CLEAR | |
| ID_CLEAR_ALT | |
Definition at line 47 of file widget_hotkey_list.cpp.