Definition at line 195 of file DirImViewer.h. References ClampViewIdx(), and mViews. Referenced by FindIndex(). 00196 { 00197 ClampViewIdx(start); 00198 for (int i=start; i<mViews.size(); i++) 00199 { 00200 if (imIdx == (long long) mViews[i]->UserData1) 00201 return i; 00202 } 00203 return -1; 00204 }
Here is the call graph for this function:
|