4 #ifndef pqSplinePropertyWidget_h 5 #define pqSplinePropertyWidget_h 9 #include <QScopedPointer> 31 Q_PROPERTY(QList<QVariant> points READ points WRITE setPoints NOTIFY pointsChanged);
32 Q_PROPERTY(
int currentRow READ currentRow WRITE setCurrentRow NOTIFY currentRowChanged);
43 QWidget* parent =
nullptr);
50 QList<QVariant>
points()
const;
51 void setPoints(
const QList<QVariant>& points);
55 int currentRow()
const;
56 void setCurrentRow(
int idx);
67 void currentRowChanged();
73 void setLineColor(
const QColor&);
81 QScopedPointer<pqInternals> Internals;
#define PQAPPLICATIONCOMPONENTS_EXPORT
proxy for a VTK object(s) on a server