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

virtual void Impala::Application::SDash::MonitorSelector::WindowDisplayEvent ( Window src,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 57 of file MonitorSelector.h.

References OglGui::OglWindow::H(), and OglGui::OglWindow::W().

00058     {
00059         OGC myOGC;
00060         OGCSave(&myOGC);
00061 
00062         int w = src->W();
00063         int h = src->H();
00064         SetSolidLineColor(oglWHITE);
00065         DrawRectangle(3, 8, w-6, h-12);
00066         glPointSize(3);
00067         DrawPoint(w-5,4);
00068         DrawPoint(w-10,4);
00069         DrawPoint(w-15,4);
00070 
00071         OGCRestore(&myOGC);
00072     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:49:23 2010 for ImpalaSrc by  doxygen 1.5.1