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

void Impala::Visualization::RotorBrowser::RotorBrowserGUI::DoQueryByRegion ( int  keyframe,
float  x,
float  y,
float  w,
float  h 
) [inline]

Definition at line 98 of file RotorBrowserGUI.h.

References ILOG_DEBUG, mRotorBrowser, and Impala::Visualization::RotorBrowser::RotorBrowser::OnRectangleSelectByKeyframe().

Referenced by Impala::Application::IDash::ScreenBrowser::QueryByRegionEvent().

00099     {
00100         ILOG_DEBUG("external DoQueryByRegion for " << keyframe);
00101         mRotorBrowser->OnRectangleSelectByKeyframe(keyframe, x, y, w, h);
00102     }

Here is the call graph for this function:


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