Searched refs:m_lCommand2Keys (Results 1 – 2 of 2) sorted by relevance
65 m_lCommand2Keys = rCopy.m_lCommand2Keys; in AcceleratorCache()82 m_lCommand2Keys = rCopy.m_lCommand2Keys; in takeOver()112 return (m_lCommand2Keys.find(sCommand) != m_lCommand2Keys.end()); in hasCommand()151 TKeyList& rKeyList = m_lCommand2Keys[sCommand]; in setKeyCommandPair()166 TCommand2Keys::const_iterator pCommand = m_lCommand2Keys.find(sCommand); in getKeysByCommand()167 if (pCommand == m_lCommand2Keys.end()) in getKeysByCommand()219 m_lCommand2Keys.erase(sCommand); in removeKey()240 m_lCommand2Keys.erase(sCommand); in removeCommand()
92 TCommand2Keys m_lCommand2Keys; member in framework::AcceleratorCache
Completed in 16 milliseconds