KiCad PCB EDA Suite
|
Manage logic for filtering hotkeys based on user input. More...
Public Member Functions | |
HOTKEY_FILTER (const wxString &aFilterStr) | |
bool | FilterMatches (const HOTKEY &aHotkey) const |
Check if the filter matches the given hotkey. | |
Private Attributes | |
bool | m_valid |
wxString | m_normalised_filter_str |
Manage logic for filtering hotkeys based on user input.
Definition at line 252 of file widget_hotkey_list.cpp.
|
inline |
Definition at line 255 of file widget_hotkey_list.cpp.
References m_normalised_filter_str, and m_valid.
|
inline |
Check if the filter matches the given hotkey.
Definition at line 266 of file widget_hotkey_list.cpp.
References KeyNameFromKeyCode(), HOTKEY::m_Actions, HOTKEY::m_EditKeycode, m_normalised_filter_str, and m_valid.
|
private |
Definition at line 287 of file widget_hotkey_list.cpp.
Referenced by FilterMatches(), and HOTKEY_FILTER().
|
private |
Definition at line 286 of file widget_hotkey_list.cpp.
Referenced by FilterMatches(), and HOTKEY_FILTER().