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