Definition at line 60 of file DropDownWindow.h. References OglGui::Window::DisplayFunc(), OglGui::Window::GetParent(), and OglGui::OglWindow::GetRunTimeType(). Referenced by AddWindow(), DropDown(), and RemoveWindow(). 00061 { 00062 Window* wnd = this; 00063 while(wnd != 0 && (wnd->GetRunTimeType() & 8)) 00064 { 00065 wnd->DisplayFunc(); 00066 wnd = wnd->GetParent(); 00067 } 00068 }
Here is the call graph for this function:
|