KTextEditor
katefadeeffect.cpp
27 return (m_timeLine->direction() == QTimeLine::Backward) && (m_timeLine->state() == QTimeLine::Running);
32 return (m_timeLine->direction() == QTimeLine::Forward) && (m_timeLine->state() == QTimeLine::Running);
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_EMITQ_EMIT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
Backward
Running
direction
void finished()
void start()
State state() const const
void stop()
void setUpdateInterval(int interval)
void valueChanged(qreal value)
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.