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

void Impala::Visualization::Plot::PlotNeedle::Init ( double  minX,
double  maxX,
double  x,
double  top,
double  bottom 
) [inline, private]

Definition at line 90 of file PlotNeedle.h.

References mDragging, mListener, mRoundOffset, mX, SetMinMaxX(), and SetTopBottom().

Referenced by PlotNeedle().

00091     {
00092         mListener = 0;
00093         mX = x;
00094         SetMinMaxX(minX,maxX);
00095         SetTopBottom(top, bottom);
00096         mRoundOffset = 0.0;
00097         mDragging = false;
00098     }

Here is the call graph for this function:


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