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.ContrastForm Class Reference

Summary description for ContrastForm. More...

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

Public Member Functions

 ContrastForm ()
 

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 contrastTrackBar_ValueChanged (object sender, System.EventArgs e)
 
void contrastBox_TextChanged (object sender, System.EventArgs e)
 

Private Attributes

ContrastCorrection filter = new ContrastCorrection( )
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox contrastBox
 
System.Windows.Forms.TrackBar contrastTrackBar
 
System.Windows.Forms.GroupBox groupBox1
 
IPLab.FilterPreview filterPreview
 
System.Windows.Forms.Button cancelButton
 
System.Windows.Forms.Button okButton
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 
bool updating = false
 

Detailed Description

Summary description for ContrastForm.

Constructor & Destructor Documentation

Member Function Documentation

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

Clean up any resources being used.

References IPLab.ContrastForm.components.

void IPLab.ContrastForm.InitializeComponent ( )
inlineprivate

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

Referenced by IPLab.ContrastForm.ContrastForm().

void IPLab.ContrastForm.contrastTrackBar_ValueChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ContrastForm.contrastBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

ContrastCorrection IPLab.ContrastForm.filter = new ContrastCorrection( )
private
System.Windows.Forms.Label IPLab.ContrastForm.label1
private
System.Windows.Forms.TextBox IPLab.ContrastForm.contrastBox
private
System.Windows.Forms.TrackBar IPLab.ContrastForm.contrastTrackBar
private
System.Windows.Forms.GroupBox IPLab.ContrastForm.groupBox1
private
IPLab.FilterPreview IPLab.ContrastForm.filterPreview
private
System.Windows.Forms.Button IPLab.ContrastForm.cancelButton
private
System.Windows.Forms.Button IPLab.ContrastForm.okButton
private
System.ComponentModel.Container IPLab.ContrastForm.components = null
private

Required designer variable.

Referenced by IPLab.ContrastForm.Dispose().

bool IPLab.ContrastForm.updating = false
private

Property Documentation

Bitmap IPLab.ContrastForm.Image
set

Referenced by IPLab.ImageDoc.Contrast().

IFilter IPLab.ContrastForm.Filter
get

Referenced by IPLab.ImageDoc.Contrast().


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