![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicknativeiconloader_p.h>
Additional Inherited Members | |
| Public Types inherited from QQuickPixmap | |
| enum | Status { Null , Ready , Error , Loading } |
| enum | Option { Asynchronous = 0x00000001 , Cache = 0x00000002 } |
| Static Public Member Functions inherited from QQuickPixmap | |
| static void | purgeCache () |
| static bool | isCached (const QUrl &url, const QRect &requestRegion, const QSize &requestSize, const int frame, const QQuickImageProviderOptions &options) |
| static bool | isScalableImageFormat (const QUrl &url) |
| Static Public Attributes inherited from QQuickPixmap | |
| static const QLatin1String | itemGrabberScheme = QLatin1String("itemgrabber") |
Definition at line 31 of file qquicknativeiconloader_p.h.
| QT_BEGIN_NAMESPACE QQuickNativeIconLoader::QQuickNativeIconLoader | ( | int | slot, |
| QObject * | parent ) |
Definition at line 13 of file qquicknativeiconloader.cpp.
| QQuickIcon QQuickNativeIconLoader::icon | ( | ) | const |
Definition at line 39 of file qquicknativeiconloader.cpp.
| bool QQuickNativeIconLoader::isEnabled | ( | ) | const |
Definition at line 21 of file qquicknativeiconloader.cpp.
| void QQuickNativeIconLoader::setEnabled | ( | bool | enabled | ) |
Definition at line 26 of file qquicknativeiconloader.cpp.
| void QQuickNativeIconLoader::setIcon | ( | const QQuickIcon & | icon | ) |
Definition at line 44 of file qquicknativeiconloader.cpp.
| QIcon QQuickNativeIconLoader::toQIcon | ( | ) | const |
Definition at line 33 of file qquicknativeiconloader.cpp.