IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for FrequencyFilter. More...
Public Member Functions | |
FrequencyFilterForm () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Properties | |
IntRange | InputRange [get, set] |
IntRange | OutputRange [get, set] |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | minBox_TextChanged (object sender, System.EventArgs e) |
void | maxBox_TextChanged (object sender, System.EventArgs e) |
void | minTrackBar_ValueChanged (object sender, System.EventArgs e) |
void | maxTrackBar_ValueChanged (object sender, System.EventArgs e) |
Private Attributes | |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.TextBox | minBox |
System.Windows.Forms.TrackBar | minTrackBar |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.TrackBar | maxTrackBar |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.Button | cancelButton |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
IntRange | inputRange = new IntRange( 0, 64 ) |
System.Windows.Forms.TextBox | maxBox |
IntRange | outputRange = new IntRange( 0, 64 ) |
Summary description for FrequencyFilter.
|
inline |
References IPLab.FrequencyFilterForm.InitializeComponent().
|
inlineprotected |
Clean up any resources being used.
References IPLab.FrequencyFilterForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
Referenced by IPLab.FrequencyFilterForm.FrequencyFilterForm().
|
inlineprivate |
References IPLab.FrequencyFilterForm.minBox, and IPLab.FrequencyFilterForm.minTrackBar.
|
inlineprivate |
References IPLab.FrequencyFilterForm.maxBox, and IPLab.FrequencyFilterForm.maxTrackBar.
|
inlineprivate |
References IPLab.FrequencyFilterForm.minBox, and IPLab.FrequencyFilterForm.minTrackBar.
|
inlineprivate |
References IPLab.FrequencyFilterForm.maxBox, and IPLab.FrequencyFilterForm.maxTrackBar.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Required designer variable.
Referenced by IPLab.FrequencyFilterForm.Dispose().
|
private |
|
private |
|
private |
|
getset |
Referenced by IPLab.FourierDoc.frequencyFilterFourierItem_Click().
|
getset |
Referenced by IPLab.FourierDoc.frequencyFilterFourierItem_Click().