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

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

Definition at line 113 of file DirImViewer.h.

References mCellH, mCellW, mExtH, and mFixedCellDims.

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

00114     {
00115         if (mFixedCellDims = (w > 20)) 
00116             mCellH = mExtH + (mCellW = w);
00117         else
00118             mCellH = mExtH + (mCellW = 128);
00119     }


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