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

void Impala::Visualization::RotorBrowser::RotorView::SetShowHighResolution ( bool  showhighresolution  )  [inline]

Definition at line 191 of file RotorView.h.

References KEYFRAMES_ALWAYS, mIsHighRes, mUseKeyframes, and UpdateResolution().

Referenced by Impala::Visualization::RotorBrowser::RotorBrowserContext::UpdateViewsToContext().

00192     {
00193         if (mUseKeyframes == RotorView::KEYFRAMES_ALWAYS)
00194             return;
00195         mIsHighRes = showhighresolution;
00196         UpdateResolution();
00197     }

Here is the call graph for this function:


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