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