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

void Impala::Visualization::RotorBrowser::RotorBrowser::SetEnableShotSwallow ( bool  swallow  )  [inline]

Definition at line 1206 of file RotorBrowser.h.

References mEnableShotSwallow, mKeepCenterCentered, Impala::Visualization::RotorBrowser::RotorBrowserContext::SetGlobalShotSwallow(), and ShowStatusStr().

Referenced by Impala::Visualization::RotorBrowser::BrowserControl::ButtonSelectionEvent(), Init(), StdKeyboardFunc(), and ToggleShotSwallowThread().

01207     {
01208         if (mKeepCenterCentered)
01209         {
01210             ShowStatusStr("Bookmarked shots", "hidden, keep center enabled",
01211                           0xffdddd22);
01212             return;
01213         }
01214         mEnableShotSwallow = swallow;
01215         RotorBrowserContext::SetGlobalShotSwallow(swallow);
01216         if (swallow)
01217             ShowStatusStr("Bookmarked shots", "hidden", oglDARKRED);
01218         else
01219             ShowStatusStr("Bookmarked shots", "shown", oglDARKGREEN);
01220     }

Here is the call graph for this function:


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