![]() |
Qt 6.x
The Qt SDK
|
#include "qmimedata.h"#include "private/qobject_p.h"#include "qurl.h"#include "qstringlist.h"#include "qstringconverter.h"#include "moc_qmimedata.cpp"
Include dependency graph for qmimedata.cpp:Go to the source code of this file.
Classes | |
| struct | QMimeDataStruct |
| class | QMimeDataPrivate |
Functions | |
| static QString | textUriListLiteral () |
| static QString | textHtmlLiteral () |
| static QString | textPlainLiteral () |
| static QString | textPlainUtf8Literal () |
| static QString | applicationXColorLiteral () |
| static QString | applicationXQtImageLiteral () |
| Q_DECLARE_TYPEINFO (QMimeDataStruct, Q_RELOCATABLE_TYPE) | |
| static QList< QVariant > | dataToUrls (QByteArrayView text) |
|
inlinestatic |
Definition at line 19 of file qmimedata.cpp.
References QStringLiteral.
Referenced by QMimeData::colorData(), QMimeData::hasColor(), and QMimeData::setColorData().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 20 of file qmimedata.cpp.
References QStringLiteral.
Referenced by QMimeData::hasImage(), QMimeData::imageData(), and QMimeData::setImageData().
Here is the caller graph for this function:
|
static |
Definition at line 79 of file qmimedata.cpp.
References begin(), QString::data(), QUrl::fromEncoded(), QString::indexOf(), QByteArrayView::isEmpty(), list, QList< T >::push_back(), QString::size(), text, and QByteArrayView::trimmed().
Referenced by QMimeDataPrivate::retrieveTypedData(), and QMimeData::setData().
Here is the call graph for this function:
Here is the caller graph for this function:| Q_DECLARE_TYPEINFO | ( | QMimeDataStruct | , |
| Q_RELOCATABLE_TYPE | |||
| ) |
|
inlinestatic |
Definition at line 16 of file qmimedata.cpp.
References QStringLiteral.
Referenced by QMimeData::hasHtml(), QMimeData::html(), and QMimeData::setHtml().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 17 of file qmimedata.cpp.
References QStringLiteral.
Referenced by QMimeData::hasText(), QMimeData::setText(), and QMimeData::text().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 18 of file qmimedata.cpp.
References QStringLiteral.
Referenced by QMimeData::text().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 15 of file qmimedata.cpp.
References QStringLiteral.
Referenced by QMimeData::hasUrls(), QMimeDataPrivate::retrieveTypedData(), QMimeData::setUrls(), and QMimeData::urls().
Here is the caller graph for this function: