java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickImageProvider
io.qt.quick.QQuickAsyncImageProvider
- All Implemented Interfaces:
QQmlImageProviderBase
,QtObjectInterface
Interface for for asynchronous control of QML image requests
Java wrapper for Qt's class QQuickAsyncImageProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.qml.QQmlImageProviderBase
QQmlImageProviderBase.Flag, QQmlImageProviderBase.Flags, QQmlImageProviderBase.ImageType, QQmlImageProviderBase.Impl
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract QQuickImageResponse
requestImageResponse
(String id, QSize requestedSize) Methods inherited from class io.qt.quick.QQuickImageProvider
flags, imageType, requestImage, requestPixmap, requestTexture
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QQuickAsyncImageProvider
public QQuickAsyncImageProvider() -
QQuickAsyncImageProvider
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
requestImageResponse
@QtUninvokable public abstract QQuickImageResponse requestImageResponse(String id, QSize requestedSize)
-