C# Class Quelea.AbstractBehaviorComponent

Inheritance: AbstractRuleComponent
Mostrar archivo Open project: lxfschr/Quelea

Protected Methods

Method Description
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

Method Details

AbstractBehaviorComponent() protected method

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
return System.Drawing

RegisterOutputParams() protected method

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

Run() protected abstract method

protected abstract Run ( ) : bool
return bool

SetOutputs() protected method

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
return void