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

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

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:


Generated on Fri Mar 19 12:01:07 2010 for ImpalaSrc by  doxygen 1.5.1