|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | GetAtomicGroupCount () |
| IEDM_ScriptAtomicGroupResult * | GetAtomicGroup (int AIndex) |
| void | SetAtomicGroup (int AIndex, IEDM_ScriptAtomicGroupResult *ARecord) |
| void | DeleteAtomicGroup (int AIndex) |
| void | AddAtomicGroup (IEDM_ScriptAtomicGroupResult *ARecord) |
| void | ClearAtomicGroups () |
| IEDM_ScriptAtomicGroupResult * | GetAtomicGroupByHRID (std::wstring const AHRID) |
| Public Member Functions inherited from DXP::IEDM_Result | |
| void | SetMessage (std::wstring const AValue) |
| void | SetSuccess (bool const AValue) |
| std::wstring | GetMessage () |
| bool | GetSuccess () |
| void | SetError (std::wstring const AMessage) |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| void DXP::IEDM_ScriptResult::AddAtomicGroup | ( | IEDM_ScriptAtomicGroupResult * | ARecord | ) |
| void DXP::IEDM_ScriptResult::ClearAtomicGroups | ( | ) |
| void DXP::IEDM_ScriptResult::DeleteAtomicGroup | ( | int | AIndex | ) |
| IEDM_ScriptAtomicGroupResult * DXP::IEDM_ScriptResult::GetAtomicGroup | ( | int | AIndex | ) |
| IEDM_ScriptAtomicGroupResult * DXP::IEDM_ScriptResult::GetAtomicGroupByHRID | ( | std::wstring const | AHRID | ) |
| int DXP::IEDM_ScriptResult::GetAtomicGroupCount | ( | ) |
| void DXP::IEDM_ScriptResult::SetAtomicGroup | ( | int | AIndex, |
| IEDM_ScriptAtomicGroupResult * | ARecord ) |