|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetDescription (std::wstring const AValue) |
| void | SetSharedName (std::wstring const AValue) |
| void | SetIsShared (bool const AValue) |
| void | SetParentOperationGUID (std::wstring const AValue) |
| void | SetSharingControl (int const AValue) |
| void | SetAttributes (int const AValue) |
| std::wstring | GetDescription () |
| std::wstring | GetSharedName () |
| bool | GetIsShared () |
| std::wstring | GetParentOperationGUID () |
| int | GetSharingControl () |
| int | GetAttributes () |
| int | GetSubOperationCount () |
| IULB_Operation * | GetSubOperation (int AIndex) |
| void | SetSubOperation (int AIndex, IULB_Operation *ARecord) |
| void | DeleteSubOperation (int AIndex) |
| void | AddSubOperation (IULB_Operation *ARecord) |
| void | ClearSubOperations () |
| void | FilterOperationTree (std::wstring const AContentTypes) |
| IULB_Operation * | FindOperation (std::wstring const AGUID) |
| int | GetParameterCount () |
| IULB_OperationParameter * | GetParameter (int i) |
| IULB_OperationParameter * | GetParameterByGUID (std::wstring AGUID) |
| void | AddOperationParameter (IULB_OperationParameter *const AParameter) |
| void | RemoveOperationParameter (std::wstring AGUID) |
| void | RemoveAllParameters () |
| Public Member Functions inherited from DXP::IEDM_ShareableRecord | |
| bool | GetCanRead () |
| bool | GetCanUpdate () |
| bool | GetCanCreate () |
| bool | GetCanDelete () |
| void | SetCanRead (bool const AValue) |
| void | SetCanUpdate (bool const AValue) |
| void | SetCanCreate (bool const AValue) |
| void | SetCanDelete (bool const AValue) |
| Public Member Functions inherited from DXP::IEDM_Record | |
| void | SetLastModifiedDate (double const AValue) |
| void | SetLastModifiedByName (std::wstring const AValue) |
| void | SetLastModifiedByGUID (std::wstring const AValue) |
| void | SetCreatedDate (double const AValue) |
| void | SetCreatedByName (std::wstring const AValue) |
| void | SetCreatedByGUID (std::wstring const AValue) |
| void | SetGUID (std::wstring const AValue) |
| void | SetHRID (std::wstring const AValue) |
| double | GetLastModifiedDate () |
| std::wstring | GetLastModifiedByName () |
| std::wstring | GetLastModifiedByGUID () |
| double | GetCreatedDate () |
| std::wstring | GetCreatedByName () |
| std::wstring | GetCreatedByGUID () |
| std::wstring | GetGUID () |
| std::wstring | GetHRID () |
| Public Member Functions inherited from DXP::IEDM_Object | |
| IEDM_Object * | Replicate () |
| void | CopyTo (IEDM_Object *AObject) |
| void DXP::IULB_Operation::AddOperationParameter | ( | IULB_OperationParameter *const | AParameter | ) |
| void DXP::IULB_Operation::AddSubOperation | ( | IULB_Operation * | ARecord | ) |
| void DXP::IULB_Operation::ClearSubOperations | ( | ) |
| void DXP::IULB_Operation::DeleteSubOperation | ( | int | AIndex | ) |
| void DXP::IULB_Operation::FilterOperationTree | ( | std::wstring const | AContentTypes | ) |
| IULB_Operation * DXP::IULB_Operation::FindOperation | ( | std::wstring const | AGUID | ) |
| int DXP::IULB_Operation::GetAttributes | ( | ) |
| std::wstring DXP::IULB_Operation::GetDescription | ( | ) |
| bool DXP::IULB_Operation::GetIsShared | ( | ) |
| IULB_OperationParameter * DXP::IULB_Operation::GetParameter | ( | int | i | ) |
| IULB_OperationParameter * DXP::IULB_Operation::GetParameterByGUID | ( | std::wstring | AGUID | ) |
| int DXP::IULB_Operation::GetParameterCount | ( | ) |
| std::wstring DXP::IULB_Operation::GetParentOperationGUID | ( | ) |
| std::wstring DXP::IULB_Operation::GetSharedName | ( | ) |
| int DXP::IULB_Operation::GetSharingControl | ( | ) |
| IULB_Operation * DXP::IULB_Operation::GetSubOperation | ( | int | AIndex | ) |
| int DXP::IULB_Operation::GetSubOperationCount | ( | ) |
| void DXP::IULB_Operation::RemoveAllParameters | ( | ) |
| void DXP::IULB_Operation::RemoveOperationParameter | ( | std::wstring | AGUID | ) |
| void DXP::IULB_Operation::SetAttributes | ( | int const | AValue | ) |
| void DXP::IULB_Operation::SetDescription | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Operation::SetIsShared | ( | bool const | AValue | ) |
| void DXP::IULB_Operation::SetParentOperationGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Operation::SetSharedName | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Operation::SetSharingControl | ( | int const | AValue | ) |
| void DXP::IULB_Operation::SetSubOperation | ( | int | AIndex, |
| IULB_Operation * | ARecord ) |