paste.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
#ifndef __kio_paste_h__
00020
#define __kio_paste_h__
00021
00022
#include <qstring.h>
00023
#include <kurl.h>
00024
#include <qmemarray.h>
00025
00026
namespace KIO {
00027
class Job;
00028
class CopyJob;
00029
00038 Job *
pasteClipboard(
const KURL& _dest_url,
bool move =
false );
00039
00047
void pasteData(
const KURL& _dest_url,
const QByteArray& _data );
00048
00056
CopyJob *
pasteDataAsync(
const KURL& _dest_url,
const QByteArray& _data );
00057
00066
CopyJob *
pasteDataAsync(
const KURL& _dest_url,
const QByteArray& _data,
const QString& text );
00067
00072
bool isClipboardEmpty();
00073 }
00074
00075
#endif
This file is part of the documentation for kio Library Version 3.3.0.