|
| ImageRegionItem (ImageRegionWidget *const view, bool paintExtras=true) |
|
QRect | getImageRegion () const |
|
void | hoverEnterEvent (QGraphicsSceneHoverEvent *) override |
|
void | hoverLeaveEvent (QGraphicsSceneHoverEvent *) override |
|
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
|
void | paintExtraData (QPainter *const painter) |
|
void | setHighLightPoints (const QPolygon &pointsList) |
|
void | setRenderingPreviewMode (int mode) |
|
void | setTargetImage (const DImg &img) |
|
| GraphicsDImgItem (QGraphicsItem *const parent=nullptr) |
|
QRectF | boundingRect () const override |
|
void | clearCache () |
|
DImg | image () const |
|
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
|
void | setDisplayWidget (QWidget *const widget) |
|
void | setImage (const DImg &img) |
| Sets the DImg to be drawn by this item.
|
|
void | sizeHasChanged () |
|
virtual QString | userLoadingHint () const |
|
ImageZoomSettings * | zoomSettings () |
|
const ImageZoomSettings * | zoomSettings () const |
|