33 #ifndef _pqSampleScalarAddRangeDialog_h 34 #define _pqSampleScalarAddRangeDialog_h 36 #include "pqComponentsModule.h" 46 typedef QDialog Superclass;
60 void setFrom(
double value);
62 void setTo(
double value);
63 unsigned long steps()
const;
64 void setSteps(
unsigned long number);
65 bool logarithmic()
const;
66 void setLogarithmic(
bool useLog);
68 void setLogRangeStrict(
bool on);
69 bool isLogRangeStrict()
const;
70 QVariantList getRange()
const;
73 void onRangeChanged();
79 class pqImplementation;
80 pqImplementation*
const Implementation;
83 #endif // !_pqSampleScalarAddRangeDialog_h Provides a dialog for specifying a range of scalar samples, used by pqSampleScalarWidget.