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

Summary description for FourierDoc. More...

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

Public Member Functions

 FourierDoc (ComplexImage image, IDocumentsHost host)
 

Protected Member Functions

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

Properties

Bitmap Image [get]
 
int ImageWidth [get]
 
int ImageHeight [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 UpdateNewImage ()
 
void backwardFourierItem_Click (object sender, System.EventArgs e)
 
void frequencyFilterFourierItem_Click (object sender, System.EventArgs e)
 
void undoFourierItem_Click (object sender, System.EventArgs e)
 
void fourierItem_Popup (object sender, System.EventArgs e)
 

Private Attributes

ComplexImage image = null
 
ComplexImage backup = null
 
System.Drawing.Bitmap bitmap = null
 
int width
 
int height
 
IDocumentsHost host = null
 
System.Windows.Forms.MainMenu mainMenu
 
System.Windows.Forms.MenuItem fourierItem
 
System.Windows.Forms.MenuItem backwardFourierItem
 
System.Windows.Forms.MenuItem menuItem1
 
System.Windows.Forms.MenuItem frequencyFilterFourierItem
 
System.Windows.Forms.MenuItem undoFourierItem
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for FourierDoc.

Constructor & Destructor Documentation

IPLab.FourierDoc.FourierDoc ( ComplexImage  image,
IDocumentsHost  host 
)
inline

Member Function Documentation

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

Clean up any resources being used.

References IPLab.FourierDoc.bitmap, and IPLab.FourierDoc.components.

void IPLab.FourierDoc.InitializeComponent ( )
inlineprivate

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

Referenced by IPLab.FourierDoc.FourierDoc().

override void IPLab.FourierDoc.OnPaint ( PaintEventArgs  e)
inlineprotected
void IPLab.FourierDoc.backwardFourierItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.FourierDoc.frequencyFilterFourierItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.FourierDoc.undoFourierItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.FourierDoc.fourierItem_Popup ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

ComplexImage IPLab.FourierDoc.image = null
private
ComplexImage IPLab.FourierDoc.backup = null
private
System.Drawing.Bitmap IPLab.FourierDoc.bitmap = null
private
int IPLab.FourierDoc.width
private
int IPLab.FourierDoc.height
private
IDocumentsHost IPLab.FourierDoc.host = null
private
System.Windows.Forms.MainMenu IPLab.FourierDoc.mainMenu
private
System.Windows.Forms.MenuItem IPLab.FourierDoc.fourierItem
private
System.Windows.Forms.MenuItem IPLab.FourierDoc.backwardFourierItem
private
System.Windows.Forms.MenuItem IPLab.FourierDoc.menuItem1
private
System.Windows.Forms.MenuItem IPLab.FourierDoc.frequencyFilterFourierItem
private
System.Windows.Forms.MenuItem IPLab.FourierDoc.undoFourierItem
private
System.ComponentModel.Container IPLab.FourierDoc.components = null
private

Required designer variable.

Referenced by IPLab.FourierDoc.Dispose().

Property Documentation

Bitmap IPLab.FourierDoc.Image
get
int IPLab.FourierDoc.ImageWidth
get
int IPLab.FourierDoc.ImageHeight
get

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