IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Plot2d.GraphWindowTemplate Class Reference

Template for stand-alone graph windows. More...

+ Inheritance diagram for IG.Plot2d.GraphWindowTemplate:
+ Collaboration diagram for IG.Plot2d.GraphWindowTemplate:

Public Member Functions

 GraphWindowTemplate ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 
new void ResumeLayout ()
 Overridden ResumeLayout() that enables switching on or off the original ResumeLayout() dependent on the value of the ResumeLayoutInInitializeComponent flag. More...
 
virtual void InitializeComponent ()
 Required method for Designer support - do not modify. the contents of this method with the code editor. More...
 

Protected Attributes

System.Windows.Forms.GroupBox grpControls
 
System.Windows.Forms.Button btnClose
 
System.Windows.Forms.Panel pnlGraph
 

Properties

bool ResumeLayoutInInitializeComponent [get, set]
 Specifies whether layout of the window should be resumed in the InitializeComponents() method. Default is true. This flag can be set to false in the derived classes in order to delay the point in time where layout is resumed. In such a way the layout can be resumed in the overrideen InitCompoinent() method rather than in that method defined in this class (which is called from the original method). More...
 

Private Member Functions

void btnClose_Click (object sender, EventArgs e)
 

Private Attributes

System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
bool _resumeLayoutInInitializeComponent = true
 

Detailed Description

Template for stand-alone graph windows.

$A Igor Sept09;

Constructor & Destructor Documentation

IG.Plot2d.GraphWindowTemplate.GraphWindowTemplate ( )
inline

Member Function Documentation

void IG.Plot2d.GraphWindowTemplate.btnClose_Click ( object  sender,
EventArgs  e 
)
inlineprivate
override void IG.Plot2d.GraphWindowTemplate.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
new void IG.Plot2d.GraphWindowTemplate.ResumeLayout ( )
inlineprotected

Overridden ResumeLayout() that enables switching on or off the original ResumeLayout() dependent on the value of the ResumeLayoutInInitializeComponent flag.

virtual void IG.Plot2d.GraphWindowTemplate.InitializeComponent ( )
inlineprotectedvirtual

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

Reimplemented in IG.Plot2d.GraphWindowNPlot.

Member Data Documentation

System.ComponentModel.IContainer IG.Plot2d.GraphWindowTemplate.components = null
private

Required designer variable.

bool IG.Plot2d.GraphWindowTemplate._resumeLayoutInInitializeComponent = true
private
System.Windows.Forms.GroupBox IG.Plot2d.GraphWindowTemplate.grpControls
protected
System.Windows.Forms.Button IG.Plot2d.GraphWindowTemplate.btnClose
protected
System.Windows.Forms.Panel IG.Plot2d.GraphWindowTemplate.pnlGraph
protected

Property Documentation

bool IG.Plot2d.GraphWindowTemplate.ResumeLayoutInInitializeComponent
getsetprotected

Specifies whether layout of the window should be resumed in the InitializeComponents() method. Default is true. This flag can be set to false in the derived classes in order to delay the point in time where layout is resumed. In such a way the layout can be resumed in the overrideen InitCompoinent() method rather than in that method defined in this class (which is called from the original method).


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