List of all members.
Public Member Functions |
| | GLWidget (QWidget *parent=NULL, const QGLWidget *shareWidget=NULL, Qt::WindowFlags f=0, bool forwardKeyEvents=false) |
| | GLWidget (QGLContext *context, QWidget *parent=NULL, const QGLWidget *shareWidget=NULL, Qt::WindowFlags f=0, bool forwardKeyEvents=false) |
| | GLWidget (const QGLFormat &format, QWidget *parent=NULL, const QGLWidget *shareWidget=NULL, Qt::WindowFlags f=0, bool forwardKeyEvents=false) |
| virtual | ~GLWidget () |
| void | setGraphicsWindow (GraphicsWindowQt *gw) |
| GraphicsWindowQt * | getGraphicsWindow () |
| const GraphicsWindowQt * | getGraphicsWindow () const |
| bool | getForwardKeyEvents () const |
| virtual void | setForwardKeyEvents (bool f) |
| void | setKeyboardModifiers (QInputEvent *event) |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | wheelEvent (QWheelEvent *event) |
Protected Member Functions |
| virtual void | resizeEvent (QResizeEvent *event) |
| virtual void | moveEvent (QMoveEvent *event) |
| virtual void | glDraw () |
| virtual bool | event (QEvent *event) |
Protected Attributes |
| GraphicsWindowQt * | _gw |
| bool | _forwardKeyEvents |
Friends |
| class | GraphicsWindowQt |
Constructor & Destructor Documentation
| osgQt::GLWidget::GLWidget |
( |
QGLContext * |
context, |
|
|
QWidget * |
parent = NULL, |
|
|
const QGLWidget * |
shareWidget = NULL, |
|
|
Qt::WindowFlags |
f = 0, |
|
|
bool |
forwardKeyEvents = false |
|
) |
| |
| osgQt::GLWidget::GLWidget |
( |
const QGLFormat & |
format, |
|
|
QWidget * |
parent = NULL, |
|
|
const QGLWidget * |
shareWidget = NULL, |
|
|
Qt::WindowFlags |
f = 0, |
|
|
bool |
forwardKeyEvents = false |
|
) |
| |
Member Function Documentation
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: