From c64e8beb8328a1c6fab4067c416527267712a4cb Mon Sep 17 00:00:00 2001 From: Adenilson Cavalcanti Da Silva Date: Mon, 22 Feb 2010 21:20:53 +0000 Subject: [PATCH] Adding missing documentation. svn path=/trunk/KDE/kdelibs/; revision=1094497 --- animations/pulser_p.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/animations/pulser_p.h b/animations/pulser_p.h index af30be7d9..50e3c2845 100644 --- a/animations/pulser_p.h +++ b/animations/pulser_p.h @@ -50,7 +50,20 @@ public: /** Destructor */ ~PulseAnimation(); + /** Pulse scale factor. + * + * How much the pulsed shadow will expand (the default is 1.5x the + * size of pulsed widget). + * + * @param scale Pulse scale value (should be bigger than 1.0). + */ void setTargetScale(qreal scale); + + /** Returns pulsed scale factor. + * + * The amount of pulsed shadow factor used (default is 1.5x the size + * of widget). + */ qreal targetScale() const; public Q_SLOTS: