Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qeffects_p.h File Reference
#include "QtCore/qnamespace.h"
#include <QtWidgets/private/qtwidgetsglobal_p.h>
+ Include dependency graph for qeffects_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QEffects
 

Functions

 QT_REQUIRE_CONFIG (effects)
 
void Q_WIDGETS_EXPORT qScrollEffect (QWidget *, QEffects::DirFlags dir=QEffects::DownScroll, int time=-1)
 
void Q_WIDGETS_EXPORT qFadeEffect (QWidget *, int time=-1)
 

Function Documentation

◆ qFadeEffect()

void Q_WIDGETS_EXPORT qFadeEffect ( QWidget w,
int  time = -1 
)

Definition at line 546 of file qeffects.cpp.

References QObject::deleteLater(), QEvent::Move, q_blend, QEvent::Resize, QAlphaWidget::run(), QCoreApplication::sendPostedEvents(), time, and Qt::ToolTip.

Referenced by QMenuPrivate::popup(), QMenuPrivate::setCurrentAction(), and QToolTip::showText().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qScrollEffect()

void Q_WIDGETS_EXPORT qScrollEffect ( QWidget w,
QEffects::DirFlags  dir = QEffects::DownScroll,
int  time = -1 
)

Definition at line 524 of file qeffects.cpp.

References QObject::deleteLater(), QEvent::Move, q_roll, QEvent::Resize, QRollEffect::run(), QCoreApplication::sendPostedEvents(), time, and Qt::ToolTip.

Referenced by QMenuPrivate::popup(), QMenuPrivate::setCurrentAction(), QComboBox::showPopup(), and QToolTip::showText().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( effects  )