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

void Impala::Visualization::Window::SetViewSelectedTo ( int  viewIdx,
bool  state 
) [inline]

Definition at line 211 of file Window.h.

References mOglView, and SetViewSelectedTo().

Referenced by SetViewSelectedTo().

00212     {
00213         if (viewIdx >=mOglView.size() || viewIdx < 0)
00214             return;
00215         mOglView[viewIdx]->SetSelected(state);
00216     }

Here is the call graph for this function:


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