![]() |
Home · All Classes · All Functions · Overviews |
The QDeclarativeImageProvider class provides an interface for threaded image requests. More...
#include <QDeclarativeImageProvider>
virtual | ~QDeclarativeImageProvider () |
virtual QImage | request ( const QString & id ) = 0 |
The QDeclarativeImageProvider class provides an interface for threaded image requests.
Note: the request() method may be called by multiple threads, so ensure the implementation of this method is reentrant.
See also QDeclarativeEngine::addImageProvider().
Implement this method to return the image with id.
Note: this method may be called by multiple threads, so ensure the implementation of this method is reentrant.
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.7.0 |