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  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QAbstractGraphicsShapeItem Class Reference

The QAbstractGraphicsShapeItem class provides a common base for all path items. More...

 #include <QAbstractGraphicsShapeItem>

Inherits: QGraphicsItem.

Inherited by: QGraphicsEllipseItem, QGraphicsPathItem, QGraphicsPolygonItem, QGraphicsRectItem, and QGraphicsSimpleTextItem.

This class was introduced in Qt 4.2.

Public Functions

QAbstractGraphicsShapeItem ( QGraphicsItem * parent = 0 )
~QAbstractGraphicsShapeItem ()
QBrush brush () const
QPen pen () const
void setBrush ( const QBrush & brush )
void setPen ( const QPen & pen )

Reimplemented Public Functions

virtual bool isObscuredBy ( const QGraphicsItem * item ) const
virtual QPainterPath opaqueArea () const

Additional Inherited Members

Detailed Description

The QAbstractGraphicsShapeItem class provides a common base for all path items.

This class does not fully implement an item by itself; in particular, it does not implement boundingRect() and paint(), which are inherited by QGraphicsItem.

You can subclass this item to provide a simple base implementation of accessors for the item's pen and brush.

See also QGraphicsRectItem, QGraphicsEllipseItem, QGraphicsPathItem, QGraphicsPolygonItem, QGraphicsTextItem, QGraphicsLineItem, QGraphicsPixmapItem, and Graphics View Framework.

Member Function Documentation

QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem ( QGraphicsItem * parent = 0 )

Constructs a QAbstractGraphicsShapeItem. parent is passed to QGraphicsItem's constructor.

QAbstractGraphicsShapeItem::~QAbstractGraphicsShapeItem ()

Destroys a QAbstractGraphicsShapeItem.

QBrush QAbstractGraphicsShapeItem::brush () const

Returns the item's brush, or an empty brush if no brush has been set.

See also setBrush().

bool QAbstractGraphicsShapeItem::isObscuredBy ( const QGraphicsItem * item ) const [virtual]

Reimplemented from QGraphicsItem::isObscuredBy().

QPainterPath QAbstractGraphicsShapeItem::opaqueArea () const [virtual]

Reimplemented from QGraphicsItem::opaqueArea().

QPen QAbstractGraphicsShapeItem::pen () const

Returns the item's pen. If no pen has been set, this function returns QPen(), a default black solid line pen with 0 width.

See also setPen().

void QAbstractGraphicsShapeItem::setBrush ( const QBrush & brush )

Sets the item's brush to brush.

The item's brush is used to fill the item.

If you use a brush with a QGradient, the gradient is relative to the item's coordinate system.

See also brush().

void QAbstractGraphicsShapeItem::setPen ( const QPen & pen )

Sets the pen for this item to pen.

The pen is used to draw the item's outline.

See also pen().

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 4.8
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