|
void | signalDroppedItems (const ItemInfoList &) |
|
void | signalAddToExistingQueue (int) |
|
void | signalDeleteItem () |
|
void | signalEscapePreview () |
|
void | signalGotoAlbumAndItem (const ItemInfo &) |
|
void | signalGotoDateAndItem (const ItemInfo &) |
|
void | signalGotoTagAndItem (int) |
|
void | signalNextItem () |
|
void | signalPopupTagsView () |
|
void | signalPreviewLoaded (bool success) |
|
void | signalPrevItem () |
|
void | signalSlideShowCurrent () |
|
void | activated () |
|
void | contentsMoved (bool panningFinished) |
|
void | contentsMoving (int, int) |
|
void | leftButtonClicked () |
|
void | leftButtonDoubleClicked () |
|
void | resized () |
|
void | rightButtonClicked () |
|
void | toNextImage () |
|
void | toPreviousImage () |
|
void | viewportRectChanged (const QRectF &viewportRect) |
|
|
| LightTablePreview (QWidget *const parent=nullptr) |
|
void | setDragAndDropEnabled (bool b) |
|
void | showDragAndDropMessage () |
|
| ItemPreviewView (QWidget *const parent, Mode mode=IconViewPreview, Album *const currAlbum=nullptr) |
|
ItemInfo | getItemInfo () const |
|
void | reload () |
|
void | setImagePath (const QString &path=QString()) |
|
void | setItemInfo (const ItemInfo &info=ItemInfo(), const ItemInfo &previous=ItemInfo(), const ItemInfo &next=ItemInfo()) |
|
void | setPreviousNextPaths (const QString &previous, const QString &next) |
|
| GraphicsDImgView (QWidget *const parent=nullptr) |
|
int | contentsX () const |
|
int | contentsY () const |
|
void | drawText (QPainter *p, const QRectF &rect, const QString &text) |
|
void | fitToWindow () |
|
GraphicsDImgItem * | item () const |
| Return the instance of item set by setItem().
|
|
SinglePhotoPreviewLayout * | layout () const |
|
DImgPreviewItem * | previewItem () const |
| Return a cast of item instance of item set by setItem() as DImgPreviewItem Note: if you store a GraphicsDImgItem object using setItem(), this method will return 0.
|
|
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 | toggleFullScreen (bool set) |
|
QRect | visibleArea () const |
|
|
enum | Mode { IconViewPreview
, LightTablePreview
} |
|
void | slotContentsMoved () |
|
void | slotCornerButtonPressed () |
|
void | slotPanIconHidden () |
|
virtual void | slotPanIconSelectionMoved (const QRect &, bool) |
|
bool | acceptsMouseClick (QMouseEvent *e) override |
|
void | dragEnterEvent (QDragEnterEvent *e) override |
|
void | dragMoveEvent (QDragMoveEvent *e) override |
|
void | dropEvent (QDropEvent *e) override |
|
void | enterEvent (QEnterEvent *) override |
|
void | leaveEvent (QEvent *e) override |
|
void | mousePressEvent (QMouseEvent *e) override |
|
void | showEvent (QShowEvent *e) override |
|
void | continuePanning (const QPoint &pos) |
|
void | drawForeground (QPainter *painter, const QRectF &rect) override |
|
void | finishPanning () |
|
void | installPanIcon () |
|
void | mouseDoubleClickEvent (QMouseEvent *) override |
|
void | mouseMoveEvent (QMouseEvent *) override |
|
void | mousePressEvent (QMouseEvent *) override |
|
void | mouseReleaseEvent (QMouseEvent *) override |
|
void | resizeEvent (QResizeEvent *) override |
|
void | scrollContentsBy (int dx, int dy) override |
|
void | setScaleFitToWindow (bool value) |
|
void | setShowText (bool value) |
|
void | startPanning (const QPoint &pos) |
|
void | wheelEvent (QWheelEvent *) override |
|