TSignalModulatorList::Propagate Method

Overload List

#SignatureDescription
1void Propagate(int SrcIndex, const DewArray<int> &DstIndex);Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.
2void Propagate(int SrcIndex);Propagates the settings of the component at SrcIndex to all other components.

Overload 1: void Propagate(int SrcIndex, const DewArray<int> &DstIndex);

Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.

#NameTypeDescription
1SrcIndexint
2DstIndexconst DewArray<int> &
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler

Overload 2: void Propagate(int SrcIndex);

Propagates the settings of the component at SrcIndex to all other components.

#NameTypeDescription
1SrcIndexint
Remarks:

The settings are assigned using the SaveTemplateToStream and LoadTemplateFromStream methods.

Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler