#include <qxrdmaskpicker.h>
|
void | append (const QPoint &pt) |
|
bool | end (bool ok=true) |
|
Definition at line 23 of file qxrdmaskpicker.h.
QxrdPolygonalMaskPicker::QxrdPolygonalMaskPicker |
( |
QWidget * |
canvas, |
|
|
QxrdImagePlot * |
plot |
|
) |
| |
Definition at line 40 of file qxrdmaskpicker.cpp.
43 qRegisterMetaType< QVector<QPointF> >(
"QVector<QPointF>");
45 setStateMachine(
new QwtPickerPolygonMachine());
46 setRubberBand(QwtPicker::PolygonRubberBand);
QxrdMaskPicker(QWidget *canvas, QxrdImagePlot *plot)
void QxrdPolygonalMaskPicker::append |
( |
const QPoint & |
pt | ) |
|
|
protected |
bool QxrdPolygonalMaskPicker::end |
( |
bool |
ok = true | ) |
|
|
protected |
The documentation for this class was generated from the following files: