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

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

Definition at line 75 of file DropDownWindow.h.

References HandleLayoutChange(), and mChildWindows.

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

Here is the call graph for this function:


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