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

bool Impala::Visualization::CheckKeyBinding ( KeyBindingsMap &  kb,
String  keyStr,
int  c,
int  state 
)

Definition at line 204 of file KeyBindingsMap.h.

References ParseKeyBindingStr().

00205 {
00206     int     cVal, stateVal;
00207     String  str = kb[keyStr];
00208     ParseKeyBindingStr(str, cVal, stateVal);
00209     if (!stateVal && isupper(c))
00210         stateVal = oglShift;
00211     return (c==cVal && (state==stateVal));
00212 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:41:42 2010 for ImpalaSrc by  doxygen 1.5.1