![]() |
Stellarium 0.12.0 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · Renderer · File Structure |
Texture loader that loads an image from the file system. More...
#include <StelTextureLoader.hpp>
Signals | |
| void | finished (QImage) |
| Emitted when image loading is finished, sending loaded image. | |
Public Member Functions | |
| StelFileTextureLoader (const QString &path, int delay, QThread *loaderThread) | |
| Construct a StelFileTextureLoader. | |
Texture loader that loads an image from the file system.
Definition at line 157 of file StelTextureLoader.hpp.
| StelFileTextureLoader::StelFileTextureLoader | ( | const QString & | path, | |
| int | delay, | |||
| QThread * | loaderThread | |||
| ) | [inline] |
Construct a StelFileTextureLoader.
| 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.
1.6.3