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