QtGLGraphicsScene Class Reference

#include <QtGLGraphicsScene.hh>

Collaboration diagram for QtGLGraphicsScene:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 QtGLGraphicsScene (std::vector< glViewer * > *_views, QtMultiViewLayout *_layout)
void setCursorPainter (CursorPainter *_cursorPainter)

Protected Member Functions

virtual void drawBackground (QPainter *_painter, const QRectF &_rect)
virtual void mouseMoveEvent (QGraphicsSceneMouseEvent *_e)
virtual bool event (QEvent *_event)

Private Member Functions

glViewerfindView (const QPointF &_p, bool _setActive=false)

Private Attributes

std::vector< glViewer * > * views_
QtMultiViewLayoutlayout_
CursorPaintercursorPainter_

Detailed Description

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.

See also:
ACG::QtWidgets::glViewer

Definition at line 80 of file QtGLGraphicsScene.hh.


The documentation for this class was generated from the following files:

acg pic Project OpenFlipper, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .