Home · All Classes · Modules

QGraphicsColorizeEffect Class Reference
[QtGui module]

Inherits QGraphicsEffect.

Methods

Qt Signals


Detailed Description


Method Documentation

QGraphicsColorizeEffect.__init__ (self, QObject parent = None)

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

QColor QGraphicsColorizeEffect.color (self)

QGraphicsColorizeEffect.draw (self, QPainter)

QGraphicsColorizeEffect.setColor (self, QColor)

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

QGraphicsColorizeEffect.setStrength (self, float)

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

float QGraphicsColorizeEffect.strength (self)


Qt Signal Documentation

void colorChanged (const QColor&)

This is the default overload of this signal.

void strengthChanged (qreal)

This is the default overload of this signal.


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