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

void Impala::Visualization::RotorBrowser::RotorDoDView::HandleDragRect (  )  [inline]

Definition at line 99 of file RotorDoDView.h.

References mDragHX, mDragHY, mDragLX, mDragLY, and mIsDragging.

Referenced by OnDrawView().

00100     {
00101         if (!mIsDragging) return;
00102 
00103         OGC prevOGC;
00104         OGCSave( &prevOGC );
00105         SetLineWidth(2);
00106         SetSolidLineColor(0xffdddd22);
00107         DrawRectangle3D(mDragLX,mDragLY,0.01,mDragHX-mDragLX,mDragHY-mDragLY);
00108         OGCRestore( &prevOGC );
00109     }


Generated on Fri Mar 19 11:56:18 2010 for ImpalaSrc by  doxygen 1.5.1