Class TScaleQueueItem
Unit
Declaration
type TScaleQueueItem = class(TCollectionItem)
Description
: Implements a item of a scales processors collection.
Hierarchy
- TCollectionItem
- TScaleQueueItem
Overview
Methods
procedure RemoveScaleProcessor; |
|
function SetInGetOut(Sender:TComponent; Input:Double):Double; |
|
function SetOutGetIn(Sender:TComponent; Output:Double):Double; |
Properties
property ScaleProcessor: TScaleProcessor read SProcessor write SetScaleProcessor; |
Description
Methods
procedure RemoveScaleProcessor; |
|
: Procedure called to remove a dependency with a scale processor object that is being destroyed. |
Properties
property ScaleProcessor: TScaleProcessor read SProcessor write SetScaleProcessor; |
|
: Scale processor object that does the values transformations of this item. |
Generated by PasDoc 0.14.0.