Definition at line 243 of file Window.h. References GetView(), and mOglView. Referenced by GetView(), GetViewWithRect(), SetViewPos(), SetViewText(), and SetViewVisible(). 00244 { 00245 if ((index < 0) || (index >= mOglView.size())) 00246 return 0; 00247 return mOglView[index]; 00248 }
Here is the call graph for this function:
|