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

void Impala::Core::IDash::VideoTable::Update ( String  name  )  [inline]

Definition at line 100 of file VideoTable.h.

References Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathVideoIndex(), mName, mVidSet, and Impala::Core::Table::Write().

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

00101     {
00102         if (!name.empty())
00103             mName = name;
00104         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00105                                                       true, true);
00106         if (fName.empty())  // try force override thru read
00107             fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00108                                                    false, false);
00109         Write(this, fName, mVidSet->GetDatabase(), true);
00110     }

Here is the call graph for this function:


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