Overload List
| # | Signature | Description |
|---|---|---|
| 1 | int Add(tObject *Item); | |
| 2 | tObject *Add(); | Create a new TSpectrumItem and it to collection. |
| 3 | int Add(TSpectrumItem *Value); | Add a new TSpectrumItem to the collection. |
Overload 1: int Add(tObject *Item);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Item | tObject * |
Declared in Dew::Math::tList · Dew.Runtime/MtxStrings.h · Cross-compiler
Overload 2: tObject *Add();
Create a new TSpectrumItem and it to collection.
Declared in Dew::Signal::TSpectrumCollection · Dew.Signal/SignalTools.h · Cross-compiler
Overload 3: int Add(TSpectrumItem *Value);
Add a new TSpectrumItem to the collection.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | TSpectrumItem * |
Declared in Dew::Signal::TSpectrumCollection · Dew.Signal/SignalTools.h · Cross-compiler