C# Класс Quelea.AbstractEmitterComponent

Наследование: AbstractComponent
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
continuousFlow bool
creationRate int
numAgents int
velocityMin Vector3d

Защищенные методы

Метод Описание
AbstractEmitterComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing

Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.

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

Registers all the input parameters for this component.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

Описание методов

AbstractEmitterComponent() защищенный Метод

Each implementation of GH_Component must provide a public constructor without any arguments. Category represents the Tab in which the component will appear, Subcategory the panel. If you use non-existing tab or panel names, new tabs/panels will automatically be created.
protected AbstractEmitterComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid string
Результат System.Drawing

GetInputs() защищенный Метод

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
Результат bool

RegisterInputParams() защищенный Метод

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
Результат void

RegisterOutputParams() защищенный Метод

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Результат void

Описание свойств

continuousFlow защищенное свойство

protected bool continuousFlow
Результат bool

creationRate защищенное свойство

protected int creationRate
Результат int

numAgents защищенное свойство

protected int numAgents
Результат int

velocityMin защищенное свойство

protected Vector3d velocityMin
Результат Vector3d