The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QGraphicsSimpleTextItem

PUBLIC METHODS

QGraphicsSimpleTextItem(QGraphicsItem * parent, QGraphicsScene * scene)
QGraphicsSimpleTextItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
QGraphicsSimpleTextItem(QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent, QGraphicsScene * scene)
QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent, QGraphicsScene * scene = 0)
QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
~QGraphicsSimpleTextItem()
QRectF boundingRect()
bool contains(const QPointF & point)
QFont font()
bool isObscuredBy(const QGraphicsItem * item)
QPainterPath opaqueArea()
void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)
void setFont(const QFont & font)
void setText(const QString & text)
QPainterPath shape()
QString text()
int type()

ENUM VALUES

Type

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html