|
|
| ImportPreviewView (QWidget *const parent, Mode mode=IconViewPreview) |
| |
|
CamItemInfo | getCamItemInfo () const |
| |
|
void | reload () |
| |
|
void | setCamItemInfo (const CamItemInfo &info=CamItemInfo(), const CamItemInfo &previous=CamItemInfo(), const CamItemInfo &next=CamItemInfo()) |
| |
|
void | setCamItemPath (const QString &path=QString()) |
| |
|
void | setPreviousNextPaths (const QString &previous, const QString &next) |
| |
|
void | showContextMenu (const CamItemInfo &info, QGraphicsSceneContextMenuEvent *event) |
| |
|
| 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 |
| |
|
| bool | acceptsMouseClick (QMouseEvent *e) override |
| |
|
void | enterEvent (QEnterEvent *) override |
| |
|
void | leaveEvent (QEvent *e) override |
| |
|
void | showEvent (QShowEvent *e) override |
| |
|
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 | mouseMoveEvent (QMouseEvent *) override |
| |
|
virtual void | mousePressEvent (QMouseEvent *) override |
| |
|
virtual void | mouseReleaseEvent (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 |
| |