equal
deleted
inserted
replaced
486 |
486 |
487 \sa isEnabled() |
487 \sa isEnabled() |
488 */ |
488 */ |
489 |
489 |
490 /*! |
490 /*! |
491 Schedules a redraw of the source. Call this function whenever the source |
491 Schedules a redraw of the effect. Call this function whenever the effect |
492 needs to be redrawn. |
492 needs to be redrawn. This function does not trigger a redraw of the source. |
493 |
493 |
494 This convenience function is equivalent to calling |
494 \sa updateBoundingRect() |
495 QGraphicsEffectSource::update(). |
|
496 |
|
497 \sa updateBoundingRect(), QGraphicsEffectSource::update() |
|
498 */ |
495 */ |
499 void QGraphicsEffect::update() |
496 void QGraphicsEffect::update() |
500 { |
497 { |
501 Q_D(QGraphicsEffect); |
498 Q_D(QGraphicsEffect); |
502 if (d->source) |
499 if (d->source) |