|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | SetOwnerGUID (std::wstring const AValue) |
| void | SetParentDataFolderGUID (std::wstring const AValue) |
| std::wstring | GetOwnerGUID () |
| std::wstring | GetParentDataFolderGUID () |
| int | GetFileCount () |
| IULB_DataFile * | GetFile (int AIndex) |
| void | SetFile (int AIndex, IULB_DataFile *ARecord) |
| void | DeleteFile (int AIndex) |
| void | AddFile (IULB_DataFile *ARecord) |
| void | ClearFiles () |
| int | GetFolderCount () |
| IULB_DataFolder * | GetFolder (int AIndex) |
| void | SetFolder (int AIndex, IULB_DataFolder *ARecord) |
| void | DeleteFolder (int AIndex) |
| void | AddFolder (IULB_DataFolder *ARecord) |
| void | ClearFolders () |
| 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_DataFolder::AddFile | ( | IULB_DataFile * | ARecord | ) |
| void DXP::IULB_DataFolder::AddFolder | ( | IULB_DataFolder * | ARecord | ) |
| void DXP::IULB_DataFolder::ClearFiles | ( | ) |
| void DXP::IULB_DataFolder::ClearFolders | ( | ) |
| void DXP::IULB_DataFolder::DeleteFile | ( | int | AIndex | ) |
| void DXP::IULB_DataFolder::DeleteFolder | ( | int | AIndex | ) |
| IULB_DataFile * DXP::IULB_DataFolder::GetFile | ( | int | AIndex | ) |
| int DXP::IULB_DataFolder::GetFileCount | ( | ) |
| IULB_DataFolder * DXP::IULB_DataFolder::GetFolder | ( | int | AIndex | ) |
| int DXP::IULB_DataFolder::GetFolderCount | ( | ) |
| std::wstring DXP::IULB_DataFolder::GetOwnerGUID | ( | ) |
| std::wstring DXP::IULB_DataFolder::GetParentDataFolderGUID | ( | ) |
| void DXP::IULB_DataFolder::SetFile | ( | int | AIndex, |
| IULB_DataFile * | ARecord ) |
| void DXP::IULB_DataFolder::SetFolder | ( | int | AIndex, |
| IULB_DataFolder * | ARecord ) |
| void DXP::IULB_DataFolder::SetOwnerGUID | ( | std::wstring const | AValue | ) |
| void DXP::IULB_DataFolder::SetParentDataFolderGUID | ( | std::wstring const | AValue | ) |