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

Core::Geometry::Rectangle Impala::Visualization::View::GetPointerDragRect (  )  const [inline]

Definition at line 210 of file View.h.

References GetPointerDragRect(), mPointerDragX, mPointerDragY, mPointerX, and mPointerY.

Referenced by GetPointerDragRect().

00211     {
00212         return Core::Geometry::Rectangle(mPointerX, mPointerY, mPointerDragX,
00213                                      mPointerDragY);
00214     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:00 2010 for ImpalaSrc by  doxygen 1.5.1