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

void OglGui::CheckBoxValueBars::Init ( int  w,
int  h,
int  options 
) [inline, private]

Definition at line 191 of file CheckBoxValueBars.h.

References OglGui::Window::GetParent(), HandleOptions(), mCheckBoxWidth, mDropSelector, mModalWnd, mOptions, and mTopWnd.

00192     {
00193         mTopWnd = this;
00194         Window* parent = this;
00195         while(parent = parent->GetParent())
00196             mTopWnd = parent;
00197 
00198         mCheckBoxWidth  = 120;
00199         mDropSelector = 0;
00200         mModalWnd = 0;
00201         if (mOptions = options)
00202             HandleOptions();
00203     }

Here is the call graph for this function:


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