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

void OglGui::DropDownWindow::HandleLayoutChange (  )  [inline]

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:


Generated on Thu Jan 13 09:26:26 2011 for ImpalaSrc by  doxygen 1.5.1