|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
| IPCB_LibComponent * PCB::IPCB_Library::AddComponent | ( | std::wstring const | Name | ) |
| int PCB::IPCB_Library::ComponentCount | ( | ) |
| IPCB_LibComponent * PCB::IPCB_Library::CreateNewComponent | ( | ) |
| bool PCB::IPCB_Library::DeRegisterComponent | ( | IPCB_LibComponent * | Component | ) |
| IPCB_LibComponent * PCB::IPCB_Library::GetComponent | ( | int | I | ) |
| IPCB_LibComponent * PCB::IPCB_Library::GetComponentByName | ( | std::wstring const | CompName | ) |
| IPCB_Board * PCB::IPCB_Library::GetState_Board | ( | ) |
| IPCB_LibComponent * PCB::IPCB_Library::GetState_CurrentComponent | ( | ) |
| std::wstring PCB::IPCB_Library::GetState_FolderGUID | ( | ) |
| int PCB::IPCB_Library::GetState_LibraryID | ( | ) |
| std::wstring PCB::IPCB_Library::GetState_LifeCycleDefinitionGUID | ( | ) |
| std::wstring PCB::IPCB_Library::GetState_RevisionNamingSchemeGUID | ( | ) |
| std::wstring PCB::IPCB_Library::GetState_VaultGUID | ( | ) |
| std::wstring PCB::IPCB_Library::GetUniqueCompName | ( | std::wstring const | ATestCompName | ) |
| bool PCB::IPCB_Library::HasServerDocument | ( | ) |
| IPCB_LibraryIterator * PCB::IPCB_Library::LibraryIterator_Create | ( | ) |
| void PCB::IPCB_Library::LibraryIterator_Destroy | ( | IPCB_LibraryIterator ** | AIterator | ) |
| IPCB_LibraryLoaderSaver * PCB::IPCB_Library::LibraryLoaderSaver_Create | ( | ) |
| void PCB::IPCB_Library::LibraryLoaderSaver_Destroy | ( | IPCB_LibraryLoaderSaver ** | ALoaderSaver | ) |
| bool PCB::IPCB_Library::LinkDocumentToReleaseVault | ( | std::wstring | Parameters, |
| std::wstring * | ErrorMsg ) |
| void PCB::IPCB_Library::Navigate_FirstComponent | ( | ) |
| void PCB::IPCB_Library::RefreshView | ( | ) |
| bool PCB::IPCB_Library::RegisterComponent | ( | IPCB_LibComponent * | Component | ) |
| bool PCB::IPCB_Library::ReleaseDocument | ( | std::wstring | Parameters, |
| std::wstring * | ErrorMsg ) |
| void PCB::IPCB_Library::RemoveComponent | ( | IPCB_LibComponent ** | AComponent | ) |
| bool PCB::IPCB_Library::SetBoardToComponentByName | ( | std::wstring const | ACompName | ) |
| void PCB::IPCB_Library::SetCurrentComponentReference | ( | int | AX, |
| int | AY ) |
| void PCB::IPCB_Library::SetState_CurrentComponent | ( | IPCB_LibComponent *const | Component | ) |
| void PCB::IPCB_Library::SetState_FolderGUID | ( | std::wstring | Value | ) |
| void PCB::IPCB_Library::SetState_LifeCycleDefinitionGUID | ( | std::wstring | Value | ) |
| void PCB::IPCB_Library::SetState_RevisionNamingSchemeGUID | ( | std::wstring | Value | ) |
| void PCB::IPCB_Library::SetState_VaultGUID | ( | std::wstring | Value | ) |
| void PCB::IPCB_Library::SplitIntoComponents | ( | std::wstring const | AOutputDirectoryPath, |
| bool | AOverwriteExistingFile, | ||
| bool | ARemoveBadCharactersFromName ) |