C# Class ME3Explorer.SequenceObjects.SObj

Inheritance: UMD.HCIL.Piccolo.PNode
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
OutputNumbers bool
dragTarget UMD.HCIL.Piccolo.PNode
draggingOutlink bool
draggingVarlink bool
g UMD.HCIL.GraphEditor.GraphEditor
pcc IMEPackage

Protected Properties

Свойство Type Description
comment SText
export IExportEntry
index int
mostlyTransparentBrush System.Drawing.Brush
nodeBrush System.Drawing.Brush
outlinePen System.Drawing.Pen
selectedPen System.Drawing.Pen

Méthodes publiques

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

Méthodes protégées

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

public CreateConnections ( List &objects ) : void
objects List
Résultat void

Deselect() public méthode

public Deselect ( ) : void
Résultat void

GetComment() protected méthode

protected GetComment ( ) : string
Résultat string

Layout() public méthode

public Layout ( float x, float y ) : void
x float
y float
Résultat void

SObj() protected méthode

protected SObj ( int idx, IMEPackage p ) : System
idx int
p IMEPackage
Résultat System

SObj() protected méthode

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

Select() public méthode

public Select ( ) : void
Résultat void

getColor() protected méthode

protected getColor ( VarTypes t ) : Color
t VarTypes
Résultat Color

getType() protected méthode

protected getType ( string s ) : VarTypes
s string
Résultat VarTypes

Property Details

OutputNumbers public_oe static_oe property

public static bool OutputNumbers
Résultat bool

comment protected_oe property

protected SText,ME3Explorer.SequenceObjects comment
Résultat SText

dragTarget public_oe static_oe property

public static PNode,UMD.HCIL.Piccolo dragTarget
Résultat UMD.HCIL.Piccolo.PNode

draggingOutlink public_oe static_oe property

public static bool draggingOutlink
Résultat bool

draggingVarlink public_oe static_oe property

public static bool draggingVarlink
Résultat bool

export protected_oe property

protected IExportEntry export
Résultat IExportEntry

g public_oe property

public GraphEditor,UMD.HCIL.GraphEditor g
Résultat UMD.HCIL.GraphEditor.GraphEditor

index protected_oe property

protected int index
Résultat int

mostlyTransparentBrush protected_oe static_oe property

protected static Brush,System.Drawing mostlyTransparentBrush
Résultat System.Drawing.Brush

nodeBrush protected_oe static_oe property

protected static Brush,System.Drawing nodeBrush
Résultat System.Drawing.Brush

outlinePen protected_oe property

protected Pen,System.Drawing outlinePen
Résultat System.Drawing.Pen

pcc public_oe property

public IMEPackage pcc
Résultat IMEPackage

selectedPen protected_oe static_oe property

protected static Pen,System.Drawing selectedPen
Résultat System.Drawing.Pen