Searched refs:HOTKEY_SECTION (Results 1 – 4 of 4) sorted by relevance
125 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()
51 struct HOTKEY_SECTION struct81 std::vector<HOTKEY_SECTION>& GetSections();111 std::vector<HOTKEY_SECTION> m_hk_sections;
210 for( HOTKEY_SECTION& section: m_hotkeyStore.GetSections() ) in ImportHotKeys()240 for( HOTKEY_SECTION& section : m_hotkeyStore.GetSections() ) in dumpHotkeys()
580 for( HOTKEY_SECTION& section: m_hk_store.GetSections() ) in updateShownItems()