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

void Impala::Application::IDash::ScreenReconstruction::OnRectangleSelect ( float  x,
float  y,
float  w,
float  h 
) [inline, virtual]

Reimplemented from OglGui::WindowView2DWithRectListener.

Definition at line 77 of file ScreenReconstruction.h.

References ILOG_DEBUG, and mListeners.

00078     {
00079         ILOG_DEBUG("Region selected in panorama, sending keyframe 4145...");
00080         for (int i=0; i<mListeners.size();i++)
00081             mListeners[i]->QueryByRegionEvent(4145 , x, y, w, h);
00082     }


Generated on Thu Jan 13 09:15:06 2011 for ImpalaSrc by  doxygen 1.5.1