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

Summary description for BrightnessForm. More...

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

Public Member Functions

 BrightnessForm ()
 

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

Private Attributes

BrightnessCorrection filter = new BrightnessCorrection( )
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox brightnessBox
 
System.Windows.Forms.GroupBox groupBox1
 
IPLab.FilterPreview filterPreview
 
System.Windows.Forms.TrackBar brightnessTrackBar
 
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 BrightnessForm.

Constructor & Destructor Documentation

Member Function Documentation

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

Clean up any resources being used.

References IPLab.BrightnessForm.components.

void IPLab.BrightnessForm.InitializeComponent ( )
inlineprivate

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

Referenced by IPLab.BrightnessForm.BrightnessForm().

void IPLab.BrightnessForm.brightnessTrackBar_ValueChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.BrightnessForm.brightnessBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

BrightnessCorrection IPLab.BrightnessForm.filter = new BrightnessCorrection( )
private
System.Windows.Forms.Label IPLab.BrightnessForm.label1
private
System.Windows.Forms.TextBox IPLab.BrightnessForm.brightnessBox
private
System.Windows.Forms.GroupBox IPLab.BrightnessForm.groupBox1
private
System.Windows.Forms.TrackBar IPLab.BrightnessForm.brightnessTrackBar
private
System.Windows.Forms.Button IPLab.BrightnessForm.cancelButton
private
System.Windows.Forms.Button IPLab.BrightnessForm.okButton
private
System.ComponentModel.Container IPLab.BrightnessForm.components = null
private

Required designer variable.

Referenced by IPLab.BrightnessForm.Dispose().

bool IPLab.BrightnessForm.updating = false
private

Property Documentation

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

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