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

bool Impala::Visualization::RotorBrowser::RotorBrowser::CheckKBN ( String  keyStr,
int  c,
int  state,
int  n = 6 
) [inline]

Definition at line 263 of file RotorBrowser.h.

References Impala::Visualization::CheckKeyBindingExt(), mKeyBindings, and mPreFix.

Referenced by CrossBrowserNavigateKey(), KeyboardClusterSelectionFunc(), KeyboardCrossFunc(), KeyboardForkFunc(), KeyboardRotorFunc(), RotorBrowserNavigateKey(), StdKeyboardFunc(), and VisualQueryKey().

00264     {
00265         keyStr = mPreFix + keyStr;
00266         return CheckKeyBindingExt(mKeyBindings, keyStr, c, state, n);
00267     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:53:27 2010 for ImpalaSrc by  doxygen 1.5.1