#include <WindowView3D.h>
Inheritance diagram for OglGui::WindowView3D:
Public Member Functions | |
WindowView3D (Window *parent, int x, int y, int w, int h, OGLIMAGE *oglIm=0) | |
WindowView3D (Window *parent, int w, int h, OGLIMAGE *oglIm=0) | |
virtual void | InitFunc () |
OGLVIEW3D * | GetOglView () const |
Protected Attributes | |
OGLVIEW3D * | mView |
Private Member Functions | |
void | Init (OGLIMAGE *oglIm) |
Definition at line 11 of file WindowView3D.h.