|
|
Apply effects to icons.
| void |
Reread configuration.
| QString |
Returns a fingerprint for the effect selected by
[group, state]. This is usefull for caching.
| QImage |
Apply an effect to an image. The effect to apply depends on the
group and state parameters, and is configured by the user.
Parameters:
| src | The image. |
| group | The group for the icon. |
| state | The icon's state. |
Returns: An image with the effect applied.
| QImage |
Apply an effect to an image.
Parameters:
| src | The image. |
| effect | The effect to apply, one of KIconEffect::Effects. |
| value | Strength of the effect. 0 <= value <= 1.
|
| color | Color parameter for effects that need one. |
| trans | Add Transparency if trans = true. |
Returns: An image with the effect applied.
| QPixmap |
Apply an effect to a pixmap.
| QPixmap |
Apply an effect to a pixmap.
| QImage |
Returns an image twice as large, consisting of 2x2 pixels.
| void |
[static]
Provide visual feedback to show activation of an icon on a widget.
Not strictly an 'icon effect', but in practice that's what it looks like.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:05:18 2001, using kdoc 2.0a35. |