Definition at line 215 of file KeyBindingsMap.h. References CheckKeyBinding(), and Impala::MakeString(). Referenced by Impala::Visualization::RotorBrowser::ThreadClusterSelector::CheckKBN(), and Impala::Visualization::RotorBrowser::RotorBrowser::CheckKBN(). 00216 { 00217 if (CheckKeyBinding(kb, keyStr, c, state)) 00218 return true; 00219 for (int i=1; i<n; i++) 00220 if (CheckKeyBinding(kb, keyStr + "-" + MakeString(i), c, state)) 00221 return true; 00222 return false; 00223 }
Here is the call graph for this function:
|