class TSignalConnectItem : public TMtxConnectItem;
Item class that enables connectivity of components.
Item class that enables connectivity of signal processing components.
Constructors
| Name | Description |
|---|---|
| TSignalConnectItem (2) |
Properties
| Name | Type | Description |
|---|---|---|
| Collection | TMtxCollection* | |
| Dirty | bool | Used internally to signal new data. |
| Index | int | |
| Input | TAnalysis* | To connect the component as input assign it to this property. |
| OnInputUpdated | tNotifyEvent | The event will be called when the Input is Updated. |
| Owner | tObject* |
Methods
| Name | Description |
|---|---|
| Assign | |
| CustomEvent | |
| Reset | Set Input to nil. |
| SetOwner | |
| UpdateReference |