Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qeffects_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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 )
extern

Definition at line 547 of file qeffects.cpp.

References QEvent::Move, q_blend, QEvent::Resize, 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 )
extern

Definition at line 525 of file qeffects.cpp.

References QEvent::Move, q_roll, QEvent::Resize, 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 )