C# Class Quelea.AbstractBehaviorComponent

Inheritance: AbstractRuleComponent
Afficher le fichier Open project: lxfschr/Quelea

Méthodes protégées

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

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
Résultat System.Drawing

RegisterOutputParams() protected méthode

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

Run() protected abstract méthode

protected abstract Run ( ) : bool
Résultat bool

SetOutputs() protected méthode

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Résultat void