|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetItemRevision (IULB_ItemRevision *const AValue) |
| IULB_ItemRevision * | GetItemRevision () |
| int | GetItemRevisionLinkCount () |
| IULB_ItemRevisionLink * | GetItemRevisionLink (int AIndex) |
| void | SetItemRevisionLink (int AIndex, IULB_ItemRevisionLink *ARecord) |
| void | DeleteItemRevisionLink (int AIndex) |
| void | AddItemRevisionLink (IULB_ItemRevisionLink *ARecord) |
| void | ClearItemRevisionLinks () |
| int | GetNodeCount () |
| IULB_ItemRevisionNode * | GetNode (int AIndex) |
| void | SetNode (int AIndex, IULB_ItemRevisionNode *ARecord) |
| void | DeleteNode (int AIndex) |
| void | AddNode (IULB_ItemRevisionNode *ARecord) |
| void | ClearNodes () |
| void | SetItemRevisionVaultGUID (std::wstring const AValue) |
| std::wstring | GetItemRevisionVaultGUID () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| void DXP::IULB_ItemRevisionNode::AddItemRevisionLink | ( | IULB_ItemRevisionLink * | ARecord | ) |
| void DXP::IULB_ItemRevisionNode::AddNode | ( | IULB_ItemRevisionNode * | ARecord | ) |
| void DXP::IULB_ItemRevisionNode::ClearItemRevisionLinks | ( | ) |
| void DXP::IULB_ItemRevisionNode::ClearNodes | ( | ) |
| void DXP::IULB_ItemRevisionNode::DeleteItemRevisionLink | ( | int | AIndex | ) |
| void DXP::IULB_ItemRevisionNode::DeleteNode | ( | int | AIndex | ) |
| IULB_ItemRevision * DXP::IULB_ItemRevisionNode::GetItemRevision | ( | ) |
| IULB_ItemRevisionLink * DXP::IULB_ItemRevisionNode::GetItemRevisionLink | ( | int | AIndex | ) |
| int DXP::IULB_ItemRevisionNode::GetItemRevisionLinkCount | ( | ) |
| std::wstring DXP::IULB_ItemRevisionNode::GetItemRevisionVaultGUID | ( | ) |
| IULB_ItemRevisionNode * DXP::IULB_ItemRevisionNode::GetNode | ( | int | AIndex | ) |
| int DXP::IULB_ItemRevisionNode::GetNodeCount | ( | ) |
| void DXP::IULB_ItemRevisionNode::SetItemRevision | ( | IULB_ItemRevision *const | AValue | ) |
| void DXP::IULB_ItemRevisionNode::SetItemRevisionLink | ( | int | AIndex, |
| IULB_ItemRevisionLink * | ARecord ) |
| void DXP::IULB_ItemRevisionNode::SetItemRevisionVaultGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_ItemRevisionNode::SetNode | ( | int | AIndex, |
| IULB_ItemRevisionNode * | ARecord ) |