The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QMimeData

PUBLIC METHODS

QMimeData()
~QMimeData()
void clear()
QVariant colorData()
QByteArray data(const QString & mimetype)
QStringList formats()
bool hasColor()
bool hasFormat(const QString & mimetype)
bool hasHtml()
bool hasImage()
bool hasText()
bool hasUrls()
QString html()
QVariant imageData()
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()
QList<QUrl> urls()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html