#include <kicontheme.h>
Public Methods | |
| KIconTheme (const QString &name, const QString &appName=QString::null) | |
| QString | name () const |
| QString | description () const |
| QString | example () const |
| QString | screenshot () const |
| QString | linkOverlay () const |
| QString | zipOverlay () const |
| QString | lockOverlay () const |
| QString | shareOverlay () const |
| QString | dir () const |
| QStringList | inherits () const |
| bool | isValid () const |
| bool | isHidden () const |
| int | depth () const |
| int | defaultSize (KIcon::Group group) const |
| QValueList< int > | querySizes (KIcon::Group group) const |
| QStringList | queryIcons (int size, KIcon::Context context=KIcon::Any) const |
| QStringList | queryIconsByContext (int size, KIcon::Context context=KIcon::Any) const |
| KIcon | iconPath (const QString &name, int size, KIcon::MatchType match) const |
Static Public Methods | |
| QStringList | list () |
| QString | current () |
| void | reconfigure () |
| QString | defaultThemeName () |
Definition at line 155 of file kicontheme.h.
|
||||||||||||
|
Load an icon theme by name.
|
|
|
Returns the current icon theme.
|
|
|
The default size of this theme for a certain icon group.
|
|
|
Returns the default icon theme.
|
|
|
The minimum display depth required for this theme. This can either be 8 or 32.
Definition at line 248 of file kicontheme.h. |
|
|
A description for the icon theme.
Definition at line 178 of file kicontheme.h. |
|
|
Returns the toplevel theme directory.
Definition at line 222 of file kicontheme.h. |
|
|
Return the name of the "example" icon. This can be used to present the theme to the user.
|
|
||||||||||||||||
|
Lookup an icon in the theme.
|
|
|
The themes this icon theme falls back on.
Definition at line 228 of file kicontheme.h. |
|
|
The icon theme should be hidden to the user?
|
|
|
The icon theme exists?
|
|
|
Returns the name of this theme's link overlay.
|
|
|
List all icon themes installed on the system, global and local.
|
|
|
Returns the name of this theme's lock overlay.
|
|
|
The stylized name of the icon theme.
Definition at line 171 of file kicontheme.h. |
|
||||||||||||
|
Query available icons for a size and context.
|
|
||||||||||||
|
Query available icons for a context and preferred size.
|
|
|
Query available sizes for a group.
|
|
|
Reconfigure the theme. |
|
|
Return the name of the screenshot.
|
|
|
Returns the name of this theme's share overlay.
|
|
|
Returns the name of this theme's zip overlay.
|
1.2.18