C# Class NetworkVis.UniversePadPoint

Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
ChildCanvas System.Windows.Controls.Canvas
DrillLabel System.Windows.Controls.Label
DrillList System.Windows.Controls.ListBox
PadID long
PadName string
PadParent System.Windows.Controls.Canvas
Padback System.Windows.Shapes.Rectangle
WhiskX Line
WhiskY Line
local System.Data.OleDb.OleDbConnection
nodelabel System.Windows.Controls.Label
rt System.Windows.Media.RotateTransform
xpos double

Public Methods

Method Description
Apply_Transform ( RotateTransform rt ) : void
Padback_Grow ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Padback_Selection ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Padback_Shrink ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Render ( System.Windows.Controls.Canvas _parent, System.Windows.Controls.Canvas _childCanvas, double xx, double yy, double padsize, int tagid, string name ) : void
SetDrillFeature ( System.Windows.Controls.Label l, System.Windows.Controls.ListBox l2, System.Data.OleDb.OleDbConnection l3 ) : void

Private Methods

Method Description
AddComment ( object sender, RoutedEventArgs e ) : void
AddLink ( object sender, RoutedEventArgs e ) : void
Drill_Into_Pad ( string idvalue ) : void
GetChildIndexClickedOn ( System clickpt ) : int
OnAnimationComplete ( object sender, EventArgs e ) : void
ReloadNetwork ( object sender, EventArgs e ) : void
bTestNode ( System Rubberpoint, UIElement childVisual ) : bool

Method Details

Apply_Transform() public method

public Apply_Transform ( RotateTransform rt ) : void
rt System.Windows.Media.RotateTransform
return void

Padback_Grow() public method

public Padback_Grow ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
return void

Padback_Selection() public method

public Padback_Selection ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

Padback_Shrink() public method

public Padback_Shrink ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
return void

Render() public method

public Render ( System.Windows.Controls.Canvas _parent, System.Windows.Controls.Canvas _childCanvas, double xx, double yy, double padsize, int tagid, string name ) : void
_parent System.Windows.Controls.Canvas
_childCanvas System.Windows.Controls.Canvas
xx double
yy double
padsize double
tagid int
name string
return void

SetDrillFeature() public method

public SetDrillFeature ( System.Windows.Controls.Label l, System.Windows.Controls.ListBox l2, System.Data.OleDb.OleDbConnection l3 ) : void
l System.Windows.Controls.Label
l2 System.Windows.Controls.ListBox
l3 System.Data.OleDb.OleDbConnection
return void

Property Details

ChildCanvas public property

public Canvas,System.Windows.Controls ChildCanvas
return System.Windows.Controls.Canvas

DrillLabel public property

public Label,System.Windows.Controls DrillLabel
return System.Windows.Controls.Label

DrillList public property

public ListBox,System.Windows.Controls DrillList
return System.Windows.Controls.ListBox

PadID public property

public long PadID
return long

PadName public property

public string PadName
return string

PadParent public property

public Canvas,System.Windows.Controls PadParent
return System.Windows.Controls.Canvas

Padback public property

public Rectangle,System.Windows.Shapes Padback
return System.Windows.Shapes.Rectangle

WhiskX public property

public Line WhiskX
return Line

WhiskY public property

public Line WhiskY
return Line

local public property

public OleDbConnection,System.Data.OleDb local
return System.Data.OleDb.OleDbConnection

nodelabel public property

public Label,System.Windows.Controls nodelabel
return System.Windows.Controls.Label

rt public property

public RotateTransform,System.Windows.Media rt
return System.Windows.Media.RotateTransform

xpos public property

public double xpos
return double