Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 q_blend, and QAlphaWidget::run().

+ Here is the call 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 q_roll, and QRollEffect::run().

+ Here is the call graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( effects )