KNewStuff
QAsyncPixmap Class Reference
Convenience class for images with remote sources. More...
#include <qasyncpixmap.h>
Inheritance diagram for QAsyncPixmap:

Signals | |
void | signalLoaded (const QString &url, const QPixmap &pix) |
Public Member Functions | |
QAsyncPixmap (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.
For internal use only.
Definition at line 44 of file qasyncpixmap.h.
Constructor & Destructor Documentation
Definition at line 30 of file qasyncpixmap.cpp.
Member Function Documentation
The documentation for this class was generated from the following files: