C# Class Quelea.AbstractAgentBehaviorComponent

Inheritance: AbstractBehaviorComponent
Show file Open project: lxfschr/Quelea

Protected Properties

Property Type Description
agent IAgent

Protected Methods

Method Description
AbstractAgentBehaviorComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AbstractAgentBehaviorComponent class.

GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Method Details

AbstractAgentBehaviorComponent() protected method

Initializes a new instance of the AbstractAgentBehaviorComponent class.
protected AbstractAgentBehaviorComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid string
return System.Drawing

GetInputs() protected method

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
return bool

RegisterInputParams() protected method

protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
return void

Property Details

agent protected property

protected IAgent agent
return IAgent