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