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

virtual void OglGui::DocScroller::SetContentPane ( Window nwPane,
bool  delOldContent = true,
bool  doLayout = true 
) [inline, virtual]

Reimplemented from OglGui::ScrollWnd.

Definition at line 63 of file DocScroller.h.

References OglGui::OglWindow::ConnectTo(), OglGui::ScrollWnd::mContent, OglGui::ScrollWnd::mHolder, and OglGui::ScrollWnd::SetContentPane().

Referenced by OglGui::StringListBox::Init(), and Impala::Application::MediaTable::TimeLineModule::NewWindow().

00065     {
00066         ScrollWnd::SetContentPane(nwPane,delOldContent,doLayout);
00067         if (doLayout)
00068             mContent->ConnectTo(mHolder);
00069     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:00:50 2010 for ImpalaSrc by  doxygen 1.5.1