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

OglGui::StringColumns::ColumnData::ColumnData ( strconst  label,
StrVector strV,
int  w = 100,
ULONG  bg = 0 
) [inline]

Definition at line 31 of file StringColumns.h.

References bgColor, marked, name, strVector, and width.

00032         {
00033             name        = label;
00034             strVector   = strV;
00035             width       = w;
00036             bgColor     = bg;
00037             marked      = 0;
00038         }


Generated on Fri Mar 19 12:06:52 2010 for ImpalaSrc by  doxygen 1.5.1