paste.h
82 KIO_EXPORT CopyJob *pasteDataAsync( const KURL& destURL, const TQByteArray& data, const TQString& dialogText ); // KDE4: merge with above
KIO_EXPORT void pasteData(const KURL &destURL, const TQByteArray &data)
Pastes the given data to the given destination URL.
Definition: paste.cpp:259
KIO_EXPORT CopyJob * pasteDataAsync(const KURL &destURL, const TQByteArray &data)
Pastes the given data to the given destination URL.
Definition: paste.cpp:276
KIO_EXPORT_DEPRECATED bool isClipboardEmpty()
Checks whether the clipboard contains any URLs.
Definition: paste.cpp:146
KIO_EXPORT Job * pasteClipboard(const KURL &destURL, bool move=false)
Pastes the content of the clipboard to the given destination URL.
Definition: paste.cpp:210
KIO_EXPORT TQString pasteActionText()
Returns the text to use for the Paste action, when the application supports pasting files,...
Definition: paste.cpp:291
KIO_EXPORT CopyJob * move(const KURL &src, const KURL &dest, bool showProgressInfo=true)
Moves a file or directory src to the given destination dest.
Definition: job.cpp:3908
KIO_EXPORT CopyJob * pasteMimeSource(TQMimeSource *data, const KURL &destURL, const TQString &dialogText, TQWidget *widget, bool clipboard=false)
Save the given mimesource data to the given destination URL after offering the user to choose a data ...
Definition: paste.cpp:164