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

void Impala::Application::VideoExcel::VideoExcelNode::HandleLayoutChange (  )  [inline]

Definition at line 52 of file VideoExcelNode.h.

References Impala::Visualization::Window::DisplayFunc(), OglGui::Window::GetParent(), and OglGui::OglWindow::GetRunTimeType().

00053     {
00054         Window* wnd = this;
00055         while(wnd != 0 && (wnd->GetRunTimeType() & 8))
00056         {
00057             wnd->DisplayFunc();
00058             wnd = wnd->GetParent();
00059         }
00060     }

Here is the call graph for this function:


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