24 #ifndef PANEL_HOTKEYS_EDITOR_H 25 #define PANEL_HOTKEYS_EDITOR_H 55 return _(
"Reset all hotkeys to the built-in KiCad defaults" );
89 #endif // PANEL_HOTKEYS_EDITOR_H
void OnFilterSearch(wxCommandEvent &aEvent)
Handle a change in the hotkey filter text.
void ImportHotKeys()
Put up a dialog allowing the user to select a hotkeys file and then overlays those hotkeys onto the c...
void ResetPanel() override
Reset the contents of this panel.
A class that contains a set of hotkeys, arranged into "sections" and provides some book-keeping funct...
void AddHotKeys(TOOL_MANAGER *aToolMgr)
std::vector< TOOL_MANAGER * > m_toolManagers
void installButtons(wxSizer *aSizer)
Install the button panel (global reset/default, import/export)
HOTKEY_STORE m_hotkeyStore
bool TransferDataFromWindow() override
bool TransferDataToWindow() override
The base frame for deriving all KiCad main window classes.
PANEL_HOTKEYS_EDITOR(EDA_BASE_FRAME *aFrame, wxWindow *aWindow, bool aReadOnly)
WIDGET_HOTKEY_LIST * m_hotkeyListCtrl
wxString GetResetTooltip() override
Get the tooltip the reset button should display when showing this panel.
A wxPanel that is designed to be reset in a standard manor.