Home · All Classes · Modules

QGraphicsDropShadowEffect Class Reference
[QtGui module]

Inherits QGraphicsEffect.

Methods

Qt Signals


Detailed Description


Method Documentation

QGraphicsDropShadowEffect.__init__ (self, QObject parent = None)

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

float QGraphicsDropShadowEffect.blurRadius (self)

QRectF QGraphicsDropShadowEffect.boundingRectFor (self, QRectF)

QColor QGraphicsDropShadowEffect.color (self)

QGraphicsDropShadowEffect.draw (self, QPainter)

QPointF QGraphicsDropShadowEffect.offset (self)

QGraphicsDropShadowEffect.setBlurRadius (self, float)

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

QGraphicsDropShadowEffect.setColor (self, QColor)

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

QGraphicsDropShadowEffect.setOffset (self, QPointF)

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

QGraphicsDropShadowEffect.setOffset (self, float, float)

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

QGraphicsDropShadowEffect.setOffset (self, float)

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

QGraphicsDropShadowEffect.setXOffset (self, float)

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

QGraphicsDropShadowEffect.setYOffset (self, float)

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

float QGraphicsDropShadowEffect.xOffset (self)

float QGraphicsDropShadowEffect.yOffset (self)


Qt Signal Documentation

void blurRadiusChanged (qreal)

This is the default overload of this signal.

void colorChanged (const QColor&)

This is the default overload of this signal.

void offsetChanged (const QPointF&)

This is the default overload of this signal.


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