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:
|