Home
last modified time | relevance | path

Searched refs:m_lCommand2Keys (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/accelerators/
H A Dacceleratorcache.cxx65 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()
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx92 TCommand2Keys m_lCommand2Keys; member in framework::AcceleratorCache

Completed in 16 milliseconds