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

Impala::Application::VideoExcel::TableSourceColumnDescription::TableSourceColumnDescription ( String  name,
int  type,
int  width = 120,
int  visparam = 0 
) [inline]

Definition at line 12 of file TableSourceColumnDescription.h.

References mColumnName, mType, mVisParam, and mWidth.

00014     {
00015         mColumnName = name;
00016         mWidth      = width;
00017         mType       = type;
00018         mVisParam   = visparam;
00019     }


Generated on Fri Mar 19 10:54:28 2010 for ImpalaSrc by  doxygen 1.5.1