Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <graphicsscene.h>
Public Member Functions | |
GraphicsScene (QObject *parent=0) | |
void | setOverlay (bool overlay) |
void | setOverlayPen (const QPen &overlayPen) |
void | setOverlayPos (QPointF pos) |
bool | overlay () const |
QPointF | overlayPos () const |
Protected Member Functions | |
void | drawForeground (QPainter *painter, const QRectF &rect) |
Definition at line 6 of file graphicsscene.h.
|
explicit |
Definition at line 8 of file graphicsscene.cpp.
|
protected |
Definition at line 33 of file graphicsscene.cpp.
bool GraphicsScene::overlay | ( | ) | const |
Definition at line 24 of file graphicsscene.cpp.
QPointF GraphicsScene::overlayPos | ( | ) | const |
Definition at line 4 of file graphicsscene.cpp.
void GraphicsScene::setOverlay | ( | bool | overlay | ) |
Definition at line 28 of file graphicsscene.cpp.
void GraphicsScene::setOverlayPen | ( | const QPen & | overlayPen | ) |
Definition at line 14 of file graphicsscene.cpp.
void GraphicsScene::setOverlayPos | ( | QPointF | pos | ) |
Definition at line 19 of file graphicsscene.cpp.