KiCad PCB EDA Suite
|
Store the hotkey change data associated with each row. More...
Public Member Functions | |
WIDGET_HOTKEY_CLIENT_DATA (HOTKEY &aChangedHotkey) | |
HOTKEY & | GetChangedHotkey () |
Private Attributes | |
HOTKEY & | m_changed_hotkey |
Store the hotkey change data associated with each row.
To change a hotkey, edit it via GetCurrentValue() in the row's client data, then call WIDGET_HOTKEY_LIST::UpdateFromClientData().
Definition at line 63 of file widget_hotkey_list.cpp.
|
inline |
Definition at line 68 of file widget_hotkey_list.cpp.
|
inline |
Definition at line 72 of file widget_hotkey_list.cpp.
References m_changed_hotkey.
Referenced by WIDGET_HOTKEY_LIST::editItem(), WIDGET_HOTKEY_LIST::resetItem(), and WIDGET_HOTKEY_LIST::updateFromClientData().
|
private |
Definition at line 65 of file widget_hotkey_list.cpp.
Referenced by GetChangedHotkey().