AlbumShaper  1.0a3
Public Member Functions
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!!!

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.

  { 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.

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

The documentation for this class was generated from the following file: