33 #ifndef _pqSampleScalarWidget_h 34 #define _pqSampleScalarWidget_h 36 #include "pqComponentsModule.h" 40 #include <QModelIndex> 55 typedef QWidget Superclass;
58 Q_PROPERTY(QVariantList samples READ samples WRITE setSamples)
83 QList<QVariant> samples();
86 void setSamples(QList<QVariant> samples);
91 void samplesChanged();
94 void onSamplesChanged();
95 void onSelectionChanged(
const QItemSelection&,
const QItemSelection&);
102 void onScientificNotation(
bool);
104 void onControlledPropertyChanged();
105 void onControlledPropertyDomainChanged();
111 bool getRange(
double& range_min,
double& range_max);
113 class pqImplementation;
114 pqImplementation*
const Implementation;
116 bool eventFilter(QObject*
object, QEvent* e);
119 #endif // !_pqSampleScalarWidget_h
superclass for all SM properties
vtkSmartPointer< vtkSMProxy > pqSMProxy
make pqSMProxy synonymous to a smart pointer of a vtkSMProxy
property representing a vector of doubles