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

void OglGui::ZoomShiftRuler::Init ( int  w,
int  h,
long  start,
long  span 
) [inline, private]

Reimplemented in OglGui::WindowTimeLine.

Definition at line 412 of file ZoomShiftRuler.h.

References mAxisY, mCurrent, mDragging, mListener, mNeedleColor, mNeedleDownH, mNeedleUpH, mPropagateMargin, mPropagateScrolling, mScaling, mShowNeedle, mTextColor, mTextShaded, mTextShadowBg, mTextShadowFg, OglGui::Window::SetDisableOGLViewKeys(), OglGui::Window::SetDisableOGLViewMouse(), OglGui::DocDimensions::SetDocDimensions(), SetMinMaxDocWidth(), SetRange(), and OglGui::RepeatTimer::SetRepeatDelays().

00413     {
00414         mListener = 0;
00415         SetDocDimensions(0,0,w,h);
00416         SetMinMaxDocWidth(-1,-1);
00417         SetRange(start,span);
00418         mDragging = mScaling = false;
00419         mCurrent = start;
00420         mShowNeedle = true;
00421         mNeedleColor = oglRED;
00422         mNeedleUpH = mNeedleDownH = 8;
00423         mTextShadowFg = oglDARKGREY;
00424         mTextShadowBg = oglWHITE;
00425         mTextColor = oglBLACK;
00426         mTextShaded = true;
00427         mAxisY = 20;
00428         SetRepeatDelays(40,10);
00429         mPropagateMargin = 50;
00430         mPropagateScrolling = false;
00431         SetDisableOGLViewKeys(true);
00432         SetDisableOGLViewMouse(true);
00433     }

Here is the call graph for this function:


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