C# 클래스 Quelea.AbstractBehaviorComponent

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

보호된 메소드들

메소드 설명
AbstractBehaviorComponent ( string name, string nickname, string description, string subcategory, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AbstractAgentRuleComponent class.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

Run ( ) : bool
SetOutputs ( IGH_DataAccess da ) : void

메소드 상세

AbstractBehaviorComponent() 보호된 메소드

Initializes a new instance of the AbstractAgentRuleComponent class.
protected AbstractBehaviorComponent ( string name, string nickname, string description, string subcategory, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
subcategory string
icon System.Drawing.Bitmap
componentGuid string
리턴 System.Drawing

RegisterOutputParams() 보호된 메소드

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

Run() 보호된 추상적인 메소드

protected abstract Run ( ) : bool
리턴 bool

SetOutputs() 보호된 메소드

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