#include <kurldrag.h>
Public Methods | |
| KURLDrag (const KURL::List &urls, QWidget *dragSource, const char *name) | |
| KURLDrag (const KURL::List &urls, const QMap< QString, QString > &metaData, QWidget *dragSource, const char *name) | |
| QMap< QString, QString > & | metaData () |
Static Public Methods | |
| KURLDrag * | newDrag (const KURL::List &urls, QWidget *dragSource=0, const char *name=0) |
| KURLDrag * | newDrag (const KURL::List &urls, const QMap< QString, QString > &metaData, QWidget *dragSource=0, const char *name=0) |
| bool | decode (const QMimeSource *e, KURL::List &urls) |
| bool | decode (const QMimeSource *e, KURL::List &urls, QMap< QString, QString > &metaData) |
Protected Methods | |
| KURLDrag (const QStrList &urls, const QMap< QString, QString > &metaData, QWidget *dragSource, const char *name) | |
Definition at line 43 of file kurldrag.h.
|
||||||||||||||||
|
Constructs an object to drag the list of URLs in
|
|
||||||||||||||||||||
|
Constructs an object to drag the list of URLs in
|
|
||||||||||||||||||||
|
Protected constructor - use newDrag Definition at line 122 of file kurldrag.h. References metaData(). |
|
||||||||||||||||
|
Convenience method that decodes the contents of
|
|
||||||||||||
|
Convenience method that decodes the contents of
|
|
|
Meta-data to associate with those URLs (to be used after newDrag). 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;
Definition at line 88 of file kurldrag.h. Referenced by KURLDrag(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.2.18