![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
QLinearGradient | alphaGradient (rect.topLeft(), rect.bottomLeft()) |
[1] | |
alphaGradient | setColorAt (0.0, Qt::transparent) |
alphaGradient | setColorAt (0.5, Qt::black) |
alphaGradient | setColorAt (1.0, Qt::transparent) |
effect | setOpacityMask (alphaGradient) |
Variables | |
QGraphicsOpacityEffect * | effect = new QGraphicsOpacityEffect |
the effect attached to this item | |
QLinearGradient alphaGradient | ( | rect. | topLeft(), |
rect. | bottomLeft() | ||
) |
[1]
[2]
Referenced by QWindowsVistaStyle::drawControl().
alphaGradient setColorAt | ( | 0. | 0, |
Qt::transparent | |||
) |
alphaGradient setColorAt | ( | 0. | 5, |
Qt::black | |||
) |
alphaGradient setColorAt | ( | 1. | 0, |
Qt::transparent | |||
) |
effect setOpacityMask | ( | alphaGradient | ) |
QGraphicsObject::effect = new QGraphicsOpacityEffect |
the effect attached to this item
Definition at line 43 of file src_gui_effects_qgraphicseffect.cpp.
Referenced by DragEvent::DragEvent(), QGraphicsItemPrivate::effectiveBoundingRect(), QGraphicsItemPrivate::effectiveBoundingRect(), QApplication::isEffectEnabled(), qsoundeffectsnippet(), QApplication::setEffectEnabled(), translateToWinDragEffects(), and uiEffectToFlag().