Definition at line 51 of file ScrollWnd.h. References mContent. Referenced by Impala::Visualization::SimilarityTimeLineVideo::BuildConceptControl(), Impala::Visualization::GUI::ConceptTreeBrowser::Init(), Impala::Application::SDash::CameraEventListPane::Init(), Impala::Application::SDash::AlertWindow::Init(), OglGui::OglDemo::TitledControlTreeView(), and OglGui::OglDemo::TitledFancyTreeView(). 00052 { 00053 if (!contentPane) 00054 return false; 00055 00056 if (mContent) 00057 delete mContent; 00058 mContent = contentPane; 00059 return true; 00060 }
|