C# Class ME3Explorer.SequenceObjects.SVar

Inheritance: SObj
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Свойство Type Description
shape UMD.HCIL.Piccolo.Nodes.PPath

Méthodes publiques

Méthode Description
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

Method Details

Deselect() public méthode

public Deselect ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( ) : string
Résultat string

Intersects() public méthode

public Intersects ( RectangleF bounds ) : bool
bounds System.Drawing.RectangleF
Résultat bool

OnMouseEnter() public méthode

public OnMouseEnter ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( object sender, PInputEventArgs e ) : void
sender object
e UMD.HCIL.Piccolo.Event.PInputEventArgs
Résultat void

SVar() public méthode

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
Résultat System

Select() public méthode

public Select ( ) : void
Résultat void

appendToComment() public méthode

public appendToComment ( string s ) : void
s string
Résultat void

Property Details

shape protected_oe property

protected PPath,UMD.HCIL.Piccolo.Nodes shape
Résultat UMD.HCIL.Piccolo.Nodes.PPath