KDEUI
kiconcache.h
Go to the documentation of this file.
unsigned int mostRecentMTime(const QSet< QString > &dirNames) const
Definition kiconcache.cpp:216
QSet< QString > existingIconThemeDirs(const QStringList &themeNames) const
Definition kiconcache.cpp:189
void setThemeInfo(const QList< KIconTheme * > &themes)
Definition kiconcache.cpp:239
int defaultIconSize(KIconLoader::Group group) const
The default size of current theme for a certain icon group.
Definition kiconcache.cpp:229
virtual bool writeCustomData(QDataStream &stream)
Can be used by subclasses to write custom data into the stream.
Definition kpixmapcache.cpp:1429
virtual void insert(const QString &key, const QPixmap &pix)
Inserts the pixmap pix into the cache, associated with the key key.
Definition kpixmapcache.cpp:1366
virtual bool loadCustomData(QDataStream &stream)
Can be used by subclasses to load custom data from the stream.
Definition kpixmapcache.cpp:1361
virtual void writeCustomIndexHeader(QDataStream &stream)
Can be used by subclasses to write custom data into cache's header.
Definition kpixmapcache.cpp:1044
virtual bool find(const QString &key, QPixmap &pix)
Tries to load pixmap with the specified key from cache.
Definition kpixmapcache.cpp:1272
virtual bool loadCustomIndexHeader(QDataStream &stream)
Can be used by subclasses to load custom data from cache's header.
Definition kpixmapcache.cpp:1039
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.