C# 클래스 NetworkVis.UniversePadPoint

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Apply_Transform() 공개 메소드

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

Padback_Grow() 공개 메소드

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

Padback_Selection() 공개 메소드

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

Padback_Shrink() 공개 메소드

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

Render() 공개 메소드

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
리턴 void

SetDrillFeature() 공개 메소드

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
리턴 void

프로퍼티 상세

ChildCanvas 공개적으로 프로퍼티

public Canvas,System.Windows.Controls ChildCanvas
리턴 System.Windows.Controls.Canvas

DrillLabel 공개적으로 프로퍼티

public Label,System.Windows.Controls DrillLabel
리턴 System.Windows.Controls.Label

DrillList 공개적으로 프로퍼티

public ListBox,System.Windows.Controls DrillList
리턴 System.Windows.Controls.ListBox

PadID 공개적으로 프로퍼티

public long PadID
리턴 long

PadName 공개적으로 프로퍼티

public string PadName
리턴 string

PadParent 공개적으로 프로퍼티

public Canvas,System.Windows.Controls PadParent
리턴 System.Windows.Controls.Canvas

Padback 공개적으로 프로퍼티

public Rectangle,System.Windows.Shapes Padback
리턴 System.Windows.Shapes.Rectangle

WhiskX 공개적으로 프로퍼티

public Line WhiskX
리턴 Line

WhiskY 공개적으로 프로퍼티

public Line WhiskY
리턴 Line

local 공개적으로 프로퍼티

public OleDbConnection,System.Data.OleDb local
리턴 System.Data.OleDb.OleDbConnection

nodelabel 공개적으로 프로퍼티

public Label,System.Windows.Controls nodelabel
리턴 System.Windows.Controls.Label

rt 공개적으로 프로퍼티

public RotateTransform,System.Windows.Media rt
리턴 System.Windows.Media.RotateTransform

xpos 공개적으로 프로퍼티

public double xpos
리턴 double