#include <wallpaperdescriptor.h>
List of all members.
Public Member Functions |
| Image (const Image &) |
Image & | operator= (const Image &rhs) |
void | reset () |
void | setFilename (const QString &fileName) |
QString | filename () const |
void | setMimeType (const QString &mimeType) |
QString | mimeType () const |
void | setImageID (const QString &imageID) |
QString | imageID () const |
void | setUrl (const QString &urlString) |
QUrl | url () const |
QString | basename () const |
QString | extension () const |
bool | hasThumbnail () const |
QPixmap | thumbnailPixmap () const |
bool | setThumbnailPixmap (const QPixmap &pixmap) |
bool | thumbnail (bool force=false) |
bool | load (const QString &fileName) |
void | cache (bool threadSafe=false) |
void | unCache () |
QImage & | image () |
QImage | scaledImage (QSize size) |
void | preScale (QSize size, bool threadSafe=false) |
Friends |
class | WallpaperDescriptor |
Detailed Description
An asbtraction used for work with image files in wallpaper applet
Member Function Documentation
void Image::cache |
( |
bool |
threadSafe = false |
) |
|
- Parameters:
-
| threadSafe | Not in main thread, only thread safe operations are allowed. |
The documentation for this class was generated from the following files:
- /home/bifh8/cs2009q3-i386/work/meegotouch-controlpanelapplets-0.20.61/src/wallpaperapplet/wallpaperdescriptor.h
- /home/bifh8/cs2009q3-i386/work/meegotouch-controlpanelapplets-0.20.61/src/wallpaperapplet/wallpaperdescriptor.cpp