KIO
paste.h File Reference
#include <kio/kio_export.h>
#include <QtCore/QString>
#include <kurl.h>
Include dependency graph for paste.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | KIO |
Functions | |
QString | KIO::pasteActionText () |
KIO::Job * | KIO::pasteClipboard (const KUrl &destURL, QWidget *widget, bool move=false) |
void | KIO::pasteData (const KUrl &destURL, const QByteArray &data, QWidget *widget) |
KIO::CopyJob * | KIO::pasteDataAsync (const KUrl &destURL, const QByteArray &data, QWidget *widget, const QString &dialogText=QString()) |
KIO::CopyJob * | KIO::pasteMimeSource (const QMimeData *data, const KUrl &destURL, const QString &dialogText, QWidget *widget, bool clipboard=false) |