#include <vtkQtPointMarker.h>
Definition at line 38 of file vtkQtPointMarker.h.
Public Types | |
| enum | MarkerStyle { Cross = 0, Plus, Square, Circle, Diamond, UserStyle = 32 } |
Public Member Functions | |
| vtkQtPointMarker (const QSizeF &size, MarkerStyle style=Circle) | |
| virtual | ~vtkQtPointMarker () |
| virtual void | paint (QPainter *painter) |
| QSizeF | getSize () const |
| void | setSize (const QSizeF &size) |
| MarkerStyle | getStyle () const |
| void | setStyle (MarkerStyle style) |
Protected Attributes | |
| QRectF | Rect |
| 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 | ) |
| MarkerStyle vtkQtPointMarker::getStyle | ( | ) | const [inline] |
Definition at line 62 of file vtkQtPointMarker.h.
| void vtkQtPointMarker::setStyle | ( | MarkerStyle | style | ) |
QRectF vtkQtPointMarker::Rect [protected] |
Definition at line 66 of file vtkQtPointMarker.h.
1.5.6