#include <FilterListDialog.h>
Inheritance diagram for FilterListDialog:

Public Slots | |
| int | Type () |
| type of filter | |
| void | setType (int t) |
| set type of filter | |
| int | Order () |
| order of filter | |
| void | setOrder (int o) |
| set oder of filter | |
| double | Cuttoff () |
| cutoff frequency | |
| void | setCutoff (double c) |
| set cutoff frequency | |
| double | Bandwidth () |
| bandwidth of filter | |
| void | setBandwidth (double b) |
| set bandwidth of filter | |
| int | Apply () |
Public Member Functions | |
| FilterListDialog (MainWin *mw, const char *name) | |
Private Slots | |
| void | saveSettings () |
| int | apply_clicked () |
| void | updateType (int) |
Private Member Functions | |
| double | filter_calculate (double frequency) |
Private Attributes | |
| KComboBox * | typecb |
| QLabel * | cutofflabel |
| QLabel * | bandwidthlabel |
| KIntNumInput * | orderni |
| KLineEdit * | cutoffle |
| KLineEdit * | bandwidthle |
|
||||||||||||
|
|
|
|
Reimplemented from ListDialog. |
|
|
Implements ListDialog. |
|
|
bandwidth of filter
|
|
|
cutoff frequency
|
|
|
|
|
|
order of filter
|
|
|
|
|
|
set bandwidth of filter
|
|
|
set cutoff frequency
|
|
|
set oder of filter
|
|
|
set type of filter
|
|
|
type of filter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Dialog. |
1.4.4