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

void OglGui::WindowTimeLine::Init ( int  w,
int  h,
long  startTime,
long  timeSpan 
) [inline, private]

Reimplemented from OglGui::ZoomShiftRuler.

Definition at line 426 of file WindowTimeLine.h.

References OglGui::ZoomShiftRuler::mAxisY, mDrawLineFlag, mGetOglImageByIdI, mLineStipple, mListener, mMaxVisibleImages, mOglImageCache, mViewDrawLineFlag, mViewLineStipple, OglGui::DocDimensions::SetDocDimensions(), OglGui::ZoomShiftRuler::SetRange(), and OglGui::ZoomShiftRuler::SetTextShadowColors().

00427     {
00428         SetDocDimensions(0,0,w,h);
00429         SetRange(startTime,timeSpan);
00430         mListener = 0;
00431         mDrawLineFlag = mViewDrawLineFlag = true;
00432         mLineStipple = mViewLineStipple = (short) oglSolid;
00433         mAxisY = 20;
00434         SetTextShadowColors(oglDARKGREY, oglLIGHTGREY);
00435 
00436         mMaxVisibleImages = 200;
00437         mOglImageCache    = 0;
00438         mGetOglImageByIdI = 0;
00439     }

Here is the call graph for this function:


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