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

int OglGui::AlertTimeLine::ComputeX ( long  btnTime  )  [inline, protected]

Definition at line 247 of file AlertTimeLine.h.

References mAlertW, mCurrentTime, mTimeSpan, and OglGui::OglWindow::W().

Referenced by AddAlert(), ComputeX(), DrawTicks(), and PositionAlerts().

00248     {
00249         float   x = W() - ((mCurrentTime - btnTime)/(float)mTimeSpan) * W();
00250         x -=  mAlertW;
00251         return (int) x;
00252     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:05 2011 for ImpalaSrc by  doxygen 1.5.1