Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

PhotoDrag Class Reference

Inheritance diagram for PhotoDrag:

Inheritance graph
[legend]
Collaboration diagram for PhotoDrag:

Collaboration graph
[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!!!

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 Mon Apr 11 18:28:57 2005 for AlbumShaper by  doxygen 1.3.9.1