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

void Impala::Core::VideoSet::VideoSet::UpdateVideoSet (  )  [inline]

Definition at line 208 of file VideoSet.h.

References Impala::Core::Database::RawDataSet::GetFilePathVideoData(), Impala::Core::Database::RawDataSet::mSetName, and Impala::Core::Database::RawDataSet::Save().

Referenced by Impala::Core::IDash::VideoSetWrapper::Add().

00209     {
00210         String fName = GetFilePathVideoData(mSetName, true, true);
00211         if (fName.empty()) // try force override thru read
00212             fName = GetFilePathVideoData(mSetName, false, false);
00213         Save(fName);
00214     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:32:59 2010 for ImpalaSrc by  doxygen 1.5.1