PhotoDrag Class Reference

Inheritance diagram for PhotoDrag:
[legend]
Collaboration diagram for PhotoDrag:
[legend]

List of all members.

Public Member Functions

 PhotoDrag (QWidget *dragSource=0, const char *name=0)
virtual bool drag (DragMode mode)
 force all drags to COPY (not move/delete) original files!!!

Detailed Description

Definition at line 35 of file photosIconView.cpp.


Constructor & Destructor Documentation

PhotoDrag::PhotoDrag ( QWidget dragSource = 0,
const char *  name = 0 
) [inline]

Definition at line 38 of file photosIconView.cpp.

00039   { QUriDrag(dragSource, name); }


Member Function Documentation

virtual bool PhotoDrag::drag ( DragMode  mode  )  [inline, virtual]

force all drags to COPY (not move/delete) original files!!!

Definition at line 42 of file photosIconView.cpp.

00043   { return QDragObject::drag( QDragObject::DragCopy ); }


The documentation for this class was generated from the following file:
Generated on Sun Dec 5 14:44:57 2010 for AlbumShaper by  doxygen 1.6.3