|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| IRequiredParameterList * | RequiredParameters () |
| IRequiredModelList * | RequiredModels () |
| IModelLinkList * | ModelLinks () |
| IPartChoiceListLinkList * | PartChoiceListLinks () |
| ITopGroup * | TopGroup () |
| IGroup * | DefaultGroup () |
| std::wstring | GetVaultGUID () |
| void | SetVaultGUID (std::wstring Value) |
| std::wstring | GetVaultName () |
| void | SetVaultName (std::wstring Value) |
| std::wstring | GetFolderGUID () |
| void | SetFolderGUID (std::wstring Value) |
| std::wstring | GetLifecycleDefinitionGUID () |
| void | SetLifecycleDefinitionGUID (std::wstring Value) |
| std::wstring | GetRevisionNamingSchemeGUID () |
| void | SetRevisionNamingSchemeGUID (std::wstring Value) |
| std::wstring | GetTemplateVaultGUID () |
| void | SetTemplateVaultGUID (std::wstring Value) |
| std::wstring | GetTemplateRevisionGUID () |
| void | SetTemplateRevisionGUID (std::wstring Value) |
| IComponentTemplate * | ComponentTemplate () |
| bool | SaveToFile (std::wstring const AFileName) |
| bool | LoadFromFile (std::wstring const AFileName) |
| IComponentTemplate * ComponentLib::IComponentSet::ComponentTemplate | ( | ) |
| IGroup * ComponentLib::IComponentSet::DefaultGroup | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetFolderGUID | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetLifecycleDefinitionGUID | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetRevisionNamingSchemeGUID | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetTemplateRevisionGUID | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetTemplateVaultGUID | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetVaultGUID | ( | ) |
| std::wstring ComponentLib::IComponentSet::GetVaultName | ( | ) |
| bool ComponentLib::IComponentSet::LoadFromFile | ( | std::wstring const | AFileName | ) |
| IModelLinkList * ComponentLib::IComponentSet::ModelLinks | ( | ) |
| IPartChoiceListLinkList * ComponentLib::IComponentSet::PartChoiceListLinks | ( | ) |
| IRequiredModelList * ComponentLib::IComponentSet::RequiredModels | ( | ) |
| IRequiredParameterList * ComponentLib::IComponentSet::RequiredParameters | ( | ) |
| bool ComponentLib::IComponentSet::SaveToFile | ( | std::wstring const | AFileName | ) |
| void ComponentLib::IComponentSet::SetFolderGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentSet::SetLifecycleDefinitionGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentSet::SetRevisionNamingSchemeGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentSet::SetTemplateRevisionGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentSet::SetTemplateVaultGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentSet::SetVaultGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentSet::SetVaultName | ( | std::wstring | Value | ) |
| ITopGroup * ComponentLib::IComponentSet::TopGroup | ( | ) |