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:
|