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

void Impala::Visualization::DirImViewer::HandleViewSettings ( int  vIdx  )  [inline]

Definition at line 297 of file DirImViewer.h.

References HandleViewDecoration(), HandleViewText(), HandleViewZoom(), and mViews.

Referenced by HandleView().

00298     {
00299         OGLVIEW*  oglView;
00300         if (vIdx<0 || vIdx>mViews.size() || !(oglView=mViews[vIdx]))
00301             return;
00302         if (!mViews[vIdx]->im)
00303             return;
00304         HandleViewZoom(oglView);
00305         HandleViewText(oglView);
00306         HandleViewDecoration(oglView);
00307     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:38 2011 for ImpalaSrc by  doxygen 1.5.1