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

virtual void OglGui::CheckBoxValueBars::InitDisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 140 of file CheckBoxValueBars.h.

References OglGui::Window::InitDisplayFunc(), and OglGui::DynamicList::mChildWindows.

00141     {
00142         for (int i=0; i<mChildWindows.size(); i++)
00143         {
00144             CheckBoxValueBar* chBoxVB = (CheckBoxValueBar*) mChildWindows[i];
00145             ULONG col = chBoxVB->ValueBar()->GetBackground();
00146             chBoxVB->ChBox()->SetBorderBackground(col);
00147         }
00148         DynamicList::InitDisplayFunc();
00149     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:59:41 2010 for ImpalaSrc by  doxygen 1.5.1