|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| IPCB_PinPair * | CreateFromPins (DXP::IInterfaceList *const APins) |
| IPCB_PinPair * | CreateFromPinsDescriptors (std::wstring const APins) |
| void | Delete (IPCB_PinPair *const APinPair) |
| void | InvalidateAll () |
| int | GetState_PinPairsCount () |
| IPCB_PinPair * | GetState_PinPairs (int Index) |
| IPCB_PinPair * | GetPinPairOf (IPCB_Primitive *const APrimitive) |
| INT64 | StateID () |
| DXP::IInterfaceList * | SwapPins (IPCB_Primitive *const PinA, IPCB_Primitive *const PinB, IPCB_Net *const OldNetA, IPCB_Net *const OldNetB) |
| void | AssignPinPairClass (DXP::IInterfaceList *APinPairs, std::wstring AClassName) |
| bool | CanCreateTiePoints (DXP::IInterfaceList *APinPairs) |
| DXP::IInterfaceList * | CreateTiePoints (DXP::IInterfaceList *APinPairs) |
| void PCB::IPCB_PinPairsManager::AssignPinPairClass | ( | DXP::IInterfaceList * | APinPairs, |
| std::wstring | AClassName ) |
| bool PCB::IPCB_PinPairsManager::CanCreateTiePoints | ( | DXP::IInterfaceList * | APinPairs | ) |
| IPCB_PinPair * PCB::IPCB_PinPairsManager::CreateFromPins | ( | DXP::IInterfaceList *const | APins | ) |
| IPCB_PinPair * PCB::IPCB_PinPairsManager::CreateFromPinsDescriptors | ( | std::wstring const | APins | ) |
| DXP::IInterfaceList * PCB::IPCB_PinPairsManager::CreateTiePoints | ( | DXP::IInterfaceList * | APinPairs | ) |
| void PCB::IPCB_PinPairsManager::Delete | ( | IPCB_PinPair *const | APinPair | ) |
| IPCB_PinPair * PCB::IPCB_PinPairsManager::GetPinPairOf | ( | IPCB_Primitive *const | APrimitive | ) |
| IPCB_PinPair * PCB::IPCB_PinPairsManager::GetState_PinPairs | ( | int | Index | ) |
| int PCB::IPCB_PinPairsManager::GetState_PinPairsCount | ( | ) |
| void PCB::IPCB_PinPairsManager::InvalidateAll | ( | ) |
| INT64 PCB::IPCB_PinPairsManager::StateID | ( | ) |
| DXP::IInterfaceList * PCB::IPCB_PinPairsManager::SwapPins | ( | IPCB_Primitive *const | PinA, |
| IPCB_Primitive *const | PinB, | ||
| IPCB_Net *const | OldNetA, | ||
| IPCB_Net *const | OldNetB ) |