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: ![]()
|