Definition at line 301 of file ImageSetIdxGrid.h. References HandleViewDecoration(), HandleViewText(), HandleViewZoom(), and mViews. Referenced by HandleView(). 00302 { 00303 OGLVIEW* oglView; 00304 if (vIdx<0 || vIdx>=mViews.size() || !(oglView=mViews[vIdx])) 00305 return; 00306 if (!mViews[vIdx]->im) 00307 return; 00308 HandleViewZoom(oglView); 00309 HandleViewText(oglView); 00310 HandleViewDecoration(oglView); 00311 }
Here is the call graph for this function:
|