IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.AdaptiveSmoothForm Class Reference

Summary description for AdaptiveSmoothForm. More...

+ Inheritance diagram for IPLab.AdaptiveSmoothForm:
+ Collaboration diagram for IPLab.AdaptiveSmoothForm:

Public Member Functions

 AdaptiveSmoothForm ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

Bitmap Image [set]
 
IFilter Filter [get]
 

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void factorBox_TextChanged (object sender, System.EventArgs e)
 
void trackBar_ValueChanged (object sender, System.EventArgs e)
 

Private Attributes

AdaptiveSmoothing filter = new AdaptiveSmoothing( 1.0 )
 
double factor = 1.0
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox factorBox
 
System.Windows.Forms.Button cancelButton
 
System.Windows.Forms.Button okButton
 
System.Windows.Forms.GroupBox groupBox1
 
System.Windows.Forms.TrackBar trackBar
 
System.Windows.Forms.PictureBox pictureBox1
 
IPLab.FilterPreview filterPreview
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for AdaptiveSmoothForm.

Constructor & Destructor Documentation

Member Function Documentation

override void IPLab.AdaptiveSmoothForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.AdaptiveSmoothForm.components.

void IPLab.AdaptiveSmoothForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Referenced by IPLab.AdaptiveSmoothForm.AdaptiveSmoothForm().

void IPLab.AdaptiveSmoothForm.factorBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.AdaptiveSmoothForm.trackBar_ValueChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

AdaptiveSmoothing IPLab.AdaptiveSmoothForm.filter = new AdaptiveSmoothing( 1.0 )
private
double IPLab.AdaptiveSmoothForm.factor = 1.0
private
System.Windows.Forms.Label IPLab.AdaptiveSmoothForm.label1
private
System.Windows.Forms.TextBox IPLab.AdaptiveSmoothForm.factorBox
private
System.Windows.Forms.Button IPLab.AdaptiveSmoothForm.cancelButton
private
System.Windows.Forms.Button IPLab.AdaptiveSmoothForm.okButton
private
System.Windows.Forms.GroupBox IPLab.AdaptiveSmoothForm.groupBox1
private
System.Windows.Forms.TrackBar IPLab.AdaptiveSmoothForm.trackBar
private
System.Windows.Forms.PictureBox IPLab.AdaptiveSmoothForm.pictureBox1
private
System.ComponentModel.Container IPLab.AdaptiveSmoothForm.components = null
private

Required designer variable.

Referenced by IPLab.AdaptiveSmoothForm.Dispose().

Property Documentation

Bitmap IPLab.AdaptiveSmoothForm.Image
set
IFilter IPLab.AdaptiveSmoothForm.Filter
get

The documentation for this class was generated from the following file: