Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:16:48 2011 for ImpalaSrc by  doxygen 1.5.1