KiCad PCB EDA Suite
Loading...
Searching...
No Matches
WIDGET_HOTKEY_CLIENT_DATA Class Reference

Store the hotkey change data associated with each row. More...

Inheritance diagram for WIDGET_HOTKEY_CLIENT_DATA:

Public Member Functions

 WIDGET_HOTKEY_CLIENT_DATA (HOTKEY &aChangedHotkey)
 
HOTKEYGetChangedHotkey ()
 

Private Attributes

HOTKEYm_changed_hotkey
 

Detailed Description

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 61 of file widget_hotkey_list.cpp.

Constructor & Destructor Documentation

◆ WIDGET_HOTKEY_CLIENT_DATA()

WIDGET_HOTKEY_CLIENT_DATA::WIDGET_HOTKEY_CLIENT_DATA ( HOTKEY aChangedHotkey)
inline

Definition at line 66 of file widget_hotkey_list.cpp.

Member Function Documentation

◆ GetChangedHotkey()

HOTKEY & WIDGET_HOTKEY_CLIENT_DATA::GetChangedHotkey ( )
inline

Member Data Documentation

◆ m_changed_hotkey

HOTKEY& WIDGET_HOTKEY_CLIENT_DATA::m_changed_hotkey
private

Definition at line 63 of file widget_hotkey_list.cpp.

Referenced by GetChangedHotkey().


The documentation for this class was generated from the following file: