Definition at line 134 of file DirImViewer.h. References mViews. Referenced by ClearViews(), FindIndexBwd(), and FindIndexFwd(). 00135 { 00136 if (idx < 0) 00137 idx = 0; 00138 if (idx > mViews.size()-1) 00139 idx = mViews.size()-1; 00140 return idx; 00141 }
|