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

void Impala::Application::TagsLife::TagsWeekPlot::WndView2DMouseEvent ( WindowView2D wndView2D,
int  msg 
) [inline, protected]

Definition at line 120 of file TagsWeekPlot.h.

References OglGui::WindowView2D::GetOglView(), mDetailRef, mDetailView, OglGui::OglWindow::SetDimensions(), OglGui::WindowView2D::SetImage(), OglGui::OglWindow::SetVisible(), OglGui::OglWindow::ToTopWindow(), and OglGui::OglWindow::W().

Referenced by WindowMouseEvent().

00121     {
00122         if (msg == oglMouseEnter /* && wndView2D->W()<100 */)
00123         {
00124             mDetailRef = wndView2D;
00125             mDetailView->SetImage(wndView2D->GetOglView()->im);
00126             int topX = wndView2D->W()/2-50;
00127             int topY = -120;
00128             ToTopWindow(wndView2D,topX,topY);
00129             mDetailView->SetDimensions(topX,topY,100,100);
00130             mDetailView->SetVisible(true);
00131         }
00132         if (msg == oglMouseLeave)
00133             mDetailView->SetVisible(false);
00134     }

Here is the call graph for this function:


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