Kate
kateanimation.cpp
Go to the documentation of this file.
43 m_hideTimer->setInterval(550); // 500 from KMessageWidget + 50 to make sure the hide animation is really finished
49 m_showTimer->setInterval(550); // 500 from KMessageWidget + 50 to make sure the show animation is really finished
79 // NOTE: use a singleShot timer to avoid resizing issues when showing the message widget the first time (bug #316666)
void setInterval(int msec)
bool hideAnimationActive() const
Returns true, if the hide animation is running, otherwise false.
Definition: kateanimation.cpp:54
bool showAnimationActive() const
Returns true, if the how animation is running, otherwise false.
Definition: kateanimation.cpp:59
KateAnimation(KMessageWidget *widget, EffectType effect)
Constructor.
Definition: kateanimation.cpp:29
This class provides a fade in/out effect for arbitrary QWidgets.
Definition: katefadeeffect.h:40
void widgetShown()
This signal is emitted when the showing animation is finished.
void stop()
void widgetHidden()
This signal is emitted when the hiding animation is finished.
void start(int msec)
bool isActive() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setSingleShot(bool singleShot)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.