QXRD  0.11.16
qxrdmaskpicker.h
Go to the documentation of this file.
1 #ifndef QXRDMASKPICKER_H
2 #define QXRDMASKPICKER_H
3 
5 
7 {
8 public:
9  QxrdMaskPicker(QWidget *canvas, QxrdImagePlot *plot);
10 
11 protected:
13 };
14 
16 {
17 public:
18  QxrdCircularMaskPicker(QWidget *canvas, QxrdImagePlot *plot);
19 
20  QPolygon adjustedPoints(const QPolygon &points) const;
21 };
22 
24 {
25 public:
26  QxrdPolygonalMaskPicker(QWidget *canvas, QxrdImagePlot *plot);
27 
28 protected:
29  void append(const QPoint &pt);
30  bool end(bool ok=true);
31 };
32 
33 #endif // QXRDMASKPICKER_H
bool end(bool ok=true)
QxrdCircularMaskPicker(QWidget *canvas, QxrdImagePlot *plot)
QxrdMaskPicker(QWidget *canvas, QxrdImagePlot *plot)
QxrdImagePlot * m_Plot
void append(const QPoint &pt)
QxrdPolygonalMaskPicker(QWidget *canvas, QxrdImagePlot *plot)
QPolygon adjustedPoints(const QPolygon &points) const