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

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

Definition at line 95 of file QuerySetTable.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().

00096     {
00097         if (!name.empty())
00098             mName = name;
00099         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00100                                                       true, true);
00101         if (fName.empty())  // try force override thru read
00102             fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00103                                                    false, false);
00104         Write(this, fName, mVidSet->GetDatabase(), true);
00105     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:12:53 2010 for ImpalaSrc by  doxygen 1.5.1