SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SeciControls.DaeHost Class Reference
Inheritance diagram for SeciControls.DaeHost:
Inheritance graph
Collaboration diagram for SeciControls.DaeHost:
Collaboration graph

Public Member Functions

void AddDaeVi ()
 
void CascadeVi ()
 
 DaeHost ()
 
void RemoveDaeVi ()
 

Protected Member Functions

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

Private Member Functions

void bringViToFront (string filename)
 
void findViHandle (string viName)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void repaintVi (string filename)
 
void repositionVi (string filename, int x, int y)
 
void timer1_Tick (object sender, EventArgs e)
 
void updateHandles ()
 

Private Attributes

string _filename
 
bool _firstChange = true
 
int _firstXmax = 0
 
int _firstYmax = 0
 
Point _sensiblePt
 
bool _useScrollbars = false
 
IntPtr _viHandle
 
string _winTitle
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Panel panel1
 
System.Windows.Forms.Timer timer1
 

Detailed Description

Definition at line 12 of file DaeHost.cs.

Constructor & Destructor Documentation

SeciControls.DaeHost.DaeHost ( )
inline

Definition at line 23 of file DaeHost.cs.

References SeciControls.DaeHost._sensiblePt, and SeciControls.DaeHost.InitializeComponent().

Here is the call graph for this function:

Member Function Documentation

void SeciControls.DaeHost.AddDaeVi ( )
inline
void SeciControls.DaeHost.bringViToFront ( string  filename)
inlineprivate

Definition at line 47 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.CascadeVi().

void SeciControls.DaeHost.CascadeVi ( )
inline

Definition at line 52 of file DaeHost.cs.

References SeciControls.DaeHost._filename, SeciControls.DaeHost.bringViToFront(), and SeciControls.DaeHost.repositionVi().

Here is the call graph for this function:

override void SeciControls.DaeHost.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file DaeHost.Designer.cs.

References SeciControls.DaeHost.components.

void SeciControls.DaeHost.findViHandle ( string  viName)
inlineprivate
void SeciControls.DaeHost.InitializeComponent ( )
inlineprivate

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

Definition at line 29 of file DaeHost.Designer.cs.

Referenced by SeciControls.DaeHost.DaeHost().

void SeciControls.DaeHost.RemoveDaeVi ( )
inline

Definition at line 84 of file DaeHost.cs.

References SeciControls.DaeHost._viHandle.

void SeciControls.DaeHost.repaintVi ( string  filename)
inlineprivate

Definition at line 90 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.AddDaeVi().

void SeciControls.DaeHost.repositionVi ( string  filename,
int  x,
int  y 
)
inlineprivate
void SeciControls.DaeHost.timer1_Tick ( object  sender,
EventArgs  e 
)
inlineprivate
void SeciControls.DaeHost.updateHandles ( )
inlineprivate

Member Data Documentation

string SeciControls.DaeHost._filename
private
bool SeciControls.DaeHost._firstChange = true
private

Definition at line 15 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.timer1_Tick().

int SeciControls.DaeHost._firstXmax = 0
private

Definition at line 16 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.timer1_Tick().

int SeciControls.DaeHost._firstYmax = 0
private

Definition at line 17 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.timer1_Tick().

Point SeciControls.DaeHost._sensiblePt
private

Definition at line 18 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.DaeHost(), and SeciControls.DaeHost.timer1_Tick().

bool SeciControls.DaeHost._useScrollbars = false
private

Definition at line 19 of file DaeHost.cs.

Referenced by SeciControls.DaeHost.timer1_Tick().

IntPtr SeciControls.DaeHost._viHandle
private
string SeciControls.DaeHost._winTitle
private
System.ComponentModel.IContainer SeciControls.DaeHost.components = null
private

Required designer variable.

Definition at line 8 of file DaeHost.Designer.cs.

Referenced by SeciControls.DaeHost.Dispose().

System.Windows.Forms.Panel SeciControls.DaeHost.panel1
private

Definition at line 63 of file DaeHost.Designer.cs.

System.Windows.Forms.Timer SeciControls.DaeHost.timer1
private

Definition at line 64 of file DaeHost.Designer.cs.


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