NAME
Qt::Gui::QGraphicsSimpleTextItem
PUBLIC METHODS
- QGraphicsSimpleTextItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsSimpleTextItem(QGraphicsItem * parent, QGraphicsScene * scene)
- QGraphicsSimpleTextItem(QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
- QGraphicsSimpleTextItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent, QGraphicsScene * scene)
- QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
- QGraphicsSimpleTextItem(const QString & text, QGraphicsItem * parent, 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()
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.