Extending wxGLCanvas with some useful features.
More...
#include <OpenGLCanvas.h>
List of all members.
Detailed Description
Extending wxGLCanvas with some useful features.
Constructor & Destructor Documentation
OpenGLCanvas::OpenGLCanvas |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = 0 , |
|
|
const wxString & |
name = _T("OpenGLCanvas") |
|
) |
| |
OpenGLCanvas::~OpenGLCanvas |
( |
| ) |
[virtual] |
Member Function Documentation
void OpenGLCanvas::InitGL |
( |
| ) |
[virtual] |
void OpenGLCanvas::OnEnterWindow |
( |
wxMouseEvent & |
WXUNUSEDevent | ) |
[protected] |
void OpenGLCanvas::OnEraseBackground |
( |
wxEraseEvent & |
WXUNUSEDevent | ) |
[protected] |
void OpenGLCanvas::OnMouseEvent |
( |
wxMouseEvent & |
event | ) |
[protected] |
void OpenGLCanvas::OnPaint |
( |
wxPaintEvent & |
WXUNUSEDevent | ) |
[protected] |
void OpenGLCanvas::OnSize |
( |
wxSizeEvent & |
event | ) |
[protected] |
void OpenGLCanvas::OnTimer |
( |
wxTimerEvent & |
event | ) |
[protected] |
void OpenGLCanvas::Render |
( |
| ) |
[virtual] |
void OpenGLCanvas::SetController |
( |
Control3D & |
control | ) |
|
void OpenGLCanvas::SetupLighting |
( |
| ) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: