class: BP_Visualiss

public class: BP_Visualiss
Author: Lukáš Civín
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 22:57:53; Modified: 7.12.2005 22:57:53;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E1C5AC84-3A6F-493d-9848-183327246F42}
Summary description for Visualiss.

 

Goto: Fields, Methods

Extends: CommonWindow

See also: BP_network, Form1, DataSrc, CommonWindow

Appears in: Classes for visualization

Connections
 
BP_Visualiss Attributes
Attribute Details
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

private BP_network
  net
Notes: pointer to BP net

private int
  step
private System.Windows.Forms.Button
  button1
private System.Windows.Forms.Button
  button2
private System.Windows.Forms.TextBox
  textBox1
private Font
  SymbolFont
Initial: new Font("Symbol", 14, FontStyle.Bold)
private ArrayList
  input
private ArrayList
  output
private DataSrc
  dsrc
private ProgressBar
  ProgressB
private System.Windows.Forms.Button
  button3
public PTreeViewer.TreeControl
  treeControl
 
BP_Visualiss Methods
Operation Details
public
BP_Visualiss(
   ProgressBar PG,
   BP_network network,
   ArrayList inp,
   ArrayList outp,
   DataSrc ds):
Sequential
protected
Dispose(
   bool disposing):void
Sequential
Tags: override=true
Notes: Clean up any resources being used.
private
InitializeComponent():void
Sequential
Notes: Required method for Designer support - do not modify the contents of this method with the code editor.
private
Visualiss_Paint(
   object sender,
   System.Windows.Forms.PaintEventArgs e):void
Sequential
private
button2_Click(
   object sender,
   System.EventArgs e):void
Sequential
private
button1_Click(
   object sender,
   System.EventArgs e):void
Sequential
private
CreateTree():void
Sequential
Notes: Construct the tree for visualisation
public
UpdateTree(
   BP_network Net):void
Sequential
Notes: updates informations of the network

@param ="net"
private
AddInformation(
   NodeCl nod,
   BP_node BPnod):void
Sequential
Notes: Adds information about node to visualise
private
BP_Visualiss_Closing(
   object sender,
   System.ComponentModel.CancelEventArgs e):void
Sequential