KDEUI
Go to the documentation of this file.
26#include <QtCore/QList>
58 bool find(
const QString& key, QPixmap& pix, QString* path);
59 void insert(
const QString& key,
const QPixmap& pix,
const QString& path);
61 virtual bool find(
const QString& key, QPixmap& pix);
62 virtual void insert(
const QString& key,
const QPixmap& pix);
67 static void deleteCache();
80 virtual bool loadCustomIndexHeader(QDataStream& stream);
81 virtual void writeCustomIndexHeader(QDataStream& stream);
83 virtual bool loadCustomData(QDataStream& stream);
84 virtual bool writeCustomData(QDataStream& stream);
86 QSet<QString> existingIconThemeDirs(
const QStringList& themeNames)
const;
87 unsigned int mostRecentMTime(
const QSet<QString>& dirNames)
const;
Group
The group of the icon.
General-purpose pixmap cache for KDE.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.