3 #ifndef pqXYChartViewBoundsPropertyWidget_h 4 #define pqXYChartViewBoundsPropertyWidget_h 6 #include "pqComponentsModule.h" 9 #include <QScopedPointer> 26 Q_PROPERTY(QList<QVariant> bounds READ bounds WRITE setBounds NOTIFY boundsChanged);
39 void setBounds(
const QList<QVariant>& bounds);
64 void updateTextFromBounds();
69 void showEvent(QShowEvent* event)
override;
77 void connectToView(
pqView* view);
83 QScopedPointer<pqInternals> Internals;
superclass for all SM properties
This is a PQ abstraction of a generic view module.
proxy for a VTK object(s) on a server