|
|
Class to use/access icon themes in KDE. This class is used by the iconloader but can be used by others too.
|
Load an icon theme by name.
~ |
QString |
[const]
The stylized name of the icont theme.
QString |
[const]
A description for the icon theme.
QString |
[const]
Return the name of the "example" icon.
QString |
[const]
Return the name of the screenshot.
QString |
[const]
Returns the name of this theme's link overlay.
QString |
[const]
Returns the name of this theme's zip overlay.
QString |
[const]
Returns the name of this theme's lock overlay.
QString |
[const]
Returns the toplevel theme directory.
QStringList |
[const]
The themes this icon theme falls back on.
bool |
[const]
The icon theme exists?
int |
[const]
The mimimum display depth required for this theme. This can either be 8 or 32
int |
[const]
The default size of this theme for a certain icon group.
Parameters:
Returns: The default size in pixels for the given icon group.
QValueList<int> |
[const]
Query available sizes for a group.
QStringList |
[const]
Query available icons for a size and context.
QStringList |
[const]
Query available icons for a context and preferred size.
KIcon |
[const]
Lookup an icon in the theme.
Parameters:
Returns: A KIcon class that describes the icon. If an icon is found, KIcon::isValid will return true, and false otherwise.
QStringList |
[static]
List all icon themes installed on the system, global and local.
QString |
[static]
Returns the current icon theme.
void |
[static]
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:19 2000, using kdoc 2.0a40. |