Definition at line 206 of file DirImViewer.h. References ClampViewIdx(), and mViews. Referenced by FindIndex(). 00207 { 00208 ClampViewIdx(start); 00209 for (int i=start; i>=0; i--) 00210 { 00211 if (imIdx == (long long) mViews[i]->UserData1) 00212 return i; 00213 } 00214 return -1; 00215 }
Here is the call graph for this function:
|