Texture loader that loads an image from the file system.
More...
#include <StelTextureLoader.hpp>
|
void | finished (QImage) |
| Emitted when image loading is finished, sending loaded image. More...
|
|
void | error (const QString &errorMsg) |
| Emitted when an error occurs during image loading, specifying error message. More...
|
|
Texture loader that loads an image from the file system.
- Note
- This is an internal class of the Renderer subsystem and should not be used elsewhere.
Definition at line 157 of file StelTextureLoader.hpp.
StelFileTextureLoader::StelFileTextureLoader |
( |
const QString & |
path, |
|
|
int |
delay, |
|
|
QThread * |
loaderThread |
|
) |
| |
|
inline |
Construct a StelFileTextureLoader.
- Parameters
-
path | Absoulte path of the image file to load from. |
delay | Delay when to start loading in milliseconds. |
loaderThread | Thread in which the loader will run. |
Definition at line 167 of file StelTextureLoader.hpp.
void StelFileTextureLoader::finished |
( |
QImage |
| ) |
|
|
signal |
Emitted when image loading is finished, sending loaded image.
The documentation for this class was generated from the following file: