KBlankEffect Class Reference
#include <kscreensaver.h>
Inheritance diagram for KBlankEffect:

Detailed Description
Blanks a widget using various effects.Blanks a widget using various effects.
Definition at line 94 of file kscreensaver.h.
Public Types | |
| enum | Effect { Random = -1, Blank = 0, SweepRight, SweepDown, Blocks, MaximumEffects } |
| typedef void(KBlankEffect::*) | BlankEffect () |
Signals | |
| void | doneBlank () |
Public Member Functions | |
| KBlankEffect (QObject *parent=0) | |
| ~KBlankEffect () | |
| void | blank (QWidget *w, Effect effect=Random) |
Protected Slots | |
| void | timeout () |
Protected Member Functions | |
| void | finished () |
| void | blankNormal () |
| void | blankSweepRight () |
| void | blankSweepDown () |
| void | blankBlocks () |
Protected Attributes | |
| KBlankEffectPrivate * | d |
Static Protected Attributes | |
| static BlankEffect | effects [] |
Member Function Documentation
Blank a widget using the specified effect.
Some blanking effects take some time, so you should connect to doneBlank() to know when the blanking is complete.
- Parameters:
-
w The widget to blank. effect The type of effect to use.
Definition at line 140 of file kscreensaver.cpp.
| void KBlankEffect::doneBlank | ( | ) | [signal] |
emitted when a blanking effect has completed.
The documentation for this class was generated from the following files:

