dialog to generate a number series More...
#include <pqSeriesGeneratorDialog.h>
Inherits QDialog.
Public Slots | |
| void | resetRangeToDataRange () |
| Reset the range to the data range. More... | |
Public Member Functions | |
| pqSeriesGeneratorDialog (double min, double max, QWidget *parent=nullptr, Qt::WindowFlags f=Qt::WindowFlags()) | |
| ~pqSeriesGeneratorDialog () override | |
| QVector< double > | series () const |
| Returns the generated number series. More... | |
| void | setDataRange (double dataMin, double dataMax, bool reset=false) |
| Set the dataMin and dataMax on the dialog They will be used only if reset is true or if resetRangeToDataRange is called. More... | |
dialog to generate a number series
pqSeriesGeneratorDialog is a simple dialog that lets the user generate a series of numbers. Multiple series are supported including linear, logarithmic and geometric.
Definition at line 20 of file pqSeriesGeneratorDialog.h.
| pqSeriesGeneratorDialog::pqSeriesGeneratorDialog | ( | double | min, |
| double | max, | ||
| QWidget * | parent = nullptr, |
||
| Qt::WindowFlags | f = Qt::WindowFlags() |
||
| ) |
|
override |
| QVector<double> pqSeriesGeneratorDialog::series | ( | ) | const |
Returns the generated number series.
Set the dataMin and dataMax on the dialog They will be used only if reset is true or if resetRangeToDataRange is called.
|
slot |
Reset the range to the data range.
1.8.13 on Sun Dec 14 2025