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

void Impala::Application::TagsLife::TagsWeekPlot::HandleDetailView (  )  [inline, protected]

Definition at line 242 of file TagsWeekPlot.h.

References AXIS_Y, OglGui::OglWindow::GetDimensions(), OglGui::OglWindow::GetVisible(), mDetailRef, and mDetailView.

Referenced by DisplayFunc().

00243     {
00244         if (!mDetailView->GetVisible())
00245             return;
00246 
00247         int x,y,w,h;
00248         mDetailRef->GetDimensions(x,y,w,h);
00249         SetSolidLineColor(oglRED);
00250         DrawLine(x,y,x+w/2-50,y-AXIS_Y);
00251         DrawLine(x+w,y,x+w/2+50,y-AXIS_Y);
00252     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:25 2011 for ImpalaSrc by  doxygen 1.5.1