|
|
void | signalCapturedPointFromOriginal (const Digikam::DColor &, const QPoint &) |
| |
|
void | signalOriginalClipFocusChanged () |
| |
|
void | signalSpotPositionChangedFromOriginal (const Digikam::DColor &, const QPoint &) |
| |
|
void | activated () |
| |
|
void | contentsMoved (bool panningFinished) |
| |
|
void | contentsMoving (int, int) |
| |
|
void | leftButtonClicked () |
| |
|
void | leftButtonDoubleClicked () |
| |
|
void | resized () |
| |
|
void | rightButtonClicked () |
| |
|
void | signalZoomFactorChanged () |
| |
|
void | toNextImage () |
| |
|
void | toPreviousImage () |
| |
|
void | viewportRectChanged (const QRectF &viewportRect) |
| |
|
|
| ImageRegionWidget (QWidget *const parent=nullptr, bool paintExtras=true) |
| |
|
bool | capturePointMode () const |
| |
|
void | exposureSettingsChanged () |
| |
|
DImg | getOriginalImage () const |
| |
|
QRect | getOriginalImageRegionToRender () const |
| | To get target image region area to render.
|
| |
| DImg | getOriginalRegionImage (bool useDownscaledImage=false) const |
| | To get target image region image to use for render operations If the bool parameter is true a downscaled version of the image region at screen resolution will be sent.
|
| |
|
void | ICCSettingsChanged () |
| |
|
bool | isBusy () const |
| |
| void | setBusy (bool b) |
| | : set an internal flag to prevent glitch in the canvas when preview filter render a region.
|
| |
|
void | setCapturePointMode (bool b) |
| |
|
void | setHighLightPoints (const QPolygon &pointsList) |
| |
|
void | setPreviewImage (const DImg &img) |
| |
|
void | updateImage (const DImg &img) |
| |
|
| GraphicsDImgView (QWidget *const parent=nullptr) |
| |
|
int | contentsX () const |
| |
|
int | contentsY () const |
| |
| void | drawText (QPainter *p, const QRectF &rect, const QString &text) |
| |
|
void | fitToWindow () |
| |
|
bool | isMagnifierVisible () const |
| |
|
GraphicsDImgItem * | item () const |
| | Return the instance of item set by setItem().
|
| |
|
SinglePhotoPreviewLayout * | layout () const |
| |
|
int | magnifierSize () const |
| |
|
qreal | magnifierZoomFactor () const |
| |
| DImgPreviewItem * | previewItem () const |
| |
| void | scrollPointOnPoint (const QPointF &scenePos, const QPoint &viewportPos) |
| | Scrolls the view such that scenePos (in scene coordinates is displayed on the viewport at viewportPos (in viewport coordinates).
|
| |
|
void | setContentsPos (int x, int y) |
| |
| void | setItem (GraphicsDImgItem *const item) |
| | Store internal instance of item as GraphicsDImgItem.
|
| |
|
void | setMagnifierSize (int size) |
| |
|
void | setMagnifierVisible (bool b) |
| |
|
void | setMagnifierZoomFactor (qreal factor) |
| |
|
void | toggleFullScreen (bool set) |
| |
|
QRect | visibleArea () const |
| |
|
| void | mouseMoveEvent (QMouseEvent *) override |
| |
| void | mousePressEvent (QMouseEvent *) override |
| |
| void | mouseReleaseEvent (QMouseEvent *) override |
| |
|
virtual bool | acceptsMouseClick (QMouseEvent *e) |
| |
|
void | continuePanning (const QPoint &pos) |
| |
|
void | drawForeground (QPainter *painter, const QRectF &rect) override |
| |
|
virtual bool | event (QEvent *) override |
| |
|
void | finishPanning () |
| |
|
PanIconWidget * | installPanIcon () |
| |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *) override |
| |
|
virtual void | resizeEvent (QResizeEvent *) override |
| |
|
virtual void | scrollContentsBy (int dx, int dy) override |
| |
|
void | setScaleFitToWindow (bool value) |
| |
|
void | setShowText (bool value) |
| |
|
void | startPanning (const QPoint &pos) |
| |
|
void | updatePanIconWidget () |
| |
|
virtual bool | viewportEvent (QEvent *) override |
| |
|
virtual void | wheelEvent (QWheelEvent *) override |
| |