![]() |
Qt 6.x
The Qt SDK
|
#include <qquicklabsplatformicon_p.h>
Public Member Functions | |
QUrl | source () const |
void | setSource (const QUrl &source) |
QString | name () const |
void | setName (const QString &name) |
bool | isMask () const |
void | setMask (bool mask) |
bool | operator== (const QQuickLabsPlatformIcon &other) const |
bool | operator!= (const QQuickLabsPlatformIcon &other) const |
Properties | |
QML_ANONYMOUSQUrl | source |
QString | name |
bool | mask |
Definition at line 28 of file qquicklabsplatformicon_p.h.
bool QQuickLabsPlatformIcon::isMask | ( | ) | const |
Definition at line 28 of file qquicklabsplatformicon.cpp.
Referenced by QQuickLabsPlatformIconLoader::toQIcon().
QString QQuickLabsPlatformIcon::name | ( | ) | const |
Definition at line 18 of file qquicklabsplatformicon.cpp.
bool QQuickLabsPlatformIcon::operator!= | ( | const QQuickLabsPlatformIcon & | other | ) | const |
Definition at line 43 of file qquicklabsplatformicon.cpp.
References other().
bool QQuickLabsPlatformIcon::operator== | ( | const QQuickLabsPlatformIcon & | other | ) | const |
Definition at line 38 of file qquicklabsplatformicon.cpp.
References other().
void QQuickLabsPlatformIcon::setMask | ( | bool | mask | ) |
Definition at line 33 of file qquicklabsplatformicon.cpp.
References mask.
Definition at line 23 of file qquicklabsplatformicon.cpp.
References name.
Definition at line 13 of file qquicklabsplatformicon.cpp.
References source.
QT_BEGIN_NAMESPACE QUrl QQuickLabsPlatformIcon::source | ( | ) | const |
Definition at line 8 of file qquicklabsplatformicon.cpp.
|
readwrite |
Definition at line 31 of file qquicklabsplatformicon_p.h.
Referenced by setMask().
|
readwrite |
Definition at line 31 of file qquicklabsplatformicon_p.h.
Referenced by setName(), and QQuickLabsPlatformIconLoader::toQIcon().
|
readwrite |
Definition at line 31 of file qquicklabsplatformicon_p.h.
Referenced by setSource().