|
Altium C++ SDK 3.0
|
#include <EDP.ComponentLib.Interfaces.h>
Public Member Functions | |
| 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) |
| IParameter * ComponentLib::IAbstractItem::FindParameterByName | ( | std::wstring const | AName | ) |
| std::wstring ComponentLib::IAbstractItem::GetID | ( | ) |
| IAbstractGroup * ComponentLib::IAbstractItem::GetParentGroup | ( | ) |
| int ComponentLib::IAbstractItem::GetStateIndex | ( | ) |
| IModelChoiceList * ComponentLib::IAbstractItem::ModelChoices | ( | ) |
| IParameterList * ComponentLib::IAbstractItem::Parameters | ( | ) |
| void ComponentLib::IAbstractItem::SetId | ( | std::wstring | Value | ) |
| void ComponentLib::IAbstractItem::SetParentGroup | ( | IAbstractGroup * | Value | ) |
| void ComponentLib::IAbstractItem::SetStateIndex | ( | int | Value | ) |