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

virtual void Impala::Application::IDash::NfiSixView::ReshapeFunc ( int  w,
int  h 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 150 of file NfiSixView.h.

References mPlayers, and OglGui::OglWindow::SetDimensions().

00151     {
00152        for (int i=0; i<6; i++)
00153         mPlayers[i]->SetDimensions(i%3 * w/3, i/3 * h/2, w/3, h/2);
00154     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:59 2010 for ImpalaSrc by  doxygen 1.5.1