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

void Impala::Visualization::ImageSetIdxGrid::FixedCellWidth ( int  w  )  [inline]

Definition at line 133 of file ImageSetIdxGrid.h.

References mCellH, mCellW, mExtH, and mFixedCellDims.

Referenced by Impala::Visualization::ImageSetIdxGridScroller::FixedCellWidth(), and Init().

00134     {
00135         if (mFixedCellDims = (w > 20)) 
00136             mCellH = mExtH + (mCellW = w);
00137         else
00138             mCellH = mExtH + (mCellW = 128);
00139     }


Generated on Thu Jan 13 09:24:43 2011 for ImpalaSrc by  doxygen 1.5.1