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:
|