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

bool Impala::Visualization::CheckKeyBinding ( KeyBindings &  kb,
int  idx,
int  c,
int  state 
)

Definition at line 91 of file KeyBindings.h.

References ParseKeyBindingStr().

Referenced by Impala::Visualization::AppControlDoc::CheckBinding(), and CheckKeyBindingExt().

00092 {
00093     int     cVal, stateVal;
00094     String  str = kb[idx];
00095     ParseKeyBindingStr(str,cVal,stateVal);
00096     if (!stateVal && isupper(c))
00097         stateVal = oglShift;
00098     return (c==cVal && (state==stateVal));
00099 }

Here is the call graph for this function:


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