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

(3f9569c505c0949efee336a83cb247e4e5a4658c)

#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 551 of file qeffects.cpp.

References q_blend.

◆ qScrollEffect()

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

Definition at line 532 of file qeffects.cpp.

References q_roll.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( effects )