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

void OglGui::ViewerPointCloud::HandleMouseOver ( int  x,
int  y 
) [inline]

Definition at line 215 of file ViewerPointCloud.h.

References FindViewOnOfTagged(), LoadViewImage(), mDetailImageI, OglGui::OglWindow::mOglWnd, and OglGui::SetImageInterface::SetImage().

Referenced by HandleMouseMoveOnDisplay().

00216     {
00217         OGLVIEW* view = FindViewOnOfTagged(mOglWnd, x, y, 0, ignoreTag);
00218         OGLIMAGE* im = viewSys.GetImage(view);
00219         if (!im)
00220             im = LoadViewImage(view);
00221         mDetailImageI->SetImage(im);
00222         ReleaseOglImage(im);
00223     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:17 2011 for ImpalaSrc by  doxygen 1.5.1