|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| IComponentSet * | GetComponentSet () |
| void | SetComponentSet (IComponentSet *Value) |
| IModelLink * | CreateModelLink () |
| IModelChoice * | CreateModelChoice () |
| IRequiredParameter * | CreateRequiredParameter () |
| IRequiredModel * | CreateRequiredModel () |
| IParameter * | CreateParameter () |
| IPartChoice * | CreatePartChoice () |
| IPartChoiceListChoice * | CreatePartChoiceListChoice () |
| IPartChoiceListLink * | CreatePartChoiceListLink () |
| IGroup * | CreateGroup () |
| IComponentDefinition * | CreateComponentDefinition () |
| IComponentSet * | CreateComponentSet () |
| void | DestroyAbstractObject (IAbstractObject *AbstractObject) |
| void | Refresh (std::wstring *Parameters) |
| void | UpdateItemToLatestRevision (std::wstring const AItemGUID) |
| IComponentDefinitionList * | GetSelectedComponents () |
| IComponentDefinition * ComponentLib::IComponentLibraryDocument::CreateComponentDefinition | ( | ) |
| IComponentSet * ComponentLib::IComponentLibraryDocument::CreateComponentSet | ( | ) |
| IGroup * ComponentLib::IComponentLibraryDocument::CreateGroup | ( | ) |
| IModelChoice * ComponentLib::IComponentLibraryDocument::CreateModelChoice | ( | ) |
| IModelLink * ComponentLib::IComponentLibraryDocument::CreateModelLink | ( | ) |
| IParameter * ComponentLib::IComponentLibraryDocument::CreateParameter | ( | ) |
| IPartChoice * ComponentLib::IComponentLibraryDocument::CreatePartChoice | ( | ) |
| IPartChoiceListChoice * ComponentLib::IComponentLibraryDocument::CreatePartChoiceListChoice | ( | ) |
| IPartChoiceListLink * ComponentLib::IComponentLibraryDocument::CreatePartChoiceListLink | ( | ) |
| IRequiredModel * ComponentLib::IComponentLibraryDocument::CreateRequiredModel | ( | ) |
| IRequiredParameter * ComponentLib::IComponentLibraryDocument::CreateRequiredParameter | ( | ) |
| void ComponentLib::IComponentLibraryDocument::DestroyAbstractObject | ( | IAbstractObject * | AbstractObject | ) |
| IComponentSet * ComponentLib::IComponentLibraryDocument::GetComponentSet | ( | ) |
| IComponentDefinitionList * ComponentLib::IComponentLibraryDocument::GetSelectedComponents | ( | ) |
| void ComponentLib::IComponentLibraryDocument::Refresh | ( | std::wstring * | Parameters | ) |
| void ComponentLib::IComponentLibraryDocument::SetComponentSet | ( | IComponentSet * | Value | ) |
| void ComponentLib::IComponentLibraryDocument::UpdateItemToLatestRevision | ( | std::wstring const | AItemGUID | ) |