|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| std::wstring | GetItemNamingScheme () |
| void | SetItemNamingScheme (std::wstring Value) |
| IComponentSet * | GetComponentSet () |
| void | SetComponentSet (IComponentSet *Value) |
| IGroupList * | Groups () |
| IComponentDefinitionList * | ComponentDefinitions () |
| std::wstring | GetPath () |
| void | SetPAth (std::wstring 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) |
| IComponentDefinitionList * ComponentLib::IAbstractGroup::ComponentDefinitions | ( | ) |
| IComponentSet * ComponentLib::IAbstractGroup::GetComponentSet | ( | ) |
| std::wstring ComponentLib::IAbstractGroup::GetItemNamingScheme | ( | ) |
| std::wstring ComponentLib::IAbstractGroup::GetPath | ( | ) |
| IGroupList * ComponentLib::IAbstractGroup::Groups | ( | ) |
| void ComponentLib::IAbstractGroup::SetComponentSet | ( | IComponentSet * | Value | ) |
| void ComponentLib::IAbstractGroup::SetItemNamingScheme | ( | std::wstring | Value | ) |
| void ComponentLib::IAbstractGroup::SetPAth | ( | std::wstring | Value | ) |