class gEKGFilterDialog

Dialogfenster zum einstellen der Filter.

Inheritance:

gEKGFilterDialog


Public Fields

[more]Gtk::Button OKButton
OK Button
[more]Gtk::Button AButton
Apply Button
[more]Gtk::Button CButton
Cancel Button

Public Methods

[more] gEKGFilterDialog()
Konstruktor
[more]void setValues( bool low, float lowVal, bool high, float highVal )
Setzen aller Werte.
[more]bool getLow() const
Tiefpass eingeschaltet
[more]float getLowVal() const
Teifpass Grenzfrequenz
[more]bool getHigh() const
Hochpass eingeschaltet
[more]float getHighVal() const
Hochpass Zeitkonstante


Documentation

Dialogfenster zum einstellen der Filter.

o gEKGFilterDialog()
Konstruktor

ovoid setValues( bool low, float lowVal, bool high, float highVal )
Setzen aller Werte.
Parameters:
low - Tiefpass eingeschaltet
lowVal - Teifpass Grenzfrequenz
high - Hochpass eingeschaltet
highVal - Hochpass Zeitkonstante

obool getLow() const
Tiefpass eingeschaltet

ofloat getLowVal() const
Teifpass Grenzfrequenz

obool getHigh() const
Hochpass eingeschaltet

ofloat getHighVal() const
Hochpass Zeitkonstante

oGtk::Button OKButton
OK Button

oGtk::Button AButton
Apply Button

oGtk::Button CButton
Cancel Button


This class has no child classes.
Author:
Lars Stollenwerk, Februar 2003

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.