|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| std::wstring | GetState_Name () |
| void | SetState_Name (std::wstring const NewName) |
| void | SetState_Color (long Value) |
| INT64 | GetState_Length () |
| INT64 | GetState_UnroutedLength () |
| int | GetState_PrimitivesCount () |
| int | GetState_NodeCount () |
| IPCB_Primitive * | GetPrimitives (int Index) |
| std::wstring | GetPinPairItemDisplayName (IPCB_Primitive *Prim) |
| long | GetState_Color () |
| IPCB_Primitive * | CastToPrimitive () |
| void | Rebuild () |
| INT64 | GetState_RoutedLength () |
| bool | GetState_OverrideColorForDraw () |
| void | SetState_OverrideColorForDraw (bool Value) |
| IPCB_Primitive * PCB::IPCB_PinPair::CastToPrimitive | ( | ) |
| std::wstring PCB::IPCB_PinPair::GetPinPairItemDisplayName | ( | IPCB_Primitive * | Prim | ) |
| IPCB_Primitive * PCB::IPCB_PinPair::GetPrimitives | ( | int | Index | ) |
| long PCB::IPCB_PinPair::GetState_Color | ( | ) |
| INT64 PCB::IPCB_PinPair::GetState_Length | ( | ) |
| std::wstring PCB::IPCB_PinPair::GetState_Name | ( | ) |
| int PCB::IPCB_PinPair::GetState_NodeCount | ( | ) |
| bool PCB::IPCB_PinPair::GetState_OverrideColorForDraw | ( | ) |
| int PCB::IPCB_PinPair::GetState_PrimitivesCount | ( | ) |
| INT64 PCB::IPCB_PinPair::GetState_RoutedLength | ( | ) |
| INT64 PCB::IPCB_PinPair::GetState_UnroutedLength | ( | ) |
| void PCB::IPCB_PinPair::Rebuild | ( | ) |
| void PCB::IPCB_PinPair::SetState_Color | ( | long | Value | ) |
| void PCB::IPCB_PinPair::SetState_Name | ( | std::wstring const | NewName | ) |
| void PCB::IPCB_PinPair::SetState_OverrideColorForDraw | ( | bool | Value | ) |