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

bool Impala::Visualization::RotorBrowser::RotorBrowser::KeyboardClusterSelectionFunc ( int  c,
int  state 
) [inline]

Definition at line 608 of file RotorBrowser.h.

References CheckKBN(), Impala::Visualization::RotorBrowser::ThreadClusterSelector::ClusterKeyboardFunc(), DoBookmarkCluster(), ILOG_USER, and mClusterSelector.

Referenced by KeyboardFunc().

00609     {
00610         if (mClusterSelector->ClusterKeyboardFunc(c,state))
00611             return true;
00612 
00613         bool force    = false;
00614         bool positive = false;
00615 
00616         if ((positive = CheckKBN("CsBookPositive", c, state)) ||
00617             (force = positive = CheckKBN("CsBookPositiveForce", c, state)) ||
00618             (CheckKBN("CsBookNegative", c, state)) ||
00619             (force = CheckKBN("CsBookNegativeForce", c, state)))
00620         {
00621             ILOG_USER("KB: " << (force ? "force" : "") <<
00622                       "bookmark cluster viewer selection " <<
00623                       (positive ? "" : "as negative"));
00624             DoBookmarkCluster(positive, force);
00625             return true;
00626         }
00627         return false;
00628     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:48 2011 for ImpalaSrc by  doxygen 1.5.1