TSignalTeeCollection Class

Header: Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only
tObjecttListtObjectListtCollectionTMtxCollectionTConnectorsCollectionTSignalTeeCollection

class TSignalTeeCollection : public TConnectorsCollection;

A collection for a list of references to TSignal objects.

The class is used to handle a collection of references to TSignal objects. This list is editable from within Delphi IDE at design-time. This collection is used to establish links between different TSignal descendants and a list of TChartSeries descendants in the TChart.Series list. Once the connected components will udpate, so will their associated chart series to display the new data.

Constructors

NameDescription
TSignalTeeCollection

Properties

NameTypeDescription
BlockAssignbool
Countint
OnInputUpdatedtNotifyEventEvent to be called when any component pointed to by a collection item, recieves a recalculation request.

Methods

NameDescription
AddCreate a new TSignalItem and add it to the collection.
GetItems
Items
LocateSeriesFind the series by name.
SetItems
UpdateInputsUpdates the assignment of all Inputs Items to individual TDSPTeeItem objects.

Operators

NameDescription
operator[]