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

void Impala::Visualization::RotorBrowser::RotorBrowser::TogglePlayUntilEnd (  )  [inline]

Definition at line 1764 of file RotorBrowser.h.

References Impala::Visualization::RotorBrowser::RotorViewCache::FindViewFor(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetCenter(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), Impala::Visualization::RotorBrowser::RotorView::GetPlayUntilEnd(), Impala::Visualization::RotorBrowser::ThreadClusterSelector::IsActive(), mActiveContext, mCache, mClusterSelector, Impala::Visualization::RotorBrowser::RotorView::SetPlayUntilEnd(), and ShowStatusStr().

Referenced by StdKeyboardFunc().

01765     {
01766         if (mClusterSelector->IsActive())
01767             return;
01768 
01769         RotorView* center = mCache->FindViewFor(mActiveContext->GetName(), 
01770                                                 mActiveContext->GetCenter());
01771         if (center)
01772             center->SetPlayUntilEnd(!center->GetPlayUntilEnd());
01773         ShowStatusStr("Center shot plays until end of video",
01774                                    center->GetPlayUntilEnd());
01775     }

Here is the call graph for this function:


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