C# 클래스 ME3Explorer.SequenceObjects.SObj

상속: UMD.HCIL.Piccolo.PNode
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
OutputNumbers bool
dragTarget UMD.HCIL.Piccolo.PNode
draggingOutlink bool
draggingVarlink bool
g UMD.HCIL.GraphEditor.GraphEditor
pcc IMEPackage

보호된 프로퍼티들

프로퍼티 타입 설명
comment SText
export IExportEntry
index int
mostlyTransparentBrush System.Drawing.Brush
nodeBrush System.Drawing.Brush
outlinePen System.Drawing.Pen
selectedPen System.Drawing.Pen

공개 메소드들

메소드 설명
CreateConnections ( List &objects ) : void
Deselect ( ) : void
Layout ( float x, float y ) : void
Select ( ) : void

보호된 메소드들

메소드 설명
GetComment ( ) : string
SObj ( int idx, IMEPackage p ) : System
SObj ( int idx, IMEPackage p, GraphEditor grapheditor ) : System
getColor ( VarTypes t ) : Color
getType ( string s ) : VarTypes

메소드 상세

CreateConnections() 공개 메소드

public CreateConnections ( List &objects ) : void
objects List
리턴 void

Deselect() 공개 메소드

public Deselect ( ) : void
리턴 void

GetComment() 보호된 메소드

protected GetComment ( ) : string
리턴 string

Layout() 공개 메소드

public Layout ( float x, float y ) : void
x float
y float
리턴 void

SObj() 보호된 메소드

protected SObj ( int idx, IMEPackage p ) : System
idx int
p IMEPackage
리턴 System

SObj() 보호된 메소드

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

Select() 공개 메소드

public Select ( ) : void
리턴 void

getColor() 보호된 메소드

protected getColor ( VarTypes t ) : Color
t VarTypes
리턴 Color

getType() 보호된 메소드

protected getType ( string s ) : VarTypes
s string
리턴 VarTypes

프로퍼티 상세

OutputNumbers 공개적으로 정적으로 프로퍼티

public static bool OutputNumbers
리턴 bool

comment 보호되어 있는 프로퍼티

protected SText,ME3Explorer.SequenceObjects comment
리턴 SText

dragTarget 공개적으로 정적으로 프로퍼티

public static PNode,UMD.HCIL.Piccolo dragTarget
리턴 UMD.HCIL.Piccolo.PNode

draggingOutlink 공개적으로 정적으로 프로퍼티

public static bool draggingOutlink
리턴 bool

draggingVarlink 공개적으로 정적으로 프로퍼티

public static bool draggingVarlink
리턴 bool

export 보호되어 있는 프로퍼티

protected IExportEntry export
리턴 IExportEntry

g 공개적으로 프로퍼티

public GraphEditor,UMD.HCIL.GraphEditor g
리턴 UMD.HCIL.GraphEditor.GraphEditor

index 보호되어 있는 프로퍼티

protected int index
리턴 int

mostlyTransparentBrush 보호되어 있는 정적으로 프로퍼티

protected static Brush,System.Drawing mostlyTransparentBrush
리턴 System.Drawing.Brush

nodeBrush 보호되어 있는 정적으로 프로퍼티

protected static Brush,System.Drawing nodeBrush
리턴 System.Drawing.Brush

outlinePen 보호되어 있는 프로퍼티

protected Pen,System.Drawing outlinePen
리턴 System.Drawing.Pen

pcc 공개적으로 프로퍼티

public IMEPackage pcc
리턴 IMEPackage

selectedPen 보호되어 있는 정적으로 프로퍼티

protected static Pen,System.Drawing selectedPen
리턴 System.Drawing.Pen