| Header: | #include <QCImageLoader> |
| QCImageLoader(QObject * parent = 0) | |
| bool | isLoaded() const |
| bool | running() const |
| void | waitForLoaded(int timeout = 10000) |
| void | load(const QString & path) |
| void | isLoadedChanged() |
| void | loaded() |
| void | runningChanged() |
QCImageLoader is an asynchronous image loader. It load images from a folder to QCImagePool
This property holds the property indicate whether is the loader loaded anything.
Access functions:
| bool | isLoaded() const |
Notifier signal:
| void | isLoadedChanged() |
This property holds the property indicate whether is the loader running.
Access functions:
| bool | running() const |
Notifier signal:
| void | runningChanged() |