C# Class ME3Explorer.SequenceObjects.SVar

Inheritance: SObj
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Property Type Description
shape UMD.HCIL.Piccolo.Nodes.PPath

Public Methods

Method 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 method

public Deselect ( ) : void
return void

GetValue() public method

public GetValue ( ) : string
return string

Intersects() public method

public Intersects ( RectangleF bounds ) : bool
bounds System.Drawing.RectangleF
return bool

OnMouseEnter() public method

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

OnMouseLeave() public method

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

SVar() public method

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
return System

Select() public method

public Select ( ) : void
return void

appendToComment() public method

public appendToComment ( string s ) : void
s string
return void

Property Details

shape protected property

protected PPath,UMD.HCIL.Piccolo.Nodes shape
return UMD.HCIL.Piccolo.Nodes.PPath