#include <photosIconView.h>
Inheritance diagram for PhotosIconView:
Definition at line 29 of file photosIconView.h.
Public Slots | |
void | clearPseudoSelection () |
void | repaintGroup (QIconViewItem *pseudoSelection) |
Signals | |
void | itemHasMoved () |
void | addPhotos (QStringList) |
void | removeSelectedPhotos () |
void | rotate90SelectedPhotos () |
void | rotate270SelectedPhotos () |
void | editSelectedPhoto () |
Public Member Functions | |
PhotosIconView (QWidget *parent) | |
int | numSelected () |
Protected Member Functions | |
QDragObject * | dragObject () |
void | drawContents (QPainter *p, int clipx, int clipy, int clipw, int cliph) |
void | drawBackground (QPainter *p, const QRect &r) |
void | contextMenuEvent (QContextMenuEvent *e) |
void | contentsMouseMoveEvent (QMouseEvent *e) |
void | contentsMousePressEvent (QMouseEvent *e) |
void | keyPressEvent (QKeyEvent *e) |
Private Slots | |
void | setAlbumImage () |
void | setSubalbumImage () |
void | captureClick (QIconViewItem *, const QPoint &) |
Private Member Functions | |
void | contentsDropEvent (QDropEvent *e) |
bool | findNearestUnselectedPhoto (const QPoint &pos, QIconViewItem **nearestItem, bool &posIsleftOfItem) |
Private Attributes | |
PhotoPreviewWidget * | rightClickedPhoto |
QPixmap * | backgroundImage |
QPixmap | bufferPixmap |
QPixmap * | dragIcon |
PhotoPreviewWidget * | currentPseudoSelection |
bool | handCursorShown |
QPoint | dragStartPos |
PhotoDescEdit * | curPhotoDescEdit |
|
Definition at line 46 of file photosIconView.cpp. References backgroundImage, captureClick(), clearPseudoSelection(), curPhotoDescEdit, currentPseudoSelection, dragIcon, handCursorShown, IMAGE_PATH, PhotosIconView(), repaintGroup(), and rightClickedPhoto. Referenced by PhotosIconView().
|
|
Referenced by contentsDropEvent(). |
|
Definition at line 394 of file photosIconView.cpp. References captureClick(), curPhotoDescEdit, and topLeft. Referenced by captureClick(), and PhotosIconView().
|
|
Definition at line 376 of file photosIconView.cpp. References currentPseudoSelection, and PhotoPreviewWidget::setMousedOver(). Referenced by PhotosIconView(), and repaintGroup().
|
|
Definition at line 223 of file photosIconView.cpp. References addPhotos(), contentsDropEvent(), findNearestUnselectedPhoto(), and itemHasMoved(). Referenced by contentsDropEvent().
|
|
Definition at line 432 of file photosIconView.cpp. References contentsMouseMoveEvent(), currentPseudoSelection, PhotoPreviewWidget::getPhotoInfoRect(), and handCursorShown. Referenced by contentsMouseMoveEvent().
|
|
Definition at line 426 of file photosIconView.cpp. References contentsMousePressEvent(), and dragStartPos. Referenced by contentsMousePressEvent().
|
|
Definition at line 313 of file photosIconView.cpp. References contextMenuEvent(), IMAGE_PATH, rightClickedPhoto, setAlbumImage(), and setSubalbumImage(). Referenced by contextMenuEvent().
|
|
!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!! Definition at line 76 of file photosIconView.cpp. References dragIcon.
|
|
Definition at line 342 of file photosIconView.cpp. References backgroundImage, and drawBackground(). Referenced by drawBackground().
|
|
Definition at line 349 of file photosIconView.cpp. References bufferPixmap, and drawContents(). Referenced by drawContents().
|
|
Referenced by keyPressEvent(). |
|
Definition at line 110 of file photosIconView.cpp. References findNearestUnselectedPhoto(), and width. Referenced by contentsDropEvent(), and findNearestUnselectedPhoto().
|
|
Referenced by contentsDropEvent(). |
|
Definition at line 466 of file photosIconView.cpp. References curPhotoDescEdit, editSelectedPhoto(), keyPressEvent(), numSelected(), removeSelectedPhotos(), rotate270SelectedPhotos(), and rotate90SelectedPhotos(). Referenced by keyPressEvent().
|
|
Definition at line 300 of file photosIconView.cpp. Referenced by keyPressEvent(), SubalbumWidget::rotate270ImageAction(), and SubalbumWidget::rotate90ImageAction().
|
|
Referenced by keyPressEvent(). |
|
Definition at line 362 of file photosIconView.cpp. References clearPseudoSelection(), currentPseudoSelection, repaintGroup(), and PhotoPreviewWidget::setMousedOver(). Referenced by PhotosIconView(), and repaintGroup().
|
|
Referenced by keyPressEvent(). |
|
Referenced by keyPressEvent(). |
|
Definition at line 330 of file photosIconView.cpp. References PhotoPreviewWidget::getPhoto(), and rightClickedPhoto. Referenced by contextMenuEvent().
|
|
Definition at line 336 of file photosIconView.cpp. References PhotoPreviewWidget::getPhoto(), and rightClickedPhoto. Referenced by contextMenuEvent().
|
|
Definition at line 72 of file photosIconView.h. Referenced by drawBackground(), and PhotosIconView(). |
|
Definition at line 73 of file photosIconView.h. Referenced by drawContents(). |
|
Definition at line 79 of file photosIconView.h. Referenced by captureClick(), keyPressEvent(), and PhotosIconView(). |
|
Definition at line 75 of file photosIconView.h. Referenced by clearPseudoSelection(), contentsMouseMoveEvent(), PhotosIconView(), and repaintGroup(). |
|
Definition at line 74 of file photosIconView.h. Referenced by dragObject(), and PhotosIconView(). |
|
Definition at line 77 of file photosIconView.h. Referenced by contentsMousePressEvent(). |
|
Definition at line 76 of file photosIconView.h. Referenced by contentsMouseMoveEvent(), and PhotosIconView(). |
|
Definition at line 71 of file photosIconView.h. Referenced by contextMenuEvent(), PhotosIconView(), setAlbumImage(), and setSubalbumImage(). |