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

virtual void Impala::Visualization::RotorBrowser::RotorBrowser::OnRectangleSelectByKeyframe ( int  keyframeID,
float  x,
float  y,
float  w,
float  h 
) [inline, virtual]

Definition at line 1823 of file RotorBrowser.h.

References DoQueryByRegion(), and ILOG_DEBUG.

Referenced by Impala::Visualization::RotorBrowser::RotorBrowserGUI::DoQueryByRegion().

01825     {
01826         ILOG_DEBUG("OnRectangleSelect: keyframe ID="<<keyframeID<<" x=" <<
01827                    x << " y=" << y << " w=" << w << " h=" << h);
01828         DoQueryByRegion(keyframeID, x, y, w, h);
01829     }

Here is the call graph for this function:


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