#include <imagecache.h>
Definition at line 6 of file imagecache.h.
Public Member Functions | |
| const QPixmap * | load (const QString &image_file) |
| const QPixmap * | load (const QString &image_file, int width, int height, QImage::ScaleMode scale) |
| const QPixmap * | load (const QString &image_file, QPixmap *pre_loaded) |
| bool | hitTest (const QString &image_file) const |
| void | resize (unsigned int new_size) |
| unsigned int | size () |
| void | clear () |
Static Public Member Functions | |
| static ImageCache & | getImageCache () |
Private Member Functions | |
| ImageCache () | |
| ~ImageCache () | |
Private Attributes | |
| ImageCacheImp * | m_imp |
| ImageCache::ImageCache | ( | ) | [private] |
Definition at line 265 of file imagecache.cpp.
| ImageCache::~ImageCache | ( | ) | [private] |
Definition at line 271 of file imagecache.cpp.
| ImageCache & ImageCache::getImageCache | ( | ) | [static] |
Definition at line 223 of file imagecache.cpp.
Referenced by VideoGallery::drawIcon(), VideoTreeImp::update_screen(), VideoSelected::updateInfo(), and VideoBrowser::updateInfo().
| const QPixmap * ImageCache::load | ( | const QString & | image_file | ) |
Definition at line 229 of file imagecache.cpp.
Referenced by VideoGallery::drawIcon(), VideoTreeImp::update_screen(), VideoSelected::updateInfo(), and VideoBrowser::updateInfo().
| const QPixmap * ImageCache::load | ( | const QString & | image_file, | |
| int | width, | |||
| int | height, | |||
| QImage::ScaleMode | scale | |||
| ) |
Definition at line 234 of file imagecache.cpp.
| const QPixmap * ImageCache::load | ( | const QString & | image_file, | |
| QPixmap * | pre_loaded | |||
| ) |
Definition at line 240 of file imagecache.cpp.
| bool ImageCache::hitTest | ( | const QString & | image_file | ) | const |
| void ImageCache::resize | ( | unsigned int | new_size | ) |
Definition at line 250 of file imagecache.cpp.
| unsigned int ImageCache::size | ( | ) |
Definition at line 255 of file imagecache.cpp.
| void ImageCache::clear | ( | void | ) |
Definition at line 260 of file imagecache.cpp.
ImageCacheImp* ImageCache::m_imp [private] |
Definition at line 26 of file imagecache.h.
Referenced by clear(), hitTest(), ImageCache(), load(), resize(), size(), and ~ImageCache().
1.5.5