[inline]
Definition at line 71 of file DirImViewer3D.h.
References mNrToShow.
Referenced by Init().
00072 { 00073 if (nrToShow < 8) nrToShow = 8; 00074 if (nrToShow > 108) nrToShow = 108; 00075 mNrToShow = nrToShow; 00076 }