Class TScalesQueue
Unit
Declaration
type TScalesQueue = class(TScaleProcessor)
Description
: Scale processors queue.
Hierarchy
- TComponent
- TScaleProcessor
- TScalesQueue
Overview
Methods
function SetInGetOut(Sender: TComponent; aInput: Double): Double; override; |
|
function SetOutGetIn(Sender: TComponent; aOutput: Double): Double; override; |
Properties
property Escalas: TScaleQueue read GetScaleQueue write SetScaleQueue stored false; |
|
property ScalesQueue: TScaleQueue read GetScaleQueue write SetScaleQueue stored true; |
Description
Methods
function SetInGetOut(Sender: TComponent; aInput: Double): Double; override; |
|
: See also
|
function SetOutGetIn(Sender: TComponent; aOutput: Double): Double; override; |
|
: See also
|
Properties
property Escalas: TScaleQueue read GetScaleQueue write SetScaleQueue stored false; |
|
: Collection of scale processors. |
property ScalesQueue: TScaleQueue read GetScaleQueue write SetScaleQueue stored true; |
|
to be removed after 1.0 |
Generated by PasDoc 0.14.0.