Definition at line 125 of file DirImViewer.h. References NrOfFiles(). Referenced by FindFirstVisible(), and FindLastVisible(). 00126 { 00127 if (idx < 0) 00128 idx = 0; 00129 if (idx > NrOfFiles()-1) 00130 idx = NrOfFiles()-1; 00131 return idx; 00132 }
Here is the call graph for this function:
|