KonqDrag Class Reference
List of all members.Detailed Description
Definition at line 85 of file konq_drag.h.
Public Member Functions | |
KonqDrag (const KURL::List &urls, const KURL::List &mostLocalUrls, bool cut, QWidget *dragSource=0) | |
virtual | ~KonqDrag () |
virtual const char * | format (int i) const |
virtual QByteArray | encodedData (const char *mime) const |
void | setMoveSelection (bool move) |
Static Public Member Functions | |
static KonqDrag * | newDrag (const KURL::List &urls, bool move, QWidget *dragSource=0, const char *name=0) |
static bool | decodeIsCutSelection (const QMimeSource *e) |
Protected Member Functions | |
KonqDrag (const QStrList &urls, bool cut, QWidget *dragSource, const char *name) | |
Protected Attributes | |
bool | m_bCutSelection |
QStrList | m_urls |
Constructor & Destructor Documentation
KonqDrag::KonqDrag | ( | const KURL::List & | urls, | |
const KURL::List & | mostLocalUrls, | |||
bool | cut, | |||
QWidget * | dragSource = 0 | |||
) |
Create a KonqDrag object.
- Parameters:
-
urls a list of URLs, which can use KDE-specific protocols, like system:/ mostLocalUrls a list of URLs, which should be resolved to most-local urls, i.e. file:/ cut false for copying, true for "cutting" dragSource parent object
- Since:
- 3.5
Definition at line 192 of file konq_drag.cc.
The documentation for this class was generated from the following files: