Definition at line 217 of file DirImViewer.h. References FindIndexBwd(), and FindIndexFwd(). Referenced by HandleView(). 00218 { 00219 if (backward) 00220 return FindIndexBwd(imIdx, start); 00221 else 00222 return FindIndexFwd(imIdx, start); 00223 }
Here is the call graph for this function:
|