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

VxsDocument* Impala::Core::VideoSet::MakeVxsDocument ( std::string  fileName  )  [inline]

Definition at line 16 of file MakeVxsDocument.h.

References Impala::FileNameExt(), Impala::Core::VideoSet::VxsDocument::LoadBookmarked(), and MakeVideoSet().

Referenced by Impala::Application::WindowVidBrowse::WindowVidBrowse().

00017 {
00018     VideoSet* vidSet = MakeVideoSet(fileName);
00019     VxsDocument* vxsDoc = new VxsDocument(vidSet);
00020     if (FileNameExt(fileName) == "vxs")
00021         vxsDoc->LoadBookmarked(fileName);
00022     return vxsDoc;
00023 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:13 2010 for ImpalaSrc by  doxygen 1.5.1