|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| std::wstring | Name () |
| bool | GetEnabledForRelease () |
| void | SetEnabledForRelease (bool const Value) |
| std::wstring | GetExistingItemGUID () |
| void | SetExistingItemGUID (std::wstring const Value) |
| std::wstring | GetExistingRevisionGUID () |
| void | SetExistingRevisionGUID (std::wstring const Value) |
| std::wstring | GetContentTypeGUID () |
| bool | NeedsReleasedFolder () |
| IULB_Item * | PrepareItem () |
| IULB_ItemRevision * | PrepareItemRevision () |
| IInterfaceList * | PrepareItemRevisionLinks () |
| std::wstring | PrepareMessage () |
| void | PrepareReleasedFolder (std::wstring const FolderPath) |
| std::wstring DXP::IReleasable::GetContentTypeGUID | ( | ) |
| bool DXP::IReleasable::GetEnabledForRelease | ( | ) |
| std::wstring DXP::IReleasable::GetExistingItemGUID | ( | ) |
| std::wstring DXP::IReleasable::GetExistingRevisionGUID | ( | ) |
| std::wstring DXP::IReleasable::Name | ( | ) |
| bool DXP::IReleasable::NeedsReleasedFolder | ( | ) |
| IULB_Item * DXP::IReleasable::PrepareItem | ( | ) |
| IULB_ItemRevision * DXP::IReleasable::PrepareItemRevision | ( | ) |
| IInterfaceList * DXP::IReleasable::PrepareItemRevisionLinks | ( | ) |
| std::wstring DXP::IReleasable::PrepareMessage | ( | ) |
| void DXP::IReleasable::PrepareReleasedFolder | ( | std::wstring const | FolderPath | ) |
| void DXP::IReleasable::SetEnabledForRelease | ( | bool const | Value | ) |
| void DXP::IReleasable::SetExistingItemGUID | ( | std::wstring const | Value | ) |
| void DXP::IReleasable::SetExistingRevisionGUID | ( | std::wstring const | Value | ) |