KGuiAddons
ksystemclipboard.h
virtual void setMimeData(QMimeData *mime, QClipboard::Mode mode)=0
Sets the clipboard to the new contents The clipboard takes ownership of mime.
static KSystemClipboard * instance()
Returns a shared global SystemClipboard instance.
Definition ksystemclipboard.cpp:17
void changed(QClipboard::Mode mode)
Emitted when the clipboard changes similar to QClipboard::changed.
QString text(QClipboard::Mode mode)
Returns the text content of the Clipboard.
Definition ksystemclipboard.cpp:46
virtual const QMimeData * mimeData(QClipboard::Mode mode) const =0
Returns the current mime data received by the clipboard.
Mode
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:27 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:27 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.