Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:31 2011 for ImpalaSrc by  doxygen 1.5.1