|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| int | Add (IRequiredModel *Item) |
| IRequiredModel * | Find (std::wstring const ModelID) |
| IRequiredModel * | FindOrCreate (std::wstring const ModelID) |
| IRequiredModel * | Get (int I) |
| IRequiredModel * | AddForModelKind (std::wstring const ModelKind) |
| Public Member Functions inherited from ComponentLib::IAbstractObjectList | |
| int | Count () |
| int ComponentLib::IRequiredModelList::Add | ( | IRequiredModel * | Item | ) |
| IRequiredModel * ComponentLib::IRequiredModelList::AddForModelKind | ( | std::wstring const | ModelKind | ) |
| IRequiredModel * ComponentLib::IRequiredModelList::Find | ( | std::wstring const | ModelID | ) |
| IRequiredModel * ComponentLib::IRequiredModelList::FindOrCreate | ( | std::wstring const | ModelID | ) |
| IRequiredModel * ComponentLib::IRequiredModelList::Get | ( | int | I | ) |