|
QtiPlot
0.9.8.2
|
Filter options dialog. More...
#include <FilterDialog.h>
Public Slots | |
| void | filter () |
| void | setGraph (Graph *g) |
Public Member Functions | |
| FilterDialog (int type, QWidget *parent=0, Qt::WFlags fl=0) | |
Private Attributes | |
| ColorButton * | boxColor |
| DoubleSpinBox * | boxEnd |
| QComboBox * | boxName |
| QCheckBox * | boxOffset |
| DoubleSpinBox * | boxStart |
| QPushButton * | buttonCancel |
| QPushButton * | buttonFilter |
| int | filter_type |
| Graph * | graph |
Filter options dialog.
| FilterDialog::FilterDialog | ( | int | type, |
| QWidget * | parent = 0, |
||
| Qt::WFlags | fl = 0 |
||
| ) |
| void FilterDialog::filter | ( | ) | [slot] |
References FFTFilter::BandBlock, FFTFilter::BandPass, boxColor, boxEnd, boxName, boxOffset, boxStart, ColorButton::color(), Graph::curve(), FFTFilter::enableOffset(), filter_type, graph, Filter::run(), FFTFilter::setBand(), Filter::setColor(), FFTFilter::setCutoff(), and DoubleSpinBox::value().
Referenced by FilterDialog().
| void FilterDialog::setGraph | ( | Graph * | g | ) | [slot] |
References Graph::analysableCurvesList(), boxName, and graph.
Referenced by ApplicationWindow::showFilterDialog().
ColorButton* FilterDialog::boxColor [private] |
Referenced by filter(), and FilterDialog().
DoubleSpinBox* FilterDialog::boxEnd [private] |
Referenced by filter(), and FilterDialog().
QComboBox* FilterDialog::boxName [private] |
Referenced by filter(), FilterDialog(), and setGraph().
QCheckBox* FilterDialog::boxOffset [private] |
Referenced by filter(), and FilterDialog().
DoubleSpinBox* FilterDialog::boxStart [private] |
Referenced by filter(), and FilterDialog().
QPushButton* FilterDialog::buttonCancel [private] |
Referenced by FilterDialog().
QPushButton* FilterDialog::buttonFilter [private] |
Referenced by FilterDialog().
int FilterDialog::filter_type [private] |
Referenced by filter().
Graph* FilterDialog::graph [private] |
Referenced by filter(), and setGraph().
1.7.6.1