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

void OglGui::SixView2DWindow::SetLayoutNr ( int  idx  )  [inline]

Definition at line 42 of file SixView2DWindow.h.

References mLayout.

00043     {
00044         if (idx < 0 || idx > 4)
00045             return;
00046         mLayout = idx;
00047     }


Generated on Fri Mar 19 12:05:48 2010 for ImpalaSrc by  doxygen 1.5.1