|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetObjectClass (TEDM_ObjectClass const AValue) |
| TEDM_ObjectClass | GetObjectClass () |
| int | GetParameterCount () |
| std::wstring | GetParameterName (int Index) |
| std::wstring | GetParameterValue (int Index) |
| std::wstring | GetParameter (std::wstring const AName) |
| void | ClearParameters () |
| void | AddParameter (std::wstring const AName, std::wstring const AValue) |
| bool | ParameterExists (std::wstring const AName) |
| std::wstring | ParameterByName (std::wstring const AName) |
| int | GetTypedParameterCount () |
| std::wstring | GetTypedParameterName (int Index) |
| std::wstring | GetTypedParameterValue (int Index) |
| std::wstring | GetTypedParameterType (int Index) |
| double | GetTypedParameterRealValue (int Index) |
| std::wstring | GetTypedParameterValueByName (std::wstring const AName, std::wstring const AType) |
| double | GetTypedParameterRealValueByName (std::wstring const AName, std::wstring const AType) |
| void | AddTypedParameter (std::wstring const AName, std::wstring const AType, std::wstring const AValue, double const ARealValue) |
| bool | TypedParameterExists (std::wstring const AName, std::wstring const AType) |
| 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) |
| void DXP::IEDM_SearchItem::AddParameter | ( | std::wstring const | AName, |
| std::wstring const | AValue ) |
| void DXP::IEDM_SearchItem::AddTypedParameter | ( | std::wstring const | AName, |
| std::wstring const | AType, | ||
| std::wstring const | AValue, | ||
| double const | ARealValue ) |
| void DXP::IEDM_SearchItem::ClearParameters | ( | ) |
| TEDM_ObjectClass DXP::IEDM_SearchItem::GetObjectClass | ( | ) |
| std::wstring DXP::IEDM_SearchItem::GetParameter | ( | std::wstring const | AName | ) |
| int DXP::IEDM_SearchItem::GetParameterCount | ( | ) |
| std::wstring DXP::IEDM_SearchItem::GetParameterName | ( | int | Index | ) |
| std::wstring DXP::IEDM_SearchItem::GetParameterValue | ( | int | Index | ) |
| int DXP::IEDM_SearchItem::GetTypedParameterCount | ( | ) |
| std::wstring DXP::IEDM_SearchItem::GetTypedParameterName | ( | int | Index | ) |
| double DXP::IEDM_SearchItem::GetTypedParameterRealValue | ( | int | Index | ) |
| double DXP::IEDM_SearchItem::GetTypedParameterRealValueByName | ( | std::wstring const | AName, |
| std::wstring const | AType ) |
| std::wstring DXP::IEDM_SearchItem::GetTypedParameterType | ( | int | Index | ) |
| std::wstring DXP::IEDM_SearchItem::GetTypedParameterValue | ( | int | Index | ) |
| std::wstring DXP::IEDM_SearchItem::GetTypedParameterValueByName | ( | std::wstring const | AName, |
| std::wstring const | AType ) |
| std::wstring DXP::IEDM_SearchItem::ParameterByName | ( | std::wstring const | AName | ) |
| bool DXP::IEDM_SearchItem::ParameterExists | ( | std::wstring const | AName | ) |
| void DXP::IEDM_SearchItem::SetObjectClass | ( | TEDM_ObjectClass const | AValue | ) |
| bool DXP::IEDM_SearchItem::TypedParameterExists | ( | std::wstring const | AName, |
| std::wstring const | AType ) |