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

void Impala::Application::VideoExcel::VideoExcelNode::RemoveNode ( Window child,
bool  destroy = false 
) [inline]

Definition at line 65 of file VideoExcelNode.h.

References HandleLayoutChange(), and mChildNodes.

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:52:39 2010 for ImpalaSrc by  doxygen 1.5.1