#include <TexturedViewAnimator.h>
Inheritance diagram for OglGui::TexturedViewAnimator:


Public Member Functions | |
| TexturedViewAnimator (int x, int y, int w, int h, OGLVIEW *oglView=0) | |
| TexturedViewAnimator (Window *parent, int w, int h, OGLVIEW *oglView=0) | |
| TexturedViewAnimator (Window *parent, int x, int y, int w, int h, OGLVIEW *oglView=0) | |
| void | OglView2D (OGLVIEW *oglView) | 
| OGLVIEW * | OglView2D () | 
| OGLVIEW3D * | OglView3D () | 
| virtual void | DisplayFunc () | 
Private Member Functions | |
| void | Init (OGLVIEW *oglView) | 
Private Attributes | |
| OGLVIEW * | mExternOglView2D | 
| OGLVIEW3D * | mInternOglView3D | 
Definition at line 16 of file TexturedViewAnimator.h.
 1.5.1