C# 클래스 ME3Explorer.SequenceObjects.SVar

상속: SObj
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
shape UMD.HCIL.Piccolo.Nodes.PPath

공개 메소드들

메소드 설명
Deselect ( ) : void
GetValue ( ) : string
Intersects ( RectangleF bounds ) : bool
OnMouseEnter ( object sender, PInputEventArgs e ) : void
OnMouseLeave ( object sender, PInputEventArgs e ) : void
SVar ( int idx, float x, float y, IMEPackage p, GraphEditor grapheditor ) : System
Select ( ) : void
appendToComment ( string s ) : void

메소드 상세

Deselect() 공개 메소드

public Deselect ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

Intersects() 공개 메소드

public Intersects ( RectangleF bounds ) : bool
bounds System.Drawing.RectangleF
리턴 bool

OnMouseEnter() 공개 메소드

public OnMouseEnter ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
리턴 void

OnMouseLeave() 공개 메소드

public OnMouseLeave ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
리턴 void

SVar() 공개 메소드

public SVar ( int idx, float x, float y, IMEPackage p, GraphEditor grapheditor ) : System
idx int
x float
y float
p IMEPackage
grapheditor UMD.HCIL.GraphEditor.GraphEditor
리턴 System

Select() 공개 메소드

public Select ( ) : void
리턴 void

appendToComment() 공개 메소드

public appendToComment ( string s ) : void
s string
리턴 void

프로퍼티 상세

shape 보호되어 있는 프로퍼티

protected PPath,UMD.HCIL.Piccolo.Nodes shape
리턴 UMD.HCIL.Piccolo.Nodes.PPath