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

virtual void Impala::Visualization::IxsDocumentGuiMain::HandleNewDir (  )  [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocumentListener.

Definition at line 69 of file IxsDocumentGuiMain.h.

References Impala::Core::Database::DataDocument::GetFilesOfDir(), Impala::Core::ImageSet::IxsDocument::GetImageSet(), mImageSet, mIxsDoc, Impala::Visualization::ImagesWindow::ReplaceImages(), and Impala::Visualization::ImageSet::SetFirstVisY().

00070     {
00071         DataDocumentGui<IxsDocument>::HandleNewFile();
00072         if (!mImageSet)
00073             return;
00074         Core::Table::TableIds* table = mIxsDoc->GetFilesOfDir(-1);
00075         mImageSet->ReplaceImages(table, mIxsDoc->GetImageSet());
00076         mImageSet->SetFirstVisY(0, true);
00077         delete table;
00078     }

Here is the call graph for this function:


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