QMimeData
#include <QtCore/QMimeData>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QMimeData
Overview
Public Functions Index
QMimeData () | |
~QMimeData () | |
void | clear () |
QVariant | colorData () const |
QByteArray | data (const QString &mimetype) const |
virtual QStringList | formats () const |
bool | hasColor () const |
virtual bool | hasFormat (const QString &mimetype) const |
bool | hasHtml () const |
bool | hasImage () const |
bool | hasText () const |
bool | hasUrls () const |
QString | html () const |
QVariant | imageData () const |
void | removeFormat (const QString &mimetype) |
void | setColorData (const QVariant &color) |
void | setData (const QString &mimetype, const QByteArray &data) |
void | setHtml (const QString &html) |
void | setImageData (const QVariant &image) |
void | setText (const QString &text) |
void | setUrls (const QList< QUrl > &urls) |
QString | text () const |
QList< QUrl > | urls () const |
Protected Functions Index
virtual QVariant | retrieveData (const QString &mimetype, QVariant::Type preferredType) const |
Public Functions
Destructor.
void
virtualQStringList
bool
virtual bool
bool
bool
bool
bool
void
void
void
void
void
void
void
Protected Functions
virtualQVariant
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy