Definition at line 79 of file DynamicList.h. References HandleLayout(), mChildWindows, and OglGui::Window::SetAllowReposition(). Referenced by OglGui::CheckBoxValueBars::AddItem(). 00080 { 00081 if (insertAt==-1 || insertAt>mChildWindows.size()-1) 00082 insertAt = mChildWindows.size(); 00083 00084 mChildWindows.insert(mChildWindows.begin()+insertAt,child); 00085 child->SetAllowReposition(false); 00086 HandleLayout(); 00087 }
Here is the call graph for this function:
|