QGraphicsDropShadowEffect Class Reference
[QtGui module]
Inherits QGraphicsEffect.
Methods
- __init__ (self, QObject parent = None)
- float blurRadius (self)
- QRectF boundingRectFor (self, QRectF)
- QColor color (self)
- draw (self, QPainter)
- QPointF offset (self)
- setBlurRadius (self, float)
- setColor (self, QColor)
- setOffset (self, QPointF)
- setOffset (self, float, float)
- setOffset (self, float)
- setXOffset (self, float)
- setYOffset (self, float)
- float xOffset (self)
- float yOffset (self)
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.