![]() |
Qt 6.x
The Qt SDK
|
#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 QAlphaWidget * | q_blend = nullptr |
| static QRollEffect * | q_roll = nullptr |
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:| void qScrollEffect | ( | QWidget * | w, |
| QEffects::DirFlags | orient, | ||
| int | time | ||
| ) |
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:
|
static |
Definition at line 61 of file qeffects.cpp.
Referenced by QAlphaWidget::closeEvent(), qFadeEffect(), and QAlphaWidget::render().
|
static |
Definition at line 343 of file qeffects.cpp.
Referenced by qScrollEffect().