KIO
paste.cpp File Reference
#include "paste.h"
#include "pastedialog.h"
#include "kio/copyjob.h"
#include "kio/global.h"
#include "kio/netaccess.h"
#include "kio/renamedialog.h"
#include "kio/kprotocolmanager.h"
#include "jobuidelegate.h"
#include <kurl.h>
#include <kdebug.h>
#include <klocale.h>
#include <kinputdialog.h>
#include <kmessagebox.h>
#include <kmimetype.h>
#include <ktemporaryfile.h>
#include <QtGui/QApplication>
#include <QtGui/QClipboard>
#include <QMimeData>
#include <QtCore/QTextIStream>
Include dependency graph for paste.cpp:

Go to the source code of this file.
Functions | |
static KIO::CopyJob * | chooseAndPaste (const KUrl &u, const QMimeData *mimeData, const QStringList &formats, const QString &text, QWidget *widget, bool clipboard) |
static KUrl | getNewFileName (const KUrl &u, const QString &text, QWidget *widget) |
static KIO::CopyJob * | pasteDataAsyncTo (const KUrl &newUrl, const QByteArray &_data) |
Function Documentation
static KIO::CopyJob* chooseAndPaste | ( | const KUrl & | u, | |
const QMimeData * | mimeData, | |||
const QStringList & | formats, | |||
const QString & | text, | |||
QWidget * | widget, | |||
bool | clipboard | |||
) | [static] |
static KIO::CopyJob* pasteDataAsyncTo | ( | const KUrl & | newUrl, | |
const QByteArray & | _data | |||
) | [static] |