|
|
Create pseudo-transparent widgets.
A pseudo-transparent widget is a widget with its background pixmap set to that part of the desktop background that it is currently obscuring. This gives a transparency effect.
To create a transparent widget, construct a KRootPixmap and pass it a pointer to your widget. That's it! Moving, resizing and background changes are handled automatically.
|
Construct a KRootPixmap.
Parameters:
~ |
void |
Set the fade effect.
This effect will fade the background to the specified color.
Parameters:
void |
Start background handling.
void |
Stop background handling.
bool |
Check if pseudo-transparency is available.
Returns: true
if transparency is available, false
otherwise.
void |
Repaint the widget background.
Normally, you shouldn't need this.
Parameters:
void |
[slot]
bool |
[protected virtual]