#include <networkimagetiler.h>
Public Slots | |
| void | s_error (QNetworkReply::NetworkError e) |
| void | s_finished (QNetworkReply *) |
Public Member Functions | |
| NetworkImageTiler (QString, QVector< QVector< long > > &, QMutex &, QRectF w, QSize r, fractale *f, bool type, long nbRandom, int start, int step) | |
| ~NetworkImageTiler () | |
| void | run () |
Protected Attributes | |
| QString | surl |
| QVector< QVector< long > > & | result |
| QMutex & | mutex |
| QNetworkReply * | reply |
| QEventLoop | loop |
| QSize | size |
Definition at line 35 of file networkimagetiler.h.
1.4.6-NO