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

void Impala::Application::VideoExcel::TableDataSource::AddStaticColumn ( String  name,
int  coltype,
int  width = 120,
int  param = 0 
) [inline, protected]

Definition at line 622 of file TableDataSource.h.

References mColumnNames.

Referenced by Impala::Application::VideoExcel::TableDataSourceTrec::Init(), and Impala::Application::VideoExcel::TableDataSourceImageDir::Init().

00623     {
00624         TableSourceColumnDescription p(name, coltype, width, param);
00625         mColumnNames.push_back(p);
00626     }


Generated on Thu Jan 13 09:16:45 2011 for ImpalaSrc by  doxygen 1.5.1