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 }
|