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

void Impala::Visualization::RotorBrowser::ThreadClusterSelector::InitKeyBindings (  )  [inline]

Definition at line 47 of file ThreadClusterSelector.h.

References Impala::Visualization::InitKeyBinding(), and mKeyBindings.

Referenced by ThreadClusterSelector().

00048     {
00049         KeyBindingsMap& kb = mKeyBindings;
00050 
00051         InitKeyBinding(kb,"RbCsNextPage",                  "d", "D");    
00052         InitKeyBinding(kb,"RbCsPrevPage",                  "a", "A");
00053         InitKeyBinding(kb,"RbCsIncrSelectionSize",         "w", "W");
00054         InitKeyBinding(kb,"RbCsDecrSelectionSize",         "s", "S");
00055         InitKeyBinding(kb,"RbCsBrowseDecrSelectionSize",   "a", "A");
00056         InitKeyBinding(kb,"RbCsBrowseIncrSelectionSize",   "d", "D");
00057         InitKeyBinding(kb,"RbCsTogglePaginate",            "r", "R");
00058         InitKeyBinding(kb,"RbCsClusterBookPositive",       "space");
00059         InitKeyBinding(kb,"RbCsClusterBookPositiveForced", "shift-space");
00060         InitKeyBinding(kb,"RbCsClusterBookNegative",       "x");
00061         InitKeyBinding(kb,"RbCsClusterBookNegativeForced", "X");
00062     }

Here is the call graph for this function:


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