parley
imagecache.cpp
Go to the documentation of this file.
77 //kDebug() << "not loading cache because it contains the wrong theme or the timestamp has changed";
108 dbg.nospace() << "\n\tcontains: " << qPrintable(i.key().leftJustified(35)) << ": " << i.value().size();
112 dbg.nospace() << "\n\ttotal pixel count: " << pixels << " (approx. " << double(pixels) * 4 / 1024 / 1024 << " MiB)";
void clear()
const Key & key() const
bool hasNext() const
QDebug & nospace()
bool isNull() const
void append(const T &value)
Definition: imagecache.h:28
QDebug operator<<(QDebug dbg, const Practice::ImageCache &c)
Definition: imagecache.cpp:101
QDateTime lastModified() const
virtual bool open(QFlags< QIODevice::OpenModeFlag > mode)
void clear()
const T value(const Key &key) const
void updateImage(const QString &id, const QImage &image)
Definition: imagecache.cpp:39
Item next()
QDebug & space()
bool contains(const Key &key) const
const T & value() const
void setFilenames(const QStringList &filename)
Definition: imagecache.cpp:25
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:15:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.