|
| PhotoDrag (QWidget *dragSource=0, const char *name=0) |
|
virtual bool | drag (DragMode mode) |
| force all drags to COPY (not move/delete) original files!!! More...
|
|
Definition at line 40 of file photosIconView.cpp.
§ PhotoDrag()
PhotoDrag::PhotoDrag |
( |
QWidget * |
dragSource = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
|
inline |
§ 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: