KiCad PCB EDA Suite
|
#include <hotkey_store.h>
Public Attributes | |
wxString | m_SectionName |
std::vector< HOTKEY > | m_HotKeys |
Definition at line 54 of file hotkey_store.h.
std::vector<HOTKEY> HOTKEY_SECTION::m_HotKeys |
Definition at line 57 of file hotkey_store.h.
Referenced by HOTKEY_STORE::Init().
wxString HOTKEY_SECTION::m_SectionName |
Definition at line 56 of file hotkey_store.h.
Referenced by HOTKEY_STORE::Init().