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 
00062   bool isClipboardEmpty();
00063 }
00064 
00065 #endif
 
This file is part of the documentation for kio Library Version 3.2.0.