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

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

Definition at line 29 of file VideoTable.h.

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

00029                                                       : VideoTableBaseType(0)
00030     {
00031         mVidSet = vidSet;
00032         mName = name;
00033         SetColName(1, "videoId");
00034         SetColName(2, "vdsVideoId");
00035         SetColName(3, "caseId");
00036         SetColName(4, "url");
00037 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00038         if (!mName.empty())
00039             Load();
00040 #endif // REPOSITORY_USED
00041     }

Here is the call graph for this function:


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