class KIconTheme
|
Class to use/access icon themes in KDE. More... |
|
|
Public Methods
Public Static Methods
Class to use/access icon themes in KDE. This class is used by the
iconloader but can be used by others too.
KIconTheme (const QString& name, const QString& appName=QString::null)
| KIconTheme |
~KIconTheme ()
| ~KIconTheme |
[const]
[const]
[const]
[const]
[const]
[const]
[const]
[const]
[const]
[const]
[const]
The mimimum display depth required for this theme. This can either
be 8 or 32
int defaultSize (int group)
| defaultSize |
[const]
The default size of this theme for a certain icon group.
Parameters:
Returns: The default size in pixels for the given icon group.
[const]
QStringList queryIcons (int size, int context = KIcon::Any)
| queryIcons |
[const]
QStringList queryIconsByContext (int size, int context = KIcon::Any)
| queryIconsByContext |
[const]
KIcon iconPath (const QString& name, int size, int match)
| iconPath |
[const]
Lookup an icon in the theme.
Parameters:
name | The name of the icon, without extension.
|
size | The desired size of the icon.
|
match | The matching mode. KIcon::MatchExact returns an icon
only if matches exactly. KIcon::MatchBest returns the best matching
icon.
|
Returns: A KIcon class that describes the icon. If an icon is found,
KIcon::isValid will return true, and false otherwise.
[static]
[static]
void reconfigure ()
| reconfigure |
[static]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:15:01 2002, using kdoc 2.0a53. |