|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| std::wstring | GetItemHRID () |
| void | SetItemHRID (std::wstring Value) |
| std::wstring | GetRevisionId () |
| void | SetRevisionId (std::wstring Value) |
| std::wstring | GetRevisionGUID () |
| void | SetRevisionGUID (std::wstring Value) |
| std::wstring | GetItemNamingScheme () |
| IPartChoiceListChoice * | GetPartChoiceListChoice () |
| void | SetPartChoiceListChoice (IPartChoiceListChoice *Value) |
| Public Member Functions inherited from ComponentLib::IAbstractItem | |
| std::wstring | GetID () |
| void | SetId (std::wstring Value) |
| IAbstractGroup * | GetParentGroup () |
| void | SetParentGroup (IAbstractGroup *Value) |
| IModelChoiceList * | ModelChoices () |
| IParameterList * | Parameters () |
| IParameter * | FindParameterByName (std::wstring const AName) |
| int | GetStateIndex () |
| void | SetStateIndex (int Value) |
| Public Member Functions inherited from ComponentLib::IGloballyIdentifiedObject | |
| std::wstring | GetGUID () |
| void | SetGUID (std::wstring Value) |
| std::wstring ComponentLib::IComponentDefinition::GetItemHRID | ( | ) |
| std::wstring ComponentLib::IComponentDefinition::GetItemNamingScheme | ( | ) |
| IPartChoiceListChoice * ComponentLib::IComponentDefinition::GetPartChoiceListChoice | ( | ) |
| std::wstring ComponentLib::IComponentDefinition::GetRevisionGUID | ( | ) |
| std::wstring ComponentLib::IComponentDefinition::GetRevisionId | ( | ) |
| void ComponentLib::IComponentDefinition::SetItemHRID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentDefinition::SetPartChoiceListChoice | ( | IPartChoiceListChoice * | Value | ) |
| void ComponentLib::IComponentDefinition::SetRevisionGUID | ( | std::wstring | Value | ) |
| void ComponentLib::IComponentDefinition::SetRevisionId | ( | std::wstring | Value | ) |