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