parley
Practice::ImageCache Class Reference
#include <imagecache.h>
Public Member Functions | |
| ImageCache () | |
| QImage | getImage (const QString &id) |
| QSize | imageSize (const QString &id) |
| bool | isEmpty () |
| void | openCache () |
| void | saveCache () |
| void | setFilenames (const QStringList &filename) |
| void | setSaveFilename (const QString &filename) |
| void | updateImage (const QString &id, const QImage &image) |
Friends | |
| QDebug | operator<< (QDebug dbg, const Practice::ImageCache &c) |
Detailed Description
Definition at line 27 of file imagecache.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 29 of file imagecache.h.
Member Function Documentation
| QImage ImageCache::getImage | ( | const QString & | id | ) |
Definition at line 52 of file imagecache.cpp.
| QSize ImageCache::imageSize | ( | const QString & | id | ) |
Definition at line 44 of file imagecache.cpp.
|
inline |
Definition at line 36 of file imagecache.h.
| void ImageCache::openCache | ( | ) |
Definition at line 60 of file imagecache.cpp.
| void ImageCache::saveCache | ( | ) |
Definition at line 91 of file imagecache.cpp.
| void ImageCache::setFilenames | ( | const QStringList & | filename | ) |
Definition at line 25 of file imagecache.cpp.
|
inline |
Definition at line 38 of file imagecache.h.
| void ImageCache::updateImage | ( | const QString & | id, |
| const QImage & | image | ||
| ) |
Definition at line 39 of file imagecache.cpp.
Friends And Related Function Documentation
|
friend |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference