Developer Documentation
|
#include <OpenFlipper/widgets/glWidget/simpleGLGraphicsScene.hh>
Public Member Functions | |
void | setView (glViewer *_view) |
Protected Member Functions | |
virtual void | drawBackground (QPainter *_painter, const QRectF &_rect) |
virtual void | mouseMoveEvent (QGraphicsSceneMouseEvent *_e) |
virtual bool | event (QEvent *_event) |
Private Attributes | |
glViewer * | view_ |
bool | initialized_ |
CursorPainter * | cursorPainter_ |
OpenGL drawing area and widget scene – for internal use only. The scene basically redirects calls to a ACG::QtWidgets::glViewer, the corresponding virtual methods there are prefixed with gl
.
Definition at line 77 of file simpleGLGraphicsScene.hh.