The vtkQtPointMarker class is used to draw a shape at a point.
More...
#include <vtkQtPointMarker.h>
The vtkQtPointMarker class is used to draw a shape at a point.
Definition at line 38 of file vtkQtPointMarker.h.
Enumerator |
---|
NoMarker |
Nothing is drawn.
|
Cross |
Draws a cross.
|
Plus |
Draws a plus.
|
Square |
Draws a square.
|
Circle |
Draws a circle.
|
Diamond |
Draws a diamond.
|
UserStyle |
The next available style for extension classes.
|
Definition at line 41 of file vtkQtPointMarker.h.
vtkQtPointMarker::vtkQtPointMarker |
( |
const QSizeF & |
size, |
|
|
MarkerStyle |
style = Circle |
|
) |
| |
virtual vtkQtPointMarker::~vtkQtPointMarker |
( |
) | |
|
|
virtual |
virtual void vtkQtPointMarker::paint |
( |
QPainter * |
painter) | |
|
|
virtual |
QSizeF vtkQtPointMarker::getSize |
( |
) | |
const |
void vtkQtPointMarker::setSize |
( |
const QSizeF & |
size) | |
|
QRectF vtkQtPointMarker::Rect |
|
protected |
The documentation for this class was generated from the following file: