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

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

Definition at line 301 of file DirImViewer.h.

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

Referenced by HandleView().

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

Here is the call graph for this function:


Generated on Fri Mar 19 11:43:17 2010 for ImpalaSrc by  doxygen 1.5.1