#include <tdescreensaver.h>
Inherits TQObject.
|
enum | Effect {
Random =-1
, Blank =0
, SweepRight
, SweepDown
,
Blocks
, MaximumEffects
} |
|
typedef void(KBlankEffect::* | BlankEffect) () |
|
Blanks a widget using various effects.
Blanks a widget using various effects.
- Author
- Martin R. Jones mjone.nosp@m.s@kd.nosp@m.e.org
Definition at line 94 of file tdescreensaver.h.
◆ BlankEffect
typedef void(KBlankEffect::* KBlankEffect::BlankEffect) () |
◆ Effect
enum KBlankEffect::Effect |
◆ KBlankEffect()
KBlankEffect::KBlankEffect |
( |
TQObject * |
parent = 0 | ) |
|
◆ ~KBlankEffect()
KBlankEffect::~KBlankEffect |
( |
| ) |
|
◆ blank()
void KBlankEffect::blank |
( |
TQWidget * |
w, |
|
|
Effect |
effect = Random |
|
) |
| |
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 142 of file tdescreensaver.cpp.
◆ blankBlocks()
void KBlankEffect::blankBlocks |
( |
| ) |
|
|
protected |
◆ blankNormal()
void KBlankEffect::blankNormal |
( |
| ) |
|
|
protected |
◆ blankSweepDown()
void KBlankEffect::blankSweepDown |
( |
| ) |
|
|
protected |
◆ blankSweepRight()
void KBlankEffect::blankSweepRight |
( |
| ) |
|
|
protected |
◆ doneBlank
void KBlankEffect::doneBlank |
( |
| ) |
|
|
signal |
emitted when a blanking effect has completed.
◆ finished()
void KBlankEffect::finished |
( |
| ) |
|
|
protected |
◆ timeout
void KBlankEffect::timeout |
( |
| ) |
|
|
protectedslot |
KBlankEffectPrivate* KBlankEffect::d |
|
protected |
◆ effects
KBlankEffect::BlankEffect KBlankEffect::effects |
|
staticprotected |
Initial value:= {
&KBlankEffect::blankNormal,
&KBlankEffect::blankSweepRight,
&KBlankEffect::blankSweepDown,
&KBlankEffect::blankBlocks
}
Definition at line 134 of file tdescreensaver.h.
The documentation for this class was generated from the following files: