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

void OglGui::Slider::SetShowValPerc ( bool  doShow = true  )  [inline]

Definition at line 422 of file Slider.h.

References mPrecisionIdx, and mShowValPerc.

Referenced by OglGui::ZoomControl::Init(), and OglGui::LenseControl::Init().

00423     {
00424         mShowValPerc = doShow;
00425         mPrecisionIdx = doShow ? 2 : 0;
00426     }


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