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
IG.Lib.FormMathematicaCalculatorOld Class Reference

Summary description for Form1. More...

+ Inheritance diagram for IG.Lib.FormMathematicaCalculatorOld:
+ Collaboration diagram for IG.Lib.FormMathematicaCalculatorOld:

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()
 

Detailed Description

Summary description for Form1.

Constructor & Destructor Documentation

IG.Lib.FormMathematicaCalculatorOld.FormMathematicaCalculatorOld ( )
inline
IG.Lib.FormMathematicaCalculatorOld.FormMathematicaCalculatorOld ( string[]  args)
inline

Member Function Documentation

override void IG.Lib.FormMathematicaCalculatorOld.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

void IG.Lib.FormMathematicaCalculatorOld.InitializeComponent ( string[]  args)
inlineprivate

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

static void IG.Lib.FormMathematicaCalculatorOld.Main1 ( string[]  args)
inlinestaticprivate

The main entry point for the application.

void IG.Lib.FormMathematicaCalculatorOld.computeButton_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

System.Windows.Forms.Label IG.Lib.FormMathematicaCalculatorOld.label1
private
System.Windows.Forms.Label IG.Lib.FormMathematicaCalculatorOld.label2
private
System.Windows.Forms.Label IG.Lib.FormMathematicaCalculatorOld.label3
private
System.Windows.Forms.Label IG.Lib.FormMathematicaCalculatorOld.label4
private
System.Windows.Forms.Label IG.Lib.FormMathematicaCalculatorOld.label5
private
System.Windows.Forms.Button IG.Lib.FormMathematicaCalculatorOld.computeButton
private
System.Windows.Forms.ComboBox IG.Lib.FormMathematicaCalculatorOld.inputBox
private
System.Windows.Forms.TextBox IG.Lib.FormMathematicaCalculatorOld.messagesBox
private
System.Windows.Forms.TextBox IG.Lib.FormMathematicaCalculatorOld.printBox
private
System.Windows.Forms.PictureBox IG.Lib.FormMathematicaCalculatorOld.imgGraphics
private
System.Windows.Forms.TextBox IG.Lib.FormMathematicaCalculatorOld.resultBox
private
System.ComponentModel.Container IG.Lib.FormMathematicaCalculatorOld.components = null
private

Required designer variable.

readonly object IG.Lib.FormMathematicaCalculatorOld._lock = new object()
private
MathematicaInterface IG.Lib.FormMathematicaCalculatorOld._mathInt
protected

Property Documentation

object IG.Lib.FormMathematicaCalculatorOld.Lock
get

Object's lock

MathematicaInterface IG.Lib.FormMathematicaCalculatorOld.MathInt
getsetprotected

Mathematica interface object used to perform calculations.

IKernelLink IG.Lib.FormMathematicaCalculatorOld.MathLink
get

Mathematica's link object.

Getter always returns a valid link object, creating a new one if not yet created.

MathKernel IG.Lib.FormMathematicaCalculatorOld.MathKernel
get

Mathematica kernel.


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