|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| IULB_Item * | GetFirstItem () |
| IULB_ItemRevision * | GetFirstItemRevision () |
| IULB_LifeCycleStateChange * | GetFirstLifeCycleStateChange () |
| IULB_Item * | GetItemByGUID (std::wstring const AGUID) |
| IULB_ItemRevision * | GetItemRevisionByGUID (std::wstring const AGUID) |
| IULB_LifeCycleStateChange * | GetLifeCycleStateChangeByGUID (std::wstring const AGUID) |
| IInterfaceList * | GetItems () |
| IInterfaceList * | GetItemRevisions () |
| IInterfaceList * | GetLifeCycleStateChanges () |
| void | SetItems (IInterfaceList *AValue) |
| void | SetItemRevisions (IInterfaceList *AValue) |
| void | SetLifeCycleStateChanges (IInterfaceList *AValue) |
| Public Member Functions inherited from DXP::IEDM_AsyncBasicResult | |
| IEDM_RecordResultList * | GetResult () |
| void | SetResult (IEDM_RecordResultList *AValue) |
| Public Member Functions inherited from DXP::IEDM_AsyncResult | |
| bool | IsDone () |
| IEDM_AsyncContext * | GetContext () |
| void | CancelCallback () |
| bool | WaitUntilDone (int ASeconds) |
| IEDM_Result * | GetOutput () |
| std::wstring | VaultGUID () |
| IULB_Item * DXP::IULB_ItemsResult::GetFirstItem | ( | ) |
| IULB_ItemRevision * DXP::IULB_ItemsResult::GetFirstItemRevision | ( | ) |
| IULB_LifeCycleStateChange * DXP::IULB_ItemsResult::GetFirstLifeCycleStateChange | ( | ) |
| IULB_Item * DXP::IULB_ItemsResult::GetItemByGUID | ( | std::wstring const | AGUID | ) |
| IULB_ItemRevision * DXP::IULB_ItemsResult::GetItemRevisionByGUID | ( | std::wstring const | AGUID | ) |
| IInterfaceList * DXP::IULB_ItemsResult::GetItemRevisions | ( | ) |
| IInterfaceList * DXP::IULB_ItemsResult::GetItems | ( | ) |
| IULB_LifeCycleStateChange * DXP::IULB_ItemsResult::GetLifeCycleStateChangeByGUID | ( | std::wstring const | AGUID | ) |
| IInterfaceList * DXP::IULB_ItemsResult::GetLifeCycleStateChanges | ( | ) |
| void DXP::IULB_ItemsResult::SetItemRevisions | ( | IInterfaceList * | AValue | ) |
| void DXP::IULB_ItemsResult::SetItems | ( | IInterfaceList * | AValue | ) |
| void DXP::IULB_ItemsResult::SetLifeCycleStateChanges | ( | IInterfaceList * | AValue | ) |