43 #ifndef QT_NO_CLIPBOARD 45 #include <QtGui/private/qapplication_p.h> 90 return q_clipboardData()->source();
97 q_clipboardData()->setSource(data);
112 #endif //QT_NO_CLIPBOARD Mode
This enum type is used to control which part of the system clipboard is used by QClipboard::mimeData(...
void emitChanged(Mode mode)
Emits the appropriate changed signal for mode.
#define QT_END_NAMESPACE
This macro expands to.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static QClipboard * clipboard()
Returns a pointer to the application global clipboard.
static const char * data(const QByteArray &arr)
void setSource(QMimeData *s)
The QMimeData class provides a container for data that records information about its MIME type...
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...