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

void Impala::Application::SDash::TimeSlider::Init ( int  w,
int  h,
long  startSecs,
long  timeSpan 
) [inline, private]

Definition at line 166 of file TimeSlider.h.

References mCurrentTime, mLineY, mListener, mMargin, mStartTime, mTimeSpan, and SetTime().

00167     {
00168         mListener = 0;
00169 
00170         mStartTime   = startSecs;
00171         mTimeSpan    = timeSpan;
00172         mCurrentTime = -1;
00173 
00174         mMargin = 16;
00175         mLineY = 16;
00176 
00177         SetTime(startSecs);
00178     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:14 2011 for ImpalaSrc by  doxygen 1.5.1