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

virtual void OglGui::DynamicList::AddWindow ( Window child,
int  insertAt = -1 
) [inline, virtual]

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:


Generated on Fri Mar 19 12:01:20 2010 for ImpalaSrc by  doxygen 1.5.1