C# Class Quelea.AbstractRuleComponent

Inheritance: AbstractComponent
Show file Open project: lxfschr/Quelea

Protected Properties

Property Type Description
apply bool

Protected Methods

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

Initializes a new instance of the AbstractRuleComponent class.

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

Registers all the input parameters for this component.

Method Details

AbstractRuleComponent() protected method

Initializes a new instance of the AbstractRuleComponent class.
protected AbstractRuleComponent ( 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

GetInputs() protected method

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

RegisterInputParams() protected method

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

Property Details

apply protected property

protected bool apply
return bool