kdecore Library API Documentation

KURLDrag Class Reference

This class is to be used instead of QUriDrag when using KURL. More...

#include <kurldrag.h>

Inheritance diagram for KURLDrag:

QUriDrag List of all members.

Public Member Functions

 KURLDrag (const KURL::List &urls, QWidget *dragSource=0, const char *name=0)
 KURLDrag (const KURL::List &urls, const QMap< QString, QString > &metaData, QWidget *dragSource=0, const char *name=0)
QMap< QString, QString > & metaData ()

Static Public Member Functions

KURLDragnewDrag (const KURL::List &urls, QWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
KURLDragnewDrag (const KURL::List &urls, const QMap< QString, QString > &metaData, QWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
bool decode (const QMimeSource *e, KURL::List &urls)
bool decode (const QMimeSource *e, KURL::List &urls, QMap< QString, QString > &metaData)
QString urlToString (const KURL &url)
KURL stringToUrl (const QCString &s)

Protected Member Functions

 KURLDrag (const QStrList &urls, const QMap< QString, QString > &metaData, QWidget *dragSource, const char *name) KDE_DEPRECATED
virtual const char * format (int i) const
virtual QByteArray encodedData (const char *mime) const

Detailed Description

This class is to be used instead of QUriDrag when using KURL.

The reason is: QUriDrag (and the XDND/W3C standards) expect URLs to be encoded in UTF-8 (unicode), but KURL uses the current locale by default. The other reasons for using this class are:

To create a drag object, use the KURLDrag constructor. To decode a drop, use KURLDrag::decode() or QUriDrag::decodeLocalFiles().

Definition at line 44 of file kurldrag.h.


Constructor & Destructor Documentation

KURLDrag::KURLDrag const KURL::List urls,
QWidget dragSource = 0,
const char *  name = 0
 

Constructs an object to drag the list of URLs in urls.

The dragSource and name arguments are passed on to QUriDrag, and the list of urls is converted to UTF-8 before being passed to QUriDrag.

Parameters:
urls the list of URLs
dragSource the parent of the QObject. Should be set when doing drag-n-drop, but should be 0 when copying to the clipboard
name the name of the QObject

Definition at line 30 of file kurldrag.cpp.

References KURLDrag().

Referenced by KURLDrag().

KURLDrag::KURLDrag const KURL::List urls,
const QMap< QString, QString > &  metaData,
QWidget dragSource = 0,
const char *  name = 0
 

Constructs an object to drag the list of URLs in urls.

This version also includes metadata.

Parameters:
urls the list of URLs
metaData a map containing meta data
dragSource the parent of the QObject. Should be set when doing drag-n-drop, but should be 0 when copying to the clipboard
name the name of the QObject
See also:
metaData()

Definition at line 36 of file kurldrag.cpp.

References KURLDrag().

KURLDrag::KURLDrag const QStrList urls,
const QMap< QString, QString > &  metaData,
QWidget dragSource,
const char *  name
[protected]
 

Deprecated:
Use a KURLDrag constructor with a KURL::List

Definition at line 246 of file kurldrag.cpp.

References KURLDrag().


Member Function Documentation

KURLDrag * KURLDrag::newDrag const KURL::List urls,
QWidget dragSource = 0,
const char *  name = 0
[static]
 

Deprecated:
Is equivalent with "new KURLDrag(urls, dragSource, name)".

Definition at line 60 of file kurldrag.cpp.

References newDrag().

Referenced by newDrag().

KURLDrag * KURLDrag::newDrag const KURL::List urls,
const QMap< QString, QString > &  metaData,
QWidget dragSource = 0,
const char *  name = 0
[static]
 

Deprecated:
Is equivalent with "new KURLDrag(urls, metaData, dragSource, name)".

Definition at line 65 of file kurldrag.cpp.

References newDrag().

QMap<QString, QString>& KURLDrag::metaData  )  [inline]
 

Meta-data to associate with those URLs.

This is an alternative way of setting the metadata: either use the constructor to pass it all at once, or use drag->metaData()["key"] = data;

See also:
KIO::TransferJob

Definition at line 91 of file kurldrag.h.

bool KURLDrag::decode const QMimeSource e,
KURL::List urls
[static]
 

Convenience method that decodes the contents of e into a list of KURLs.

Decoding will fail if at least one decoded value is not a valid KURL.

Parameters:
e the mime source
urls the list of urls will be written here
Returns:
true if successful, false otherwise

Definition at line 71 of file kurldrag.cpp.

References decode(), KURL::isValid(), and stringToUrl().

Referenced by decode().

bool KURLDrag::decode const QMimeSource e,
KURL::List urls,
QMap< QString, QString > &  metaData
[static]
 

Convenience method that decodes the contents of e into a list of KURLs and a set of metadata.

Decoding will fail if at least one decoded value is not a valid KURL. You should be using this one, if possible.

Parameters:
e the mime source
urls the list of urls will be written here
metaData the metadata map will be written here
Returns:
true if successful, false otherwise

Definition at line 88 of file kurldrag.cpp.

References decode().

QString KURLDrag::urlToString const KURL url  )  [static]
 

Converts a URL to a string representation suitable for dragging.

Since:
3.2

Definition at line 219 of file kurldrag.cpp.

References KURL::isLocalFile(), KURL::url(), and urlToString().

Referenced by urlToString().

KURL KURLDrag::stringToUrl const QCString s  )  [static]
 

Converts a string used for dragging to a URL.

Since:
3.2

Definition at line 211 of file kurldrag.cpp.

References stringToUrl().

Referenced by decode(), and stringToUrl().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdecore Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 8 11:14:10 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003