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