#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 | |
| ColorBox * | boxColor |
| DoubleSpinBox * | boxEnd |
| QComboBox * | boxName |
| QCheckBox * | boxOffset |
| DoubleSpinBox * | boxStart |
| QPushButton * | buttonCancel |
| QPushButton * | buttonFilter |
| int | filter_type |
| Graph * | graph |
| FilterDialog::FilterDialog | ( | int | type, | |
| QWidget * | parent = 0, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
References FFTFilter::BandPass, boxColor, boxEnd, boxName, boxOffset, boxStart, buttonCancel, buttonFilter, ApplicationWindow::d_decimal_digits, filter(), FFTFilter::HighPass, ApplicationWindow::locale(), ColorBox::setColor(), DoubleSpinBox::setDecimals(), DoubleSpinBox::setMinimum(), and DoubleSpinBox::setValue().
| void FilterDialog::filter | ( | ) | [slot] |
References FFTFilter::BandBlock, FFTFilter::BandPass, boxColor, boxEnd, boxName, boxOffset, boxStart, 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().
ColorBox* 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.5.6