AlbumShaper  1.0a3
Public Member Functions | List of all members
PhotoDrag Class Reference
Inheritance diagram for PhotoDrag:
Inheritance graph
[legend]
Collaboration diagram for PhotoDrag:
Collaboration graph
[legend]

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!!! More...
 

Detailed Description

Definition at line 40 of file photosIconView.cpp.

Constructor & Destructor Documentation

§ PhotoDrag()

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

Definition at line 43 of file photosIconView.cpp.

44  { Q3UriDrag(dragSource, name); }

Member Function Documentation

§ drag()

virtual bool PhotoDrag::drag ( DragMode  mode)
inlinevirtual

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

Definition at line 47 of file photosIconView.cpp.

48  { return Q3DragObject::drag( Q3DragObject::DragCopy ); }

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