|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| IDXPProject * | GetProject () |
| IDXPProject * | GetSnapshotProject () |
| int | GetMode () |
| IEDMS_Vault * | GetVault () |
| IULB_Item * | GetItem () |
| IULB_ItemRevision * | GetItemRevision () |
| std::wstring | GetOutputFolder () |
| bool | GetAllowRelease () |
| void | SetAllowRelease (bool const AValue) |
| std::wstring | GetParameters () |
| void | SetParameters (std::wstring const AValue) |
| int | GetStage () |
| bool DXP::IDataForProjectReleaseNotification::GetAllowRelease | ( | ) |
| IULB_Item * DXP::IDataForProjectReleaseNotification::GetItem | ( | ) |
| IULB_ItemRevision * DXP::IDataForProjectReleaseNotification::GetItemRevision | ( | ) |
| int DXP::IDataForProjectReleaseNotification::GetMode | ( | ) |
| std::wstring DXP::IDataForProjectReleaseNotification::GetOutputFolder | ( | ) |
| std::wstring DXP::IDataForProjectReleaseNotification::GetParameters | ( | ) |
| IDXPProject * DXP::IDataForProjectReleaseNotification::GetProject | ( | ) |
| IDXPProject * DXP::IDataForProjectReleaseNotification::GetSnapshotProject | ( | ) |
| int DXP::IDataForProjectReleaseNotification::GetStage | ( | ) |
| IEDMS_Vault * DXP::IDataForProjectReleaseNotification::GetVault | ( | ) |
| void DXP::IDataForProjectReleaseNotification::SetAllowRelease | ( | bool const | AValue | ) |
| void DXP::IDataForProjectReleaseNotification::SetParameters | ( | std::wstring const | AValue | ) |