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 (QString, NULL_EFFECT_FINGERPRINT,(QString::fromLatin1("noeffect"))) static bool pathIsRelative(const QString &path) |
|
| K_GLOBAL_STATIC_WITH_ARGS (KIconLoader, globalIconLoader,(KGlobal::mainComponent(), 0)) KIconLoader *KIconLoader |
|
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) |
|
QPixmap BarIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
QIcon BarIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
QPixmap DesktopIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
QIcon DesktopIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
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.
QPixmap MainBarIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
QIcon MainBarIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
QPixmap SmallIcon |
( |
const QString & |
name, |
|
|
int |
force_size, |
|
|
int |
state, |
|
|
const QStringList & |
overlays |
|
) |
| |
|
related |
QIcon SmallIconSet |
( |
const QString & |
name, |
|
|
int |
force_size |
|
) |
| |
|
related |
QIcon UserIconSet |
( |
const QString & |
name | ) |
|
|
related |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.