KTextEditor
katefadeeffect.h
This class provides a fade in/out effect for arbitrary QWidgets.
Definition katefadeeffect.h:27
bool isHideAnimationRunning() const
Check whether the hide animation started by calling fadeOut() is still running.
Definition katefadeeffect.cpp:25
void animationFinished()
When the animation is finished, hide the widget if fading out.
Definition katefadeeffect.cpp:86
void showAnimationFinished()
This signal is emitted when the fadeIn animation is finished, started by calling fadeIn().
void hideAnimationFinished()
This signal is emitted when the fadeOut animation is finished, started by calling fadeOut().
bool isShowAnimationRunning() const
Check whether the show animation started by calling fadeIn() is still running.
Definition katefadeeffect.cpp:30
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.