kio
paste.cpp File Reference
#include "paste.h"
#include "pastedialog.h"
#include "kio/job.h"
#include "kio/global.h"
#include "kio/netaccess.h"
#include "kio/observer.h"
#include "kio/renamedlg.h"
#include "kio/kprotocolmanager.h"
#include <kurl.h>
#include <kurldrag.h>
#include <kdebug.h>
#include <klocale.h>
#include <kinputdialog.h>
#include <kmessagebox.h>
#include <kmimetype.h>
#include <ktempfile.h>
#include <qapplication.h>
#include <qclipboard.h>
#include <qdragobject.h>
#include <qtextstream.h>
#include <qvaluevector.h>
Include dependency graph for paste.cpp:
Go to the source code of this file.
Functions | |
static KIO::CopyJob * | chooseAndPaste (const KURL &u, QMimeSource *data, const QValueVector< QCString > &formats, const QString &text, QWidget *widget, bool clipboard) |
static KURL | getNewFileName (const KURL &u, const QString &text) |
static KIO::CopyJob * | pasteDataAsyncTo (const KURL &new_url, const QByteArray &_data) |
Function Documentation
static KIO::CopyJob* chooseAndPaste | ( | const KURL & | u, | |
QMimeSource * | data, | |||
const QValueVector< QCString > & | formats, | |||
const QString & | text, | |||
QWidget * | widget, | |||
bool | clipboard | |||
) | [static] |
static KURL getNewFileName | ( | const KURL & | u, | |
const QString & | text | |||
) | [static] |
static KIO::CopyJob* pasteDataAsyncTo | ( | const KURL & | new_url, | |
const QByteArray & | _data | |||
) | [static] |