kio
paste.h File Reference
#include <qstring.h>
#include <qmemarray.h>
#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 | |
KIO_EXPORT_DEPRECATED bool | KIO::isClipboardEmpty () |
KIO_EXPORT QString | KIO::pasteActionText () |
KIO_EXPORT Job * | KIO::pasteClipboard (const KURL &destURL, bool move=false) |
KIO_EXPORT void | KIO::pasteData (const KURL &destURL, const QByteArray &data) |
KIO_EXPORT CopyJob * | KIO::pasteDataAsync (const KURL &destURL, const QByteArray &data, const QString &dialogText) |
KIO_EXPORT CopyJob * | KIO::pasteDataAsync (const KURL &destURL, const QByteArray &data) |
KIO_EXPORT CopyJob * | KIO::pasteMimeSource (QMimeSource *data, const KURL &destURL, const QString &dialogText, QWidget *widget, bool clipboard=false) |