QAsyncImage Class Reference
#include <qasyncimage_p.h>
Inheritance diagram for QAsyncImage:

Signals | |
| void | signalLoaded (const QString &url, const QImage &pix) |
Public Member Functions | |
| QAsyncImage (const QString &url, QObject *parent) | |
Detailed Description
Convenience class for images with remote sources.
This class represents a fire-and-forget approach of loading images in applications. The image will load itself. Using this class also requires using QAsyncFrame or similar UI elements which allow for asynchronous image loading.
This class is used internally by the DownloadDialog class.
Constructor & Destructor Documentation
| QAsyncImage::QAsyncImage | ( | const QString & | url, |
| QObject * | parent | ||
| ) |
Definition at line 30 of file qasyncimage.cpp.
Member Function Documentation
| void QAsyncImage::signalLoaded | ( | const QString & | url, |
| const QImage & | pix | ||
| ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.7 API Reference