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

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

Definition at line 85 of file QuerySetTable.h.

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

00086     {
00087         if (!name.empty())
00088             mName = name;
00089         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00090                                                       true, false);
00091         Write(this, fName, mVidSet->GetDatabase(), true);
00092     }

Here is the call graph for this function:


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