Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:59 2011 for ImpalaSrc by  doxygen 1.5.1