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

virtual void Impala::Visualization::ViewWithRect::OnMouse ( int  msg,
int  btn,
int  state,
int  x,
int  y 
) [inline, virtual]

Definition at line 67 of file ViewWithRect.h.

References mRect, and OglGui::View::OnMouse().

00068     {
00069         std::cout << "MOUSE" << std::endl;
00070         // allow Visualization::View to set the DragRect
00071         Visualization::View::OnMouse(msg, btn, state, x, y);
00072         mRect = GetPointerDragRect();
00073         // make sure listeners receive the latest DragRect
00074         OglGui::View::OnMouse(msg, btn, state, x, y);
00075     }

Here is the call graph for this function:


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