Public Slots | Signals | Public Member Functions | Protected Member Functions | Properties

QGraphicsDropShadowEffect Class Reference

Search for all occurrences

Detailed Description

Definition at line 199 of file qgraphicseffect.h.

#include <qgraphicseffect.h>

Inheritance diagram for QGraphicsDropShadowEffect:
Inheritance graph
[legend]

List of all members.

Public Slots

void  setOffset (const QPointF &ofs)
void  setOffset (qreal dx, qreal dy)
void  setOffset (qreal d)
void  setXOffset (qreal dx)
void  setYOffset (qreal dy)
void  setBlurRadius (qreal blurRadius)
void  setColor (const QColor &color)

Signals

void  offsetChanged (const QPointF &offset)
void  blurRadiusChanged (qreal blurRadius)
void  colorChanged (const QColor &color)

Public Member Functions

  QGraphicsDropShadowEffect (QObject *parent=0)
  ~QGraphicsDropShadowEffect ()
QRectF  boundingRectFor (const QRectF &rect) const
QPointF  offset () const
qreal  xOffset () const
qreal  yOffset () const
qreal  blurRadius () const
QColor  color () const

Protected Member Functions

void  draw (QPainter *painter)

Properties

QPointF  offset
qreal  xOffset
qreal  yOffset
qreal  blurRadius
QColor  color

Constructor & Destructor Documentation

QGraphicsDropShadowEffect ( QObject parent = 0 )

Member Function Documentation

QRectF boundingRectFor ( const QRectF rect ) const [virtual]
QPointF offset ( ) const
qreal xOffset ( ) const [inline]

Definition at line 214 of file qgraphicseffect.h.

    { return offset().x(); }
qreal yOffset ( ) const [inline]

Definition at line 217 of file qgraphicseffect.h.

    { return offset().y(); }
qreal blurRadius ( ) const
QColor color ( ) const
void setOffset ( const QPointF ofs ) [slot]
void setOffset ( qreal  dx,
qreal  dy 
) [inline, slot]

Definition at line 226 of file qgraphicseffect.h.

    { setOffset(QPointF(dx, dy)); }
void setOffset ( qreal  d ) [inline, slot]

Definition at line 229 of file qgraphicseffect.h.

    { setOffset(QPointF(d, d)); }
void setXOffset ( qreal  dx ) [inline, slot]

Definition at line 232 of file qgraphicseffect.h.

    { setOffset(QPointF(dx, yOffset())); }
void setYOffset ( qreal  dy ) [inline, slot]

Definition at line 235 of file qgraphicseffect.h.

    { setOffset(QPointF(xOffset(), dy)); }
void setBlurRadius ( qreal  blurRadius ) [slot]
void setColor ( const QColor color ) [slot]
void offsetChanged ( const QPointF offset ) [signal]
void blurRadiusChanged ( qreal  blurRadius ) [signal]
void colorChanged ( const QColor color ) [signal]
void draw ( QPainter painter ) [protected, virtual]

Property Documentation

QPointF offset [read, write]

Definition at line 202 of file qgraphicseffect.h.

qreal xOffset [read, write]

Definition at line 203 of file qgraphicseffect.h.

qreal yOffset [read, write]

Definition at line 204 of file qgraphicseffect.h.

qreal blurRadius [read, write]

Definition at line 205 of file qgraphicseffect.h.

QColor color [read, write]

Definition at line 206 of file qgraphicseffect.h.


The documentation for this class was generated from the following file:

QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect
QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect QGraphicsDropShadowEffect