IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Summary description for Form1. More...
Public Member Functions | |
FormMathematicaCalculatorOld () | |
FormMathematicaCalculatorOld (string[] args) | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
MathematicaInterface | _mathInt |
Properties | |
object | Lock [get] |
Object's lock More... | |
MathematicaInterface | MathInt [get, set] |
Mathematica interface object used to perform calculations. More... | |
IKernelLink | MathLink [get] |
Mathematica's link object. More... | |
MathKernel | MathKernel [get] |
Mathematica kernel. More... | |
Private Member Functions | |
void | InitializeComponent (string[] args) |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | computeButton_Click (object sender, System.EventArgs e) |
Static Private Member Functions | |
static void | Main1 (string[] args) |
The main entry point for the application. More... | |
Private Attributes | |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.Label | label4 |
System.Windows.Forms.Label | label5 |
System.Windows.Forms.Button | computeButton |
System.Windows.Forms.ComboBox | inputBox |
System.Windows.Forms.TextBox | messagesBox |
System.Windows.Forms.TextBox | printBox |
System.Windows.Forms.PictureBox | imgGraphics |
System.Windows.Forms.TextBox | resultBox |
System.ComponentModel.Container | components = null |
Required designer variable. More... | |
readonly object | _lock = new object() |
Summary description for Form1.
|
inline |
|
inline |
|
inlineprotected |
Clean up any resources being used.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
inlinestaticprivate |
The main entry point for the application.
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Required designer variable.
|
private |
|
protected |
|
get |
Object's lock
|
getsetprotected |
Mathematica interface object used to perform calculations.
|
get |
Mathematica's link object.
Getter always returns a valid link object, creating a new one if not yet created.
|
get |
Mathematica kernel.