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

virtual void OglGui::DynamicList::RemoveWindow ( Window child,
bool  destroy = false 
) [inline, virtual]

Definition at line 66 of file DynamicList.h.

References HandleLayout(), and mChildWindows.

00067     {
00068         for (int i=0; i<mChildWindows.size(); i++)
00069             if (child == mChildWindows[i])
00070             {
00071                 mChildWindows.erase(mChildWindows.begin() + i);
00072                 if (destroy)
00073                     delete child;
00074                 HandleLayout();
00075                 return;
00076             }
00077     }

Here is the call graph for this function:


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