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

void OglGui::ProgressBar::Init ( int  borderType  )  [inline, private]

Definition at line 112 of file ProgressBar.h.

References mHorizontal, mPercentage, mShowPercentage, OglGui::OglWindow::SetBorderBackground(), OglGui::OglWindow::SetBorderType(), and SetColors().

00113     {
00114         mPercentage = 0.0f;
00115         mShowPercentage = false;
00116         mHorizontal = true;
00117         SetColors();
00118         SetBorderType(borderType);
00119         SetBorderBackground(oglTrLIGHTGREY);
00120     }

Here is the call graph for this function:


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