Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QGraphicsColorizeEffect Class

The QGraphicsColorizeEffect class provides a colorize effect. More...

 #include <QGraphicsColorizeEffect>

Inherits: QGraphicsEffect.

This class was introduced in Qt 4.6.

Public Types

enum ChangeFlag { SourceAttached, SourceDetached, SourceBoundingRectChanged, SourceInvalidated }
flags ChangeFlags
enum PixmapPadMode { NoPad, PadToTransparentBorder, PadToEffectiveBoundingRect }

Properties

  • 1 property inherited from QObject

Public Functions

QGraphicsColorizeEffect(QObject * parent = 0)
QGraphicsEffect(QObject * parent = 0)
~QGraphicsColorizeEffect()
virtual ~QGraphicsEffect()
QRectF boundingRect() const
virtual QRectF boundingRectFor(const QRectF & rect) const
QColor color() const
bool isEnabled() const
qreal strength() const
  • 31 public functions inherited from QObject

Public Slots

void setColor(const QColor & c)
void setEnabled(bool enable)
void setStrength(qreal strength)
void update()
  • 1 public slot inherited from QObject

Signals

void colorChanged(const QColor & color)
void enabledChanged(bool enabled)
void strengthChanged(qreal strength)

Protected Functions

virtual void draw(QPainter * painter) = 0
void drawSource(QPainter * painter)
QRectF sourceBoundingRect(Qt::CoordinateSystem system = Qt::LogicalCoordinates) const
virtual void sourceChanged(ChangeFlags flags)
bool sourceIsPixmap() const
QPixmap sourcePixmap(Qt::CoordinateSystem system = Qt::LogicalCoordinates, QPoint * offset = 0, PixmapPadMode mode = PadToEffectiveBoundingRect) const
void updateBoundingRect()

Reimplemented Protected Functions

virtual void draw(QPainter * painter)
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 11 static public members inherited from QObject

Detailed Description

The QGraphicsColorizeEffect class provides a colorize effect.

A colorize effect renders the source with a tint of its color(). The color can be modified using the setColor() function.

By default, the color is light blue (QColor(0, 0, 192)).

See also QGraphicsDropShadowEffect, QGraphicsBlurEffect, and QGraphicsOpacityEffect.

Property Documentation

color : QColor

This property holds the color of the effect.

By default, the color is light blue (QColor(0, 0, 192)).

Access functions:

QColor color() const
void setColor(const QColor & c)

Notifier signal:

void colorChanged(const QColor & color)

strength : qreal

This property holds the strength of the effect.

By default, the strength is 1.0. A strength 0.0 equals to no effect, while 1.0 means full colorization.

Access functions:

qreal strength() const
void setStrength(qreal strength)

Notifier signal:

void strengthChanged(qreal strength)

Member Function Documentation

QGraphicsColorizeEffect::QGraphicsColorizeEffect(QObject * parent = 0)

Constructs a new QGraphicsColorizeEffect instance. The parent parameter is passed to QGraphicsEffect's constructor.

QGraphicsColorizeEffect::~QGraphicsColorizeEffect()

Destroys the effect.

void QGraphicsColorizeEffect::draw(QPainter * painter) [virtual protected]

Reimplemented from QGraphicsEffect::draw().

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 5.0-snapshot
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web