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

void Impala::Visualization::Window::SetViewPos ( int  viewIdx,
int  x,
int  y 
) [inline]

Definition at line 234 of file Window.h.

References GetView(), OglGui::View::SetDimensions2D(), and SetViewPos().

Referenced by SetViewPos().

00235     {
00236         View* view = GetView(viewIdx);
00237         if (!view)
00238             return;
00239         view->SetDimensions2D(x, y, RETAIN, RETAIN);
00240     }

Here is the call graph for this function:


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