Home · All Classes · Modules

QGraphicsOpacityEffect Class Reference
[QtGui module]

Inherits QGraphicsEffect.

Methods

Qt Signals


Detailed Description


Method Documentation

QGraphicsOpacityEffect.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QGraphicsOpacityEffect.draw (self, QPainter)

float QGraphicsOpacityEffect.opacity (self)

QBrush QGraphicsOpacityEffect.opacityMask (self)

QGraphicsOpacityEffect.setOpacity (self, float)

This method is also a Qt slot with the C++ signature void setOpacity(qreal).

QGraphicsOpacityEffect.setOpacityMask (self, QBrush)

This method is also a Qt slot with the C++ signature void setOpacityMask(const QBrush&).


Qt Signal Documentation

void opacityChanged (qreal)

This is the default overload of this signal.

void opacityMaskChanged (const QBrush&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0