KDEUI
KIcon Class Reference
#include <kicon.h>
Inheritance diagram for KIcon:

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-2017 The KDE developers.
Generated on Tue May 23 2017 01:54:45 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Tue May 23 2017 01:54:45 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.