|
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 | SetFolderTypeGUID (std::wstring const AValue) |
| void | SetParentFolderGUID (std::wstring const AValue) |
| void | SetNamingScheme (std::wstring const AValue) |
| void | SetSharingControl (int const AValue) |
| std::wstring | GetDescription () |
| std::wstring | GetSharedName () |
| bool | GetIsShared () |
| std::wstring | GetFolderTypeGUID () |
| std::wstring | GetParentFolderGUID () |
| std::wstring | GetNamingScheme () |
| int | GetSharingControl () |
| int | GetParameterCount () |
| IULB_FolderParameter * | GetParameter (int i) |
| IULB_FolderParameter * | GetParameterByGUID (std::wstring AGUID) |
| void | AddFolderParameter (IULB_FolderParameter *const AParameter) |
| void | RemoveFolderParameter (std::wstring AGUID) |
| void | RemoveAllParameters () |
| int | GetSubFolderCount () |
| IULB_Folder * | GetSubFolder (int AIndex) |
| void | SetSubFolder (int AIndex, IULB_Folder *ARecord) |
| void | DeleteSubFolder (int AIndex) |
| void | AddSubFolder (IULB_Folder *ARecord) |
| void | ClearSubFolders () |
| void | FilterFolderTree (std::wstring const AContentTypes) |
| IULB_Folder * | FindFolder (std::wstring const AGUID) |
| void | SetAttributes (int const AValue) |
| int | GetAttributes () |
| 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_Folder::AddFolderParameter | ( | IULB_FolderParameter *const | AParameter | ) |
| void DXP::IULB_Folder::AddSubFolder | ( | IULB_Folder * | ARecord | ) |
| void DXP::IULB_Folder::ClearSubFolders | ( | ) |
| void DXP::IULB_Folder::DeleteSubFolder | ( | int | AIndex | ) |
| void DXP::IULB_Folder::FilterFolderTree | ( | std::wstring const | AContentTypes | ) |
| IULB_Folder * DXP::IULB_Folder::FindFolder | ( | std::wstring const | AGUID | ) |
| int DXP::IULB_Folder::GetAttributes | ( | ) |
| std::wstring DXP::IULB_Folder::GetDescription | ( | ) |
| std::wstring DXP::IULB_Folder::GetFolderTypeGUID | ( | ) |
| bool DXP::IULB_Folder::GetIsShared | ( | ) |
| std::wstring DXP::IULB_Folder::GetNamingScheme | ( | ) |
| IULB_FolderParameter * DXP::IULB_Folder::GetParameter | ( | int | i | ) |
| IULB_FolderParameter * DXP::IULB_Folder::GetParameterByGUID | ( | std::wstring | AGUID | ) |
| int DXP::IULB_Folder::GetParameterCount | ( | ) |
| std::wstring DXP::IULB_Folder::GetParentFolderGUID | ( | ) |
| std::wstring DXP::IULB_Folder::GetSharedName | ( | ) |
| int DXP::IULB_Folder::GetSharingControl | ( | ) |
| IULB_Folder * DXP::IULB_Folder::GetSubFolder | ( | int | AIndex | ) |
| int DXP::IULB_Folder::GetSubFolderCount | ( | ) |
| void DXP::IULB_Folder::RemoveAllParameters | ( | ) |
| void DXP::IULB_Folder::RemoveFolderParameter | ( | std::wstring | AGUID | ) |
| void DXP::IULB_Folder::SetAttributes | ( | int const | AValue | ) |
| void DXP::IULB_Folder::SetDescription | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Folder::SetFolderTypeGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Folder::SetIsShared | ( | bool const | AValue | ) |
| void DXP::IULB_Folder::SetNamingScheme | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Folder::SetParentFolderGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Folder::SetSharedName | ( | std::wstring const | AValue | ) |
| void DXP::IULB_Folder::SetSharingControl | ( | int const | AValue | ) |
| void DXP::IULB_Folder::SetSubFolder | ( | int | AIndex, |
| IULB_Folder * | ARecord ) |