Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:50 2011 for ImpalaSrc by  doxygen 1.5.1