29 #ifndef DIALOG_HOTKEYS_LIST_H 30 #define DIALOG_HOTKEYS_LIST_H 64 #endif // DIALOG_HOTKEYS_LIST_H
bool TransferDataToWindow() override
Called on dialog initialisation - inits the dialog's own widgets.
A dialog that presents the user with a read-only list of hotkeys and their current bindings.
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
DIALOG_LIST_HOTKEYS(EDA_BASE_FRAME *aParent, TOOL_MANAGER *aToolManager)
Construct a hotkey list dialog on the given frame.
PANEL_HOTKEYS_EDITOR * m_hk_list
The base frame for deriving all KiCad main window classes.