C# Class Quelea.AbstractEnvironmentComponent

Inheritance: AbstractComponent
Mostrar archivo Open project: lxfschr/Quelea

Protected Methods

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

Initializes a new instance of the AxisAlignedBoxEnvironmentComponent class.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

Method Details

AbstractEnvironmentComponent() protected method

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

RegisterOutputParams() protected method

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