C# Class ME3Explorer.SequenceObjects.SObj

Inheritance: UMD.HCIL.Piccolo.PNode
ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
OutputNumbers bool
dragTarget UMD.HCIL.Piccolo.PNode
draggingOutlink bool
draggingVarlink bool
g UMD.HCIL.GraphEditor.GraphEditor
pcc IMEPackage

Protected Properties

Property Type Description
comment SText
export IExportEntry
index int
mostlyTransparentBrush System.Drawing.Brush
nodeBrush System.Drawing.Brush
outlinePen System.Drawing.Pen
selectedPen System.Drawing.Pen

Public Methods

Method Description
CreateConnections ( List &objects ) : void
Deselect ( ) : void
Layout ( float x, float y ) : void
Select ( ) : void

Protected Methods

Method Description
GetComment ( ) : string
SObj ( int idx, IMEPackage p ) : System
SObj ( int idx, IMEPackage p, GraphEditor grapheditor ) : System
getColor ( VarTypes t ) : Color
getType ( string s ) : VarTypes

Method Details

CreateConnections() public method

public CreateConnections ( List &objects ) : void
objects List
return void

Deselect() public method

public Deselect ( ) : void
return void

GetComment() protected method

protected GetComment ( ) : string
return string

Layout() public method

public Layout ( float x, float y ) : void
x float
y float
return void

SObj() protected method

protected SObj ( int idx, IMEPackage p ) : System
idx int
p IMEPackage
return System

SObj() protected method

protected SObj ( int idx, IMEPackage p, GraphEditor grapheditor ) : System
idx int
p IMEPackage
grapheditor UMD.HCIL.GraphEditor.GraphEditor
return System

Select() public method

public Select ( ) : void
return void

getColor() protected method

protected getColor ( VarTypes t ) : Color
t VarTypes
return Color

getType() protected method

protected getType ( string s ) : VarTypes
s string
return VarTypes

Property Details

OutputNumbers public_oe static_oe property

public static bool OutputNumbers
return bool

comment protected_oe property

protected SText,ME3Explorer.SequenceObjects comment
return SText

dragTarget public_oe static_oe property

public static PNode,UMD.HCIL.Piccolo dragTarget
return UMD.HCIL.Piccolo.PNode

draggingOutlink public_oe static_oe property

public static bool draggingOutlink
return bool

draggingVarlink public_oe static_oe property

public static bool draggingVarlink
return bool

export protected_oe property

protected IExportEntry export
return IExportEntry

g public_oe property

public GraphEditor,UMD.HCIL.GraphEditor g
return UMD.HCIL.GraphEditor.GraphEditor

index protected_oe property

protected int index
return int

mostlyTransparentBrush protected_oe static_oe property

protected static Brush,System.Drawing mostlyTransparentBrush
return System.Drawing.Brush

nodeBrush protected_oe static_oe property

protected static Brush,System.Drawing nodeBrush
return System.Drawing.Brush

outlinePen protected_oe property

protected Pen,System.Drawing outlinePen
return System.Drawing.Pen

pcc public_oe property

public IMEPackage pcc
return IMEPackage

selectedPen protected_oe static_oe property

protected static Pen,System.Drawing selectedPen
return System.Drawing.Pen