AlbumShaper 1.0a3
PhotoDrag Class Reference
Inheritance diagram for PhotoDrag:
Collaboration diagram for PhotoDrag:

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 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: