#include <SoQtRenderArea.h>
Inheritance diagram for SoQtRenderArea:
Public Member Functions | |
SoQtRenderArea (QWidget *parent=0) | |
virtual | ~SoQtRenderArea () |
virtual void | setBackgroundColor (const SbColor &a_color) |
Sets the background color for this window. Default is black (0,0,0). | |
Protected Member Functions | |
virtual void | soRenderCallback () |
virtual void | initializeGL () |
virtual void | resizeGL (int width, int height) |
virtual void | paintGL () |
virtual void | timerEvent (QTimerEvent *e) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | keyReleaseEvent (QKeyEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | wheelEvent (QWheelEvent *e) |
SoQtRenderArea::SoQtRenderArea | ( | QWidget * | parent = 0 |
) |
virtual SoQtRenderArea::~SoQtRenderArea | ( | ) | [virtual] |
virtual void SoQtRenderArea::setBackgroundColor | ( | const SbColor & | a_color | ) | [inline, virtual] |
Sets the background color for this window. Default is black (0,0,0).
Reimplemented from SoRenderArea.
virtual void SoQtRenderArea::soRenderCallback | ( | ) | [protected, virtual] |
Implements SoRenderArea.
virtual void SoQtRenderArea::initializeGL | ( | ) | [protected, virtual] |
virtual void SoQtRenderArea::resizeGL | ( | int | width, | |
int | height | |||
) | [protected, virtual] |
virtual void SoQtRenderArea::paintGL | ( | ) | [protected, virtual] |
virtual void SoQtRenderArea::timerEvent | ( | QTimerEvent * | e | ) | [protected, virtual] |
virtual void SoQtRenderArea::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
virtual void SoQtRenderArea::keyReleaseEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
virtual void SoQtRenderArea::mouseMoveEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
virtual void SoQtRenderArea::mousePressEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
virtual void SoQtRenderArea::mouseReleaseEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
virtual void SoQtRenderArea::wheelEvent | ( | QWheelEvent * | e | ) | [protected, virtual] |