|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| std::wstring | GetItemNamingScheme () |
| void | SetItemNamingScheme (std::wstring Value) |
| IAbstractGroup * | GetParentGroup () |
| void | SetParentGroup (IAbstractGroup *Value) |
| int | Add (IPartChoiceListLink *Item) |
| int | Count_1 () |
| IPartChoiceListLink * | Get (int I) |
| Public Member Functions inherited from ComponentLib::IAbstractObjectList | |
| int | Count () |
| int ComponentLib::IPartChoiceListLinkList::Add | ( | IPartChoiceListLink * | Item | ) |
| int ComponentLib::IPartChoiceListLinkList::Count_1 | ( | ) |
| IPartChoiceListLink * ComponentLib::IPartChoiceListLinkList::Get | ( | int | I | ) |
| std::wstring ComponentLib::IPartChoiceListLinkList::GetItemNamingScheme | ( | ) |
| IAbstractGroup * ComponentLib::IPartChoiceListLinkList::GetParentGroup | ( | ) |
| void ComponentLib::IPartChoiceListLinkList::SetItemNamingScheme | ( | std::wstring | Value | ) |
| void ComponentLib::IPartChoiceListLinkList::SetParentGroup | ( | IAbstractGroup * | Value | ) |