KDEUI
#include "kiconloader.h"
#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
#include <dirent.h>
#include <assert.h>
#include <QtCore/QCache>
#include <QtCore/QFileInfo>
#include <QtCore/QDir>
#include <QtCore/QBuffer>
#include <QtCore/QDataStream>
#include <QtCore/QByteArray>
#include <QtCore/QStringBuilder>
#include <QtGui/QIcon>
#include <QtGui/QImage>
#include <QtGui/QMovie>
#include <QtGui/QPainter>
#include <QtGui/QPixmap>
#include <QtGui/QPixmapCache>
#include <QtSvg/QSvgRenderer>
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <kcomponentdata.h>
#include <kde_file.h>
#include <kshareddatacache.h>
#include "kicontheme.h"
#include "kiconeffect.h"
#include "k3icon_p.h"
#include "kiconloader.moc"
Go to the source code of this file.
|
QPixmap | BarIcon (const QString &name, int force_size, int state, const QStringList &overlays) |
|
QIcon | BarIconSet (const QString &name, int force_size) |
|
QPixmap | DesktopIcon (const QString &name, int force_size, int state, const QStringList &overlays) |
|
QIcon | DesktopIconSet (const QString &name, int force_size) |
|
int | IconSize (KIconLoader::Group group) |
|
| K_GLOBAL_STATIC_WITH_ARGS (KIconLoader, globalIconLoader,(KGlobal::mainComponent(), 0)) KIconLoader *KIconLoader |
|
| K_GLOBAL_STATIC_WITH_ARGS (QString, NULL_EFFECT_FINGERPRINT,(QString::fromLatin1("noeffect"))) static bool pathIsRelative(const QString &path) |
|
QPixmap | MainBarIcon (const QString &name, int force_size, int state, const QStringList &overlays) |
|
QIcon | MainBarIconSet (const QString &name, int force_size) |
|
QPixmap | SmallIcon (const QString &name, int force_size, int state, const QStringList &overlays) |
|
QIcon | SmallIconSet (const QString &name, int force_size) |
|
QPixmap | UserIcon (const QString &name, int state, const QStringList &overlays) |
|
QIcon | UserIconSet (const QString &name) |
|
◆ BarIcon()
QPixmap BarIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
◆ BarIconSet()
QIcon BarIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
◆ DesktopIcon()
QPixmap DesktopIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
◆ DesktopIconSet()
QIcon DesktopIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
◆ IconSize()
◆ K_GLOBAL_STATIC_WITH_ARGS() [1/2]
◆ K_GLOBAL_STATIC_WITH_ARGS() [2/2]
K_GLOBAL_STATIC_WITH_ARGS |
( |
QString |
, |
|
|
NULL_EFFECT_FINGERPRINT |
, |
|
|
(QString::fromLatin1("noeffect")) |
|
|
) |
| const & |
Checks for relative paths quickly on UNIX-alikes, slowly on everything else.
Definition at line 67 of file kiconloader.cpp.
◆ MainBarIcon()
QPixmap MainBarIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
◆ MainBarIconSet()
QIcon MainBarIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
◆ SmallIcon()
QPixmap SmallIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
◆ SmallIconSet()
QIcon SmallIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
◆ UserIcon()
QPixmap UserIcon |
( |
const QString & |
name, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
◆ UserIconSet()
QIcon UserIconSet |
( |
const QString & |
name | ) |
|
|
related |
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.