Public Slots | Public Member Functions | List of all members
pqSeriesGeneratorDialog Class Reference

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< doubleseries () 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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pqSeriesGeneratorDialog()

pqSeriesGeneratorDialog::pqSeriesGeneratorDialog ( double  min,
double  max,
QWidget *  parent = nullptr,
Qt::WindowFlags  f = Qt::WindowFlags() 
)

◆ ~pqSeriesGeneratorDialog()

pqSeriesGeneratorDialog::~pqSeriesGeneratorDialog ( )
override

Member Function Documentation

◆ series()

QVector<double> pqSeriesGeneratorDialog::series ( ) const

Returns the generated number series.

◆ setDataRange()

void pqSeriesGeneratorDialog::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.

◆ resetRangeToDataRange

void pqSeriesGeneratorDialog::resetRangeToDataRange ( )
slot

Reset the range to the data range.


The documentation for this class was generated from the following file: