Home
last modified time | relevance | path

Searched refs:HOTKEY_SECTION (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dhotkey_store.cpp125 HOTKEY_SECTION* currentSection = nullptr; in Init()
137 m_hk_sections.emplace_back( HOTKEY_SECTION() ); in Init()
154 m_hk_sections.emplace_back( HOTKEY_SECTION() ); in Init()
164 std::vector<HOTKEY_SECTION>& HOTKEY_STORE::GetSections() in GetSections()
172 for( HOTKEY_SECTION& section : m_hk_sections ) in SaveAllHotkeys()
185 for( HOTKEY_SECTION& section : m_hk_sections ) in ResetAllHotkeysToDefault()
195 for( HOTKEY_SECTION& section : m_hk_sections ) in ResetAllHotkeysToOriginal()
213 for( HOTKEY_SECTION& section : m_hk_sections ) in CheckKeyConflicts()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dhotkey_store.h51 struct HOTKEY_SECTION struct
81 std::vector<HOTKEY_SECTION>& GetSections();
111 std::vector<HOTKEY_SECTION> m_hk_sections;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Dpanel_hotkeys_editor.cpp210 for( HOTKEY_SECTION& section: m_hotkeyStore.GetSections() ) in ImportHotKeys()
240 for( HOTKEY_SECTION& section : m_hotkeyStore.GetSections() ) in dumpHotkeys()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dwidget_hotkey_list.cpp580 for( HOTKEY_SECTION& section: m_hk_store.GetSections() ) in updateShownItems()