Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Visualization::CheckKeyBindingExt ( KeyBindingsMap &  kb,
String  keyStr,
int  c,
int  state,
int  n = 6 
)

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:


Generated on Thu Jan 13 09:24:26 2011 for ImpalaSrc by  doxygen 1.5.1