|
rock_widget_collection
0.1
|
#include <GraphicsPointsItem.h>
Inherits QGraphicsItem.
Public Member Functions | |
| GraphicsPointsItem (const QList< QPoint > &points) | |
| QRectF | boundingRect () const |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| void | setPen (const QPen &pen) |
Definition at line 11 of file GraphicsPointsItem.h.
| GraphicsPointsItem::GraphicsPointsItem | ( | const QList< QPoint > & | points | ) |
Definition at line 6 of file GraphicsPointsItem.cc.
| QRectF GraphicsPointsItem::boundingRect | ( | ) | const |
Definition at line 44 of file GraphicsPointsItem.cc.
| void GraphicsPointsItem::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) |
Definition at line 54 of file GraphicsPointsItem.cc.
| void GraphicsPointsItem::setPen | ( | const QPen & | pen | ) |
Definition at line 49 of file GraphicsPointsItem.cc.
1.8.11