Definition at line 213 of file DirImViewer.h. References FindIndexBwd(), and FindIndexFwd(). Referenced by HandleView(). 00214 { 00215 if (backward) 00216 return FindIndexBwd(imIdx, start); 00217 else 00218 return FindIndexFwd(imIdx, start); 00219 }
Here is the call graph for this function: ![]()
|