#include <visualization/2d/PointVectorObject.h>
|
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=NULL) |
|
void | addPoint (qreal x, qreal y, QColor color=QColor::Invalid) |
|
void | updateColor () |
|
◆ ColouredPoint
◆ PointVectorObject()
◆ ~PointVectorObject()
◆ setData() [1/2]
void setData |
( |
const std::vector< PointType > & |
data | ) |
|
◆ setData() [2/2]
void setData |
( |
const std::vector< std::pair< PointType, QColor >> & |
data | ) |
|
◆ setWidth()
void setWidth |
( |
qreal |
width | ) |
|
◆ setColor()
void setColor |
( |
const QColor & |
color | ) |
|
◆ width()
◆ color()
◆ boundingRect()
QRectF boundingRect |
( |
| ) |
const |
◆ paint()
void paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget = NULL |
|
) |
| |
|
protected |
◆ addPoint()
void addPoint |
( |
qreal |
x, |
|
|
qreal |
y, |
|
|
QColor |
color = QColor::Invalid |
|
) |
| |
|
protected |
◆ updateColor()
◆ mData
◆ mBoundingRect
◆ mBoundingRectAdjusted
QRectF mBoundingRectAdjusted |
|
protected |
◆ mWidth
◆ mColor
The documentation for this class was generated from the following file: