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

virtual void OglGui::ZoomShiftRuler::DrawNeedle (  )  [inline, virtual]

Definition at line 202 of file ZoomShiftRuler.h.

References mAxisY, mCurrent, mNeedleColor, mNeedleDownH, mNeedleUpH, and Unit2Pixel().

Referenced by DisplayFunc(), and Impala::Visualization::SimilarityTimeLine::NeedleOverConcepts().

00203     {
00204         int curX = Unit2Pixel(mCurrent);
00205         SetSolidLineColor(mNeedleColor);
00206         DrawLine(curX,mAxisY-mNeedleDownH,curX,mAxisY+mNeedleUpH);
00207     }

Here is the call graph for this function:


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