KDEUI
KIcon Class Reference
#include <kicon.h>
Inherits QIcon.
Public Member Functions | |
KIcon (const QString &iconName, KIconLoader *iconLoader, const QStringList &overlays) | |
KIcon (const QString &iconName, KIconLoader *iconLoader) | |
KIcon (const QString &iconName) | |
KIcon (const QIcon ©) | |
KIcon () | |
~KIcon () | |
KIcon & | operator= (const KIcon &other) |
Detailed Description
A wrapper around QIcon that provides KDE icon features.
KIcon is a convenience class for creating a QIcon with an appropriate KIconEngine to perform loading and rendering. KIcons thus adhere to KDE style and effect standards.
- See also
- KIconEngine, KIconLoader, KIconTheme
Constructor & Destructor Documentation
|
explicit |
Constructor which takes a kde style icon name, and optionally a custom icon loader.
- Parameters
-
iconName The name of the kde icon to load iconLoader The icon loader to use in loading this icon, or null to use the default global icon loader. overlays A list of overlays to apply to this icon. They are loaded from the emblems icons and up to four (one per corner) is currently supported
|
explicit |
|
explicit |
|
explicit |
Member Function Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.