C# 클래스 Quelea.SystemComponent

상속: AbstractComponent
파일 보기 프로젝트 열기: lxfschr/Quelea

공개 메소드들

메소드 설명
SystemComponent ( ) : System.Collections.Generic

Initializes a new instance of the SystemComponent class.

보호된 메소드들

메소드 설명
GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

SetOutputs ( IGH_DataAccess da ) : void

메소드 상세

GetInputs() 보호된 메소드

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
리턴 bool

RegisterInputParams() 보호된 메소드

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
리턴 void

RegisterOutputParams() 보호된 메소드

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
리턴 void

SetOutputs() 보호된 메소드

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
리턴 void

SystemComponent() 공개 메소드

Initializes a new instance of the SystemComponent class.
public SystemComponent ( ) : System.Collections.Generic
리턴 System.Collections.Generic