Definition at line 158 of file DirImViewer.h. References ClampViewIdx(), and mViews. Referenced by DisplayFunc(). 00159 { 00160 ClampViewIdx(start); 00161 ClampViewIdx(end); 00162 for (int i=start; i<end; i++) 00163 { 00164 viewSys.SetImage(mViews[i], 0); 00165 viewSys.ClearTags(mViews[i], visibleTag); 00166 mViews[i]->UserData1 = (void*)-1; 00167 } 00168 }
Here is the call graph for this function:
|