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

Impala::Core::IDash::QuerySetTable::QuerySetTable ( VideoSet::VideoSet vidSet,
String  name 
) [inline]

Definition at line 29 of file QuerySetTable.h.

References Load(), mName, mVidSet, and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName().

00030         : QuerySetTableBaseType(0)
00031     {
00032         mVidSet = vidSet;
00033         mName = name;
00034         SetColName(1, "qSetId");
00035         SetColName(2, "videosLink");
00036         SetColName(3, "querySetLink");
00037         SetColName(4, "caseId");
00038 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00039         Load();
00040 #endif // REPOSITORY_USED
00041     }

Here is the call graph for this function:


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