|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | GetState_Count () |
| IPCB_PadViaTemplate * | GetState_Template (int AIndex) |
| std::wstring | GetState_LibraryID () |
| std::wstring | GetState_LibraryName () |
| std::wstring | GetState_LibraryPath () |
| TUnit | GetState_DisplayUnits () |
| bool | GetState_Activated () |
| void | SetState_DisplayUnits (TUnit AValue) |
| void | SetState_Activated (bool AValue) |
| void | CopyTo (IPCB_PadViaLibrary *ADest) |
| void | Clear () |
| void | AddTemplate (IPCB_Primitive *APrimitive) |
| void | AddTemplate_1 (IPCB_PadTemplate *ATemplate) |
| IPCB_PadViaTemplate * | FindTemplate (std::wstring ATemplate) |
| void PCB::IPCB_PadViaLibrary::AddTemplate | ( | IPCB_Primitive * | APrimitive | ) |
| void PCB::IPCB_PadViaLibrary::AddTemplate_1 | ( | IPCB_PadTemplate * | ATemplate | ) |
| void PCB::IPCB_PadViaLibrary::Clear | ( | ) |
| void PCB::IPCB_PadViaLibrary::CopyTo | ( | IPCB_PadViaLibrary * | ADest | ) |
| IPCB_PadViaTemplate * PCB::IPCB_PadViaLibrary::FindTemplate | ( | std::wstring | ATemplate | ) |
| bool PCB::IPCB_PadViaLibrary::GetState_Activated | ( | ) |
| int PCB::IPCB_PadViaLibrary::GetState_Count | ( | ) |
| TUnit PCB::IPCB_PadViaLibrary::GetState_DisplayUnits | ( | ) |
| std::wstring PCB::IPCB_PadViaLibrary::GetState_LibraryID | ( | ) |
| std::wstring PCB::IPCB_PadViaLibrary::GetState_LibraryName | ( | ) |
| std::wstring PCB::IPCB_PadViaLibrary::GetState_LibraryPath | ( | ) |
| IPCB_PadViaTemplate * PCB::IPCB_PadViaLibrary::GetState_Template | ( | int | AIndex | ) |
| void PCB::IPCB_PadViaLibrary::SetState_Activated | ( | bool | AValue | ) |
| void PCB::IPCB_PadViaLibrary::SetState_DisplayUnits | ( | TUnit | AValue | ) |