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.cpp File Reference

(c26994ff1551aa5450383cc51bed9b4d39f973f7)

#include "qapplication.h"
#include "qdebug.h"
#include "qeffects_p.h"
#include "qelapsedtimer.h"
#include "qevent.h"
#include "qimage.h"
#include "qpainter.h"
#include "qscreen.h"
#include "qpixmap.h"
#include "qpointer.h"
#include "qtimer.h"
#include "qwidget.h"
#include "private/qwidget_p.h"
#include "qwindow.h"
#include "qeffects.moc"
+ Include dependency graph for qeffects.cpp:

Go to the source code of this file.

Classes

class  QAlphaWidget
 
class  QRollEffect
 

Functions

void qScrollEffect (QWidget *w, QEffects::DirFlags orient, int time)
 
void qFadeEffect (QWidget *w, int time)
 

Variables

static QAlphaWidgetq_blend = nullptr
 
static QRollEffectq_roll = nullptr
 

Function Documentation

◆ qFadeEffect()

void qFadeEffect ( QWidget * w,
int time )

Definition at line 547 of file qeffects.cpp.

References q_blend, and QAlphaWidget::run().

+ Here is the call graph for this function:

◆ qScrollEffect()

void qScrollEffect ( QWidget * w,
QEffects::DirFlags orient,
int time )

Definition at line 525 of file qeffects.cpp.

References q_roll, and QRollEffect::run().

+ Here is the call graph for this function:

Variable Documentation

◆ q_blend

static QAlphaWidget * q_blend = nullptr
static

Definition at line 61 of file qeffects.cpp.

Referenced by QAlphaWidget::closeEvent(), qFadeEffect(), and QAlphaWidget::render().

◆ q_roll

static QRollEffect * q_roll = nullptr
static

Definition at line 344 of file qeffects.cpp.

Referenced by qScrollEffect().