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

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

Definition at line 73 of file DropDownWindow.h.

References HandleLayoutChange(), and mChildWindows.

00074     {
00075         for (int i=0; i < (int) mChildWindows.size(); i++)
00076             if (child == mChildWindows[i])
00077             {
00078                 mChildWindows.erase(mChildWindows.begin() + i);
00079                 if (destroy)
00080                     delete child;
00081                 HandleLayoutChange();
00082                 return;
00083             }
00084     }

Here is the call graph for this function:


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