#include <gEKGFilterDialog.h>
Öffentliche Methoden | |
gEKGFilterDialog () | |
Konstruktor. | |
void | setValues (bool low, float lowVal, bool high, float highVal) |
Setzen aller Werte. | |
bool | getLow () const |
Tiefpass eingeschaltet. | |
float | getLowVal () const |
Teifpass Grenzfrequenz. | |
bool | getHigh () const |
Hochpass eingeschaltet. | |
float | getHighVal () const |
Hochpass Zeitkonstante. | |
Öffentliche Attribute | |
Gtk::Button | OKButton |
OK Button. | |
Gtk::Button | AButton |
Apply Button. | |
Gtk::Button | CButton |
Cancel Button. |
void gEKGFilterDialog::setValues | ( | bool | low, | |
float | lowVal, | |||
bool | high, | |||
float | highVal | |||
) |
Setzen aller Werte.
low | Tiefpass eingeschaltet | |
lowVal | Teifpass Grenzfrequenz | |
high | Hochpass eingeschaltet | |
highVal | Hochpass Zeitkonstante |