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

virtual void OglGui::OglDemo::OnPixDisplay::WindowDisplayEvent ( Window src,
void *  userData 
) [inline, private, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 220 of file OglDemo.h.

References OglGui::OglWindow::GetDimensions().

00221         {
00222             LENSE*  detail = (LENSE*) userData;
00223             int     w, h;
00224             src->GetDimensions(w,h);
00225             viewSys.SetDimensions(detail->view, -10, -10, w+20, h+20);
00226         }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:39 2011 for ImpalaSrc by  doxygen 1.5.1