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 |
Definition at line 12 of file DaeHost.cs.
|
inline |
Definition at line 23 of file DaeHost.cs.
References SeciControls.DaeHost._sensiblePt, and SeciControls.DaeHost.InitializeComponent().
|
inline |
Definition at line 29 of file DaeHost.cs.
References SeciControls.DaeHost._filename, SeciControls.DaeHost._viHandle, SeciControls.DaeHost.findViHandle(), SeciControls.DaeHost.repaintVi(), and SeciControls.DaeHost.repositionVi().
|
inlineprivate |
Definition at line 47 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.CascadeVi().
|
inline |
Definition at line 52 of file DaeHost.cs.
References SeciControls.DaeHost._filename, SeciControls.DaeHost.bringViToFront(), and SeciControls.DaeHost.repositionVi().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file DaeHost.Designer.cs.
References SeciControls.DaeHost.components.
|
inlineprivate |
Definition at line 63 of file DaeHost.cs.
References SeciControls.DaeHost._viHandle, and SeciControls.DaeHost._winTitle.
Referenced by SeciControls.DaeHost.AddDaeVi(), and SeciControls.DaeHost.updateHandles().
|
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().
|
inline |
Definition at line 84 of file DaeHost.cs.
References SeciControls.DaeHost._viHandle.
|
inlineprivate |
Definition at line 90 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.AddDaeVi().
|
inlineprivate |
Definition at line 96 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.AddDaeVi(), SeciControls.DaeHost.CascadeVi(), and SeciControls.DaeHost.updateHandles().
|
inlineprivate |
Definition at line 102 of file DaeHost.cs.
References SeciControls.DaeHost._filename, SeciControls.DaeHost._firstChange, SeciControls.DaeHost._firstXmax, SeciControls.DaeHost._firstYmax, SeciControls.DaeHost._sensiblePt, SeciControls.DaeHost._useScrollbars, and SeciControls.DaeHost.updateHandles().
|
inlineprivate |
Definition at line 141 of file DaeHost.cs.
References SeciControls.DaeHost._filename, SeciControls.DaeHost._viHandle, SeciControls.DaeHost._winTitle, SeciControls.DaeHost.findViHandle(), and SeciControls.DaeHost.repositionVi().
Referenced by SeciControls.DaeHost.timer1_Tick().
|
private |
Definition at line 14 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.AddDaeVi(), SeciControls.DaeHost.CascadeVi(), SeciControls.DaeHost.timer1_Tick(), and SeciControls.DaeHost.updateHandles().
|
private |
Definition at line 15 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.timer1_Tick().
|
private |
Definition at line 16 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.timer1_Tick().
|
private |
Definition at line 17 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.timer1_Tick().
|
private |
Definition at line 18 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.DaeHost(), and SeciControls.DaeHost.timer1_Tick().
|
private |
Definition at line 19 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.timer1_Tick().
|
private |
Definition at line 20 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.AddDaeVi(), SeciControls.DaeHost.findViHandle(), SeciControls.DaeHost.RemoveDaeVi(), and SeciControls.DaeHost.updateHandles().
|
private |
Definition at line 21 of file DaeHost.cs.
Referenced by SeciControls.DaeHost.findViHandle(), and SeciControls.DaeHost.updateHandles().
|
private |
Required designer variable.
Definition at line 8 of file DaeHost.Designer.cs.
Referenced by SeciControls.DaeHost.Dispose().
|
private |
Definition at line 63 of file DaeHost.Designer.cs.
|
private |
Definition at line 64 of file DaeHost.Designer.cs.