KDeclarative
DeclarativeMimeData.h
27 * A string if the data stored in the object is HTML (MIME type text/html); otherwise returns an empty string.
Definition DeclarativeMimeData.h:18
QString html
A string if the data stored in the object is HTML (MIME type text/html); otherwise returns an empty s...
Definition DeclarativeMimeData.h:29
QJsonArray urls
A list of URLs contained within the MIME data object.
Definition DeclarativeMimeData.h:40
QString text
A plain text (MIME type text/plain) representation of the data.
Definition DeclarativeMimeData.h:24
QColor color
A color if the data stored in the object represents a color (MIME type application/x-color); otherwis...
Definition DeclarativeMimeData.h:45
QQuickItem * source
The graphical item on the scene that started the drag event.
Definition DeclarativeMimeData.h:50
QByteArray data(const QString &mimeType) const const
void setHtml(const QString &html)
void setText(const QString &text)
Q_INVOKABLEQ_INVOKABLE
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.