|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| IULB_ItemRevision * | GetRevision () |
| IInterfaceList * | GetSymbols () |
| IInterfaceList * | GetFootprints () |
| void | SetRevision (IULB_ItemRevision *Value) |
| void | SetSymbols (IInterfaceList *Value) |
| void | SetFootprints (IInterfaceList *Value) |
| IInterfaceList * | GetSimulations () |
| void | SetSimulations (IInterfaceList *Value) |
| Public Member Functions inherited from DXP::IEDM_ParameterizedRecord | |
| void | SetParameter (std::wstring const AName, std::wstring const AValue) |
| void | SetParameterName (int AIndex, std::wstring const AName) |
| void | SetParameterValue (int AIndex, std::wstring const AValue) |
| void | AddParameter (IEDM_Parameter *AParameter) |
| void | DeleteParameter (int AIndex) |
| void | ClearParameters () |
| void | CopyParametersTo (IEDM_ParameterizedRecord *ARecord) |
| std::wstring | GetParameterByName (std::wstring const AName) |
| int | IndexOfParameter (std::wstring const AName) |
| IEDM_Parameter * | GetParameterByGUID (std::wstring const AGUID) |
| IEDM_Parameter * | GetParameter (int AIndex) |
| std::wstring | GetParameterName (int AIndex) |
| std::wstring | GetParameterValue (int AIndex) |
| int | GetParameterCount () |
| void | SetParameterRealValue (int AIndex, double const ARealValue) |
| double | GetParameterRealValue (int AIndex) |
| void | SetParameterWithRealValue (std::wstring const AName, std::wstring const AValue, std::wstring const AType, double const ARealValue) |
| double | GetParameterRealValueByName (std::wstring const AName) |
| Public Member Functions inherited from DXP::IEDM_Record | |
| void | SetLastModifiedDate (double const AValue) |
| void | SetLastModifiedByName (std::wstring const AValue) |
| void | SetLastModifiedByGUID (std::wstring const AValue) |
| void | SetCreatedDate (double const AValue) |
| void | SetCreatedByName (std::wstring const AValue) |
| void | SetCreatedByGUID (std::wstring const AValue) |
| void | SetGUID (std::wstring const AValue) |
| void | SetHRID (std::wstring const AValue) |
| double | GetLastModifiedDate () |
| std::wstring | GetLastModifiedByName () |
| std::wstring | GetLastModifiedByGUID () |
| double | GetCreatedDate () |
| std::wstring | GetCreatedByName () |
| std::wstring | GetCreatedByGUID () |
| std::wstring | GetGUID () |
| std::wstring | GetHRID () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| IInterfaceList * DXP::IULB_Component::GetFootprints | ( | ) |
| IULB_ItemRevision * DXP::IULB_Component::GetRevision | ( | ) |
| IInterfaceList * DXP::IULB_Component::GetSimulations | ( | ) |
| IInterfaceList * DXP::IULB_Component::GetSymbols | ( | ) |
| void DXP::IULB_Component::SetFootprints | ( | IInterfaceList * | Value | ) |
| void DXP::IULB_Component::SetRevision | ( | IULB_ItemRevision * | Value | ) |
| void DXP::IULB_Component::SetSimulations | ( | IInterfaceList * | Value | ) |
| void DXP::IULB_Component::SetSymbols | ( | IInterfaceList * | Value | ) |