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

virtual void Impala::Application::SDash::SurveillanceMap::WindowMouseEvent ( Window src,
int  msg,
int  but,
int  state,
int  x,
int  y,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::WindowListener.

Definition at line 101 of file SurveillanceMap.h.

References GetButtonId(), mShowTrack, and mStreetLabels.

00103     {
00104         if (mShowTrack)
00105             return;
00106         int id = GetButtonId((Button*)src);
00107         if (msg == oglMouseEnter)
00108             mStreetLabels[id]->SetVisible(true);
00109         if (msg == oglMouseLeave)
00110             mStreetLabels[id]->SetVisible(false);
00111     }

Here is the call graph for this function:


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