Public Member Functions | |
QVGLCanvas (const QString &title, QWidget *parent) | |
~QVGLCanvas () | |
virtual void | init () |
virtual void | display () |
virtual void | reshape (int w, int h) |
Protected Member Functions | |
void | initializeGL () |
void | paintGL () |
void | resizeGL (int w, int h) |
void | mousePressEvent (QMouseEvent *event) |
void | mouseReleaseEvent (QMouseEvent *event) |
void | mouseMoveEvent (QMouseEvent *event) |
void | wheelEvent (QWheelEvent *event) |
void | keyPressEvent (QKeyEvent *event) |
void | closeEvent (QCloseEvent *event) |
Protected Attributes | |
float | beginx |
float | beginy |
float | quat [4] |
float | zoom |
bool | pressedleft |
bool | pressedright |
float | maxwide |
float | cx |
float | cy |
float | cz |
Definition at line 30 of file qvglcanvas.h.